Imported from shoraLBRT/WikiWeaver (
AGENTS.md). Install upstream withnpx skills add shoraLBRT/WikiWeaver. Copyright stays with the author.
AGENTS.md
This file defines baseline instructions for coding agents working in this repository.
Scope
- This file applies to the entire repository unless overridden by a deeper
AGENTS.md. - Detailed policies live in
docs/agent-guidelines/.
Instruction Priority
- System / developer / user instructions in the active session.
AGENTS.mdfiles (nearest file in the directory tree wins).- Documents in
docs/agent-guidelines/.
Working Agreement
- Keep changes focused on the requested task.
- Prefer small, atomic commits.
- Run relevant tests before finishing.
- If behavior or contracts are changed, update documentation.
Required Reading
Before implementing significant changes, review:
docs/agent-guidelines/README.mddocs/agent-guidelines/coding-style.mddocs/agent-guidelines/testing.mddocs/agent-guidelines/commits.mddocs/agent-guidelines/security.md