update vive code tools with plans dir

This commit is contained in:
heaven 2026-04-18 20:02:13 +03:00
parent 20ac745ce9
commit 380a4d7d70
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View file

@ -9,4 +9,5 @@ devAssets
.codex .codex
.claude .claude
docs/ai/desired_features.md docs/ai/desired_features.md
docs/ai/bugs.md docs/ai/bugs.md
docs/plans

View file

@ -2,6 +2,8 @@
**All project context for Vojo lives in [`docs/ai/`](docs/ai/README.md). Read it before making any non-trivial change.** **All project context for Vojo lives in [`docs/ai/`](docs/ai/README.md). Read it before making any non-trivial change.**
**All plans that you create should be always created in docs/plans
This file exists only as a pointer. Do not add project knowledge here — put it in `docs/ai/`. Same rule for `.cursorrules`, `.windsurfrules`, `AGENTS.md`, `.codex`, home-directory memory, or any other agent-specific context file: if you're tempted to write project knowledge there, write it in `docs/ai/` instead and keep those files as thin pointers. This file exists only as a pointer. Do not add project knowledge here — put it in `docs/ai/`. Same rule for `.cursorrules`, `.windsurfrules`, `AGENTS.md`, `.codex`, home-directory memory, or any other agent-specific context file: if you're tempted to write project knowledge there, write it in `docs/ai/` instead and keep those files as thin pointers.
Start here: [docs/ai/README.md](docs/ai/README.md). Start here: [docs/ai/README.md](docs/ai/README.md).