os-sdlc: reviewer packet evidence gap — missing programmer/lint evidence, stale gate-log.txt #405
Labels
No labels
P0
P1
P2
P3
bug
create
delete
enhancement
filed-by/agent
filed-by/user
frozen
lint-rule
needs-info
needs-triage
next
plugin/cc-architect
plugin/os
plugin/os-adr
plugin/os-aidd-lint
plugin/os-backlog
plugin/os-context
plugin/os-doc-hygiene
plugin/os-sdlc
plugin/os-vault
project/cc-os
ready-for-agent
ready-for-human
recurring
review
update
waiting
wayfinder:grilling
wayfinder:map
wayfinder:map
wayfinder:research
wayfinder:task
wayfinder:task
wontfix
worklist/deviations
worklist/lint-rule
worklist/new-implement-build
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
jared/cc-os#405
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Rescoped 2026-08-15 after investigation (evidence brief: .sdlc/tickets/405/evidence-brief.md).
Dropped from scope — not a bug: the missing programmer/lint evidence during #403's review is explained by usage: #403 never ran through the pipeline (no .sdlc/tickets/403/, no dispatch rows; hand-committed as
3f0a5a7), so those stages produced no evidence. Also: the original "stale gate-log.txt" wording conflated two artifacts — gate-log.txt is written only by the escalation-park flow and is never read by the packet builder; the packet's Gate log section comes from artifact.yaml's gate_log array.Confirmed weakness (this ticket's scope): Artifact#disclosures and Artifact#gate_log (plugins/os-sdlc/lib/os_sdlc/artifact.rb:114,136) are append-only, per-ticket, with no reset on a new run. bin/os-sdlc review-packet renders the full arrays unconditionally (build_review_packet_sections, bin/os-sdlc ~891-940), so a reused artifact.yaml presents prior-run entries as current evidence.
Tasks
Acceptance criteria
In scope
Artifact run-reset semantics, review-packet correctness for reused artifacts, the pipeline-stages.md correction.
Out of scope
gate-log.txt / escalation-park flow (unrelated artifact); #403's own history (closed, out-of-pipeline by design); any hook registration work.
Blocking edges
None — the two tasks are independent.
VERDICT: CREATE — confirmed data-integrity defect (stale prior-run evidence rendered as current in review packets); skeptic hard floor overrides the depth-1 default.
Work starting via os-sdlc pipeline on branch worktree-issue-405
Resolution
Done: Run-reset semantics implemented: Artifact.reset_run_at is the single owner of locating and resetting a ticket's artifact.yml; called from Engine#intake, Resumer retry!/skip! (never abort!), and WorkspaceTicketSeed's existing-artifact branch, so a reused artifact.yml cannot carry prior-run disclosures/gate_log into a review packet (renderer already emits (none) for empty arrays). pipeline-stages.md corrected: review packet is built by bin/os-sdlc review-packet, not a nonexistent code-actor hook.
Evidence: Commit
b33a2c3on branch worktree-issue-405; new test plugins/os-sdlc/tests/runner/artifact_run_reset_test.rb covers intake/retry/skip reset, abort negative, within-run append regression; suite green (925 runs, 0 failures); changed files rubocop-clean; reviewer round-2 verdict APPROVE (.sdlc/tickets/405/verdict.md) after round-1 REQUEST-CHANGES corrections.Follow-ups: none — reviewer's non-blocking note (ArtifactFieldSet positional arrays) judged not worth a ticket; gate-log.txt/escalation-park flow explicitly out of scope per the ticket