Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,21 @@

# Rules

- Check existence before create; read before Edit
- Check existence before create, Read before Edit
- `AGENTS.md` first, `CONTRIBUTING.md` second
- Ask before commit, `pre-commit` before commit
- Commits: [Conventional Commits](https://www.conventionalcommits.org/)
- Never push to main branch, PR's are required
- PR's summaries are professionally and concise, omiitting overly worded garbage
- ALL commits must follow Conventional Commits format (including merge commits)
- Never push to main branch, PR required
- PR summaries professional and concise, not overly worded

# Commit Approval

ALWAYS test and validate fully before asking to commit
ALWAYS fully test and validate before asking to commit
Only commit/push when user explicitly requests: "commit", "push", "ship it"

# Don'ts

- Commit/push without explicit user approval
- Unilateral architectural decisions
- Describe past behavior leading up to a summary, rather than the current state.
- Describe past behavior leading up to a summary, rather than the current state
- Create commits that don't follow Conventional Commits format