Imported from atiti/espclaw (
AGENTS.md). Install upstream withnpx skills add atiti/espclaw. Copyright stays with the author.
AGENTS
These instructions define the baseline expectations for Codex agents working in this repo.
Standards
- Produce production-ready code.
- Write tests for every change.
- Run the relevant tests for every change.
- Document non-obvious logic inline.
- For larger features, add documentation in
docs/as markdown. - Maintain
CHANGELOG.mdwith each improvement. - Use the standard commit message format described below.
- For user interfaces, add user-facing documentation describing each feature.
Commit Message Format
Use <type>(<scope>): <summary> where:
typeis one of: feat, fix, docs, test, chore, refactor, perf, ciscopeis optional and should be a short nounsummaryis a short, imperative description