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
943 changes: 939 additions & 4 deletions .claude/workflows/ticketmill.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/architecture/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ to ship.
| `invocation-and-guardrails.md` | Invocation, the sandbox lint, and the engine-owned path guardrail. |
| `branching-and-merge.md` | The batch-branch model, release stage, and merge auto-resolve. |
| `metrics.md` | Friction and churn, rework tax, gate yield, and outcome grading. |
| `gate-hygiene.md` | Typed review findings, engine-assigned ids, the three loop predicates, and gate-outcome tallying (the quality gate's disposition map, its cap, the pooled friction denominator, and its supersession of `metrics.md:13-14` and `:114`). Authored text, added after the split; not tracked in the provenance fixture, the same as the `AGENTS.md`/`CLAUDE.md` row below. |
| `gate-hygiene.md` | Typed review findings, engine-assigned ids, the three loop predicates, gate-outcome tallying (the quality gate's disposition map, its cap, the pooled friction denominator, and its supersession of `metrics.md:13-14` and `:114`), and the durable per-issue "## Gate State" comment (write boundaries, the four-state read contract, and the trust model). Authored text, added after the split; not tracked in the provenance fixture, the same as the `AGENTS.md`/`CLAUDE.md` row below. |
| `failure-semantics.md` | How the run fails, halts, and resumes (two segments, emitted out of source order: the short bullet list first, the incident-derived-machinery table second). |
| `cost-and-tokens.md` | Token tracking, cost estimation, and the token_budget guard. |
| `scheduling.md` | Claims interop, the consolidation gate, and lane scheduling. |
Expand Down
2 changes: 1 addition & 1 deletion docs/architecture/CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ to ship.
| `invocation-and-guardrails.md` | Invocation, the sandbox lint, and the engine-owned path guardrail. |
| `branching-and-merge.md` | The batch-branch model, release stage, and merge auto-resolve. |
| `metrics.md` | Friction and churn, rework tax, gate yield, and outcome grading. |
| `gate-hygiene.md` | Typed review findings, engine-assigned ids, the three loop predicates, and gate-outcome tallying (the quality gate's disposition map, its cap, the pooled friction denominator, and its supersession of `metrics.md:13-14` and `:114`). Authored text, added after the split; not tracked in the provenance fixture, the same as the `AGENTS.md`/`CLAUDE.md` row below. |
| `gate-hygiene.md` | Typed review findings, engine-assigned ids, the three loop predicates, gate-outcome tallying (the quality gate's disposition map, its cap, the pooled friction denominator, and its supersession of `metrics.md:13-14` and `:114`), and the durable per-issue "## Gate State" comment (write boundaries, the four-state read contract, and the trust model). Authored text, added after the split; not tracked in the provenance fixture, the same as the `AGENTS.md`/`CLAUDE.md` row below. |
| `failure-semantics.md` | How the run fails, halts, and resumes (two segments, emitted out of source order: the short bullet list first, the incident-derived-machinery table second). |
| `cost-and-tokens.md` | Token tracking, cost estimation, and the token_budget guard. |
| `scheduling.md` | Claims interop, the consolidation gate, and lane scheduling. |
Expand Down
328 changes: 328 additions & 0 deletions docs/architecture/gate-hygiene.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/architecture/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plain JavaScript; every unit of actual work is a schema-validated subagent call.
| [invocation-and-guardrails.md](invocation-and-guardrails.md) | Invocation, the sandbox lint, and the engine-owned path guardrail. |
| [branching-and-merge.md](branching-and-merge.md) | The batch-branch model, release stage, and merge auto-resolve. |
| [metrics.md](metrics.md) | Friction and churn, rework tax, gate yield, and outcome grading. |
| [gate-hygiene.md](gate-hygiene.md) | Typed review findings, engine-assigned ids, the absent-vs-empty distinction, the three loop predicates, and gate-outcome tallying (the quality gate's disposition map, its cap, the pooled friction denominator, and its supersession of `metrics.md:13-14` and `:114`). |
| [gate-hygiene.md](gate-hygiene.md) | Typed review findings, engine-assigned ids, the absent-vs-empty distinction, the three loop predicates, gate-outcome tallying (the quality gate's disposition map, its cap, the pooled friction denominator, and its supersession of `metrics.md:13-14` and `:114`), and the durable per-issue "## Gate State" comment (write boundaries, the four-state read contract, and the trust model). |
| [failure-semantics.md](failure-semantics.md) | How the run fails, halts, and resumes. |
| [cost-and-tokens.md](cost-and-tokens.md) | Token tracking, cost estimation, and the token_budget guard. |
| [scheduling.md](scheduling.md) | Claims interop, the consolidation gate, and lane scheduling. |
Expand Down
Loading
Loading