Problem
Every prior ticket verified its own slice. Nothing yet verifies the integrated whole: clean clone -> sync -> all gates -> running stack -> green CI.
Proposed solution
Run the full verification checklist from the plan: clean-clone smoke, uv sync && just check, cd frontend && npm install && npm run lint && npm run check && npm run test && npm run build, pre-commit run --all-files, docker compose up and hit all three services, open a sample PR and confirm every CI gate passes, trigger eval-nightly via workflow_dispatch with sample secrets and confirm execution. File any defects discovered as bug issues against the relevant prior ticket.
Acceptance criteria
Priority rationale
Critical: this is the gate that decides whether to publish or hold.
Depends on
#1, #2, #3, #4, #5, #6, #7, #8, #9, #10, #11, #12, #13, #14, #15, #16, #17, #18, #19, #20, #21, #22, #23, #24, #25, #26
Problem
Every prior ticket verified its own slice. Nothing yet verifies the integrated whole: clean clone -> sync -> all gates -> running stack -> green CI.
Proposed solution
Run the full verification checklist from the plan: clean-clone smoke,
uv sync && just check,cd frontend && npm install && npm run lint && npm run check && npm run test && npm run build,pre-commit run --all-files,docker compose upand hit all three services, open a sample PR and confirm every CI gate passes, triggereval-nightlyviaworkflow_dispatchwith sample secrets and confirm execution. File any defects discovered as bug issues against the relevant prior ticket.Acceptance criteria
Priority rationale
Critical: this is the gate that decides whether to publish or hold.
Depends on
#1, #2, #3, #4, #5, #6, #7, #8, #9, #10, #11, #12, #13, #14, #15, #16, #17, #18, #19, #20, #21, #22, #23, #24, #25, #26