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
5 changes: 5 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ When a task is unscoped, the source worth reading lives under:

- **Markdown:** do not hard-wrap prose. Write each paragraph as a single line and let the renderer soft-wrap. Tables, code fences, and lists are unaffected.
- Match the style of surrounding code; keep changes minimal and scoped to the task.

## Git rules

- **Never commit directly to `main`.** Always create a feature branch and open a PR.
- **Never merge PRs directly to `main`.** Use a PR review workflow with an approved merge.
Loading