docs: clarify node_modules guidance

This commit is contained in:
Peter Steinberger
2026-01-19 04:01:32 +00:00
parent 0c8ba6599b
commit de33bc70e7
2 changed files with 2 additions and 0 deletions

View File

@@ -84,6 +84,7 @@
## Agent-Specific Notes
- Vocabulary: "makeup" = "mac app".
- Never edit `node_modules` (global/Homebrew/npm/git installs too). Updates overwrite. Skill notes go in `tools.md` or `AGENTS.md`.
- When working on a GitHub Issue or PR, print the full URL at the end of the task.
- When answering questions, respond with high-confidence answers only: verify in code; do not guess.
- Never update the Carbon dependency.

View File

@@ -9,6 +9,7 @@ Docs: https://docs.clawd.bot
### Changes
- Usage: add `/usage cost` summaries and macOS menu cost submenu with daily charting.
- Agents: clarify node_modules read-only guidance in agent instructions.
### Fixes
- Plugins: surface plugin load/register/config errors in gateway logs with plugin/source context.