From 380a4d7d709018d14afa3c08456e09dad005395a Mon Sep 17 00:00:00 2001 From: heaven Date: Sat, 18 Apr 2026 20:02:13 +0300 Subject: [PATCH] update vive code tools with plans dir --- .gitignore | 3 ++- CLAUDE.md | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bac5fccf..a4724b39 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ devAssets .codex .claude docs/ai/desired_features.md -docs/ai/bugs.md \ No newline at end of file +docs/ai/bugs.md +docs/plans \ No newline at end of file diff --git a/CLAUDE.md b/CLAUDE.md index 2cd244bc..ad571648 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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 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. Start here: [docs/ai/README.md](docs/ai/README.md).