This commit is contained in:
2026-05-17 16:45:50 -07:00
parent 0eae8ed781
commit 23de1ef3f9
27 changed files with 589 additions and 3010 deletions
-2
View File
@@ -14,8 +14,6 @@ Work style: telegraph; noun-phrases ok; drop grammar; min tokens.
- Bugs: add regression test when it fits.
- Keep files <~500 LOC; split/refactor as needed.
- Commits: Conventional Commits (`feat|fix|refactor|build|ci|chore|docs|style|perf|test`).
- Subagents: read [Subagent Coordination Protocol](#subagent-coordination-protocol).
- If `Backlog.md` is set up for the project, each task must be associated with a ticket on the backlog. Create a new ticket on the board if it does not already exist
- Editor: `code <path>`.
- CI: `gh run list/view` (rerun/fix til green).
- Prefer end-to-end verify; if blocked, say whats missing.