Add AGENTS.md and CLAUDE.md configuration files (#70)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jinjing 2026-03-23 16:49:12 -07:00 committed by GitHub
parent b02a4a6d1a
commit 5c461c8021
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

5
AGENTS.md Normal file
View file

@ -0,0 +1,5 @@
# AGENTS.md
## Worktree Safety
Always use the primary working directory (the worktree) for all file reads and edits. Never follow absolute paths from subagent results that point to the main repo.

View file

@ -1,5 +1,7 @@
# CLAUDE.md
See also: [AGENTS.md](./AGENTS.md) for agent-specific rules.
## Package Manager
This project uses **pnpm**. Never use `npm` or `yarn`.