mirror of
https://github.com/stablyai/orca
synced 2026-04-21 14:17:16 +00:00
Add AGENTS.md and CLAUDE.md configuration files (#70)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b02a4a6d1a
commit
5c461c8021
2 changed files with 7 additions and 0 deletions
5
AGENTS.md
Normal file
5
AGENTS.md
Normal 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.
|
||||
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue