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
2 changes: 2 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Do not invent architecture or add code before inspecting the current implementation. Less code is better: fewer moving parts means fewer bugs. If a requested change is ambiguous, inspect first and ask a concrete question before writing code.

Before making any repository change, complete the lightweight task intake in `docs/task-intake.md` in the task or PR description. Use its acceptance criteria to confirm completion; mark an inapplicable section `N/A` with a reason.

Before changing frontend parts, read `docs/frontend-parts.md` and follow it. For server-side data loading and baked state, read `docs/server-bakers.md`. For nginx/Node runtime behavior, read `docs/server-runtime.md`. For dependency decisions, read `docs/dependencies.md`. For deployment, read `docs/deploy.md`.

Dependency policy:
Expand Down
17 changes: 17 additions & 0 deletions docs/task-intake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Task Intake

Before making any repository change, copy this template into the task or PR description. Keep it short; use `N/A` with a reason when a section does not apply.

```md
## Scope

## Non-goals

## Touched surfaces

## Acceptance criteria

## Verification
```

Before closing the task, confirm that the acceptance criteria are met and record the verification performed.