Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.6 KB

File metadata and controls

46 lines (31 loc) · 1.6 KB

Summary

Scope

  • Archetype / area:
  • Part of # · Sub-PRs: #

Slices

  • S1 —
  • S2

Validation

  • deno task check
  • deno task lint / deno task fmt:check
  • deno task e2e:cli run scaffold.runtime --cleanup — <result, if scaffold/plugin/db/aspire touched>

Harness

  • Run dir: .llm/runs/<run-id>/
  • Phase: <research|plan|plan-eval|impl|impl-eval|review> — see phase comments below.

Drift / Debt

  • <DEBT_ACCEPTED rows or "none">

Checklist

  • Branch name and labels follow the taxonomy (exactly one status: label).
  • Every referenced issue's acceptance + gate: boxes are checked with linked evidence (required before status:ready-merge).
  • Docs/reference updated if public surface changed.
  • Breaking changes are labelled breaking and, if substantial, backed by an RFC.
  • No lock-file or unrelated churn committed (deno.lock only when a reviewed fix requires it).