update vive code tools with plans dir
This commit is contained in:
parent
20ac745ce9
commit
380a4d7d70
2 changed files with 4 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -10,3 +10,4 @@ devAssets
|
||||||
.claude
|
.claude
|
||||||
docs/ai/desired_features.md
|
docs/ai/desired_features.md
|
||||||
docs/ai/bugs.md
|
docs/ai/bugs.md
|
||||||
|
docs/plans
|
||||||
|
|
@ -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).
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue