Expand README with architecture and setup details

This commit is contained in:
2026-07-08 09:58:26 +03:00
parent 81be7e186c
commit c5120669d2
109 changed files with 22311 additions and 0 deletions

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
node_modules/
dist/
src-tauri/target/
src-tauri/gen/
# Local planning/evidence generated during agent work.
docs/audits/
docs/goals/
docs/superpowers/
docs/*-brief.md
# Runtime/generated local state.
*.log
*.tmp
*.bak
.env
.env.*
# OS/editor noise.
.DS_Store
Thumbs.db
.idea/
.vscode/