Skip to content
Merged
Show file tree
Hide file tree
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
48 changes: 0 additions & 48 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

6 changes: 0 additions & 6 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,6 @@ Python is 3.14, dependencies managed by `uv`. The API is exposed on `:8000`.

## Workflow

**The spec for a change is its PR body**, not a committed file.
`.github/PULL_REQUEST_TEMPLATE.md` carries the shape (why, design, non-goals,
verification); it is reviewed with the diff. There is no change file and no lane
to choose. A trivial PR (typo, dep bump, formatter) deletes the template and
ships a conventional-commit title.

Two things outlive the PR and are committed: an alternative **rejected** with
reasoning goes to `docs/adr/` as a numbered ADR, and real work **not
scheduled** goes to `planning/deferred/` (self-contained, with a revisit
Expand Down
11 changes: 5 additions & 6 deletions planning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ rejected, live in [`../docs/adr/`](../docs/adr/) as numbered ADRs.

## Quick path (start here)

**1. Write the spec in the PR body.**
[`.github/PULL_REQUEST_TEMPLATE.md`](../.github/PULL_REQUEST_TEMPLATE.md)
carries the shape — why, design, non-goals, verification. There is no change
file to write and nothing to commit: the PR body *is* the spec, reviewed inline
with the diff. A trivial PR (typo, dep bump, formatter, mechanical rename) may
delete the template and ship a conventional-commit title.
**1. Write the spec in the PR body.** The shape is why, design, non-goals,
verification. There is no change file to write and nothing to commit: the PR body
*is* the spec, reviewed inline with the diff. A trivial PR (typo, dep bump,
formatter, mechanical rename) ships a conventional-commit title with no body
ceremony.

**2. File what outlives the PR:**

Expand Down