feat(continuation): formalize continuation proofs for claim and push (closes #189) #253
Merged
sysadmin
merged 1 commits from 2026-07-06 11:27:26 -05:00
feat/issue-189-continuation-mode-proofs into feat/issue-188-continuation-selection-wall
No Reviewers
Labels
Clear labels
allocator
anti-stomp
architecture
bug
chore
codex
concurrency
contamination
control-plane
dashboard
database
design
documentation
enhancement
gitea
glitchtip
important
incident
incident-bridge
integration
jenkins
labels
leases
mcp
mcp-health
mcp-menu
multi-project
mutating
nice-to-have
observability
portability
preflight
protected-branch
queue
read-only
reconnect
recovery
refactor
release
reliability
resumable-review
reviewer
roadmap
safety
security
self-hosted
sentry
stale-runtime
status:blocked
status:in-progress
status:pr-open
status:ready
terminal-lock
testing
tracker
type:bug
type:feature
type:feature
type:guardrail
visibility
workflow
workflow-hardening
workflow-hardening
Controller-owned work allocator
Prevent concurrent LLM session stomping
Architecture / structural design
OpenAI Codex client / workflow session surface
Concurrent session safety
Workflow or session contamination incident
MCP control-plane coordination and allocation authority
MCP operational dashboard/queue view
Internal coordination storage (SQLite/Postgres)
Design / investigation, no implementation
Docs / runbooks
New feature or improvement
Gitea MCP workflow
GlitchTip integration
Operational or process incident requiring durable audit trail
Sentry-to-Gitea incident bridging
Integration testing
Jenkins integration
Label taxonomy management
Lease adopt/release/expire lifecycle
MCP server / tooling
MCP namespace and runtime health
MCP menu surface
Work spanning multiple monitoring projects or Gitea repos
Mutating action; requires gating
Observability, metrics, traces, error reporting
Cross-platform / portability
Shared preflight gates before mutation
Protected branch / stable-branch policy concern
Work queue visibility and allocation
Read-only, no mutation
MCP client reconnect/reload recovery path
Recovery paths for stale/foreign leases
Code refactor / restructure
Release / versioning
Reliability / failure handling
Persist and resume prepared review verdicts across sessions
Reviewer workflow tooling
Roadmap / umbrella issue
Safety rails and fail-closed mutation guards
Security / trust boundary
Self-hosted infrastructure integration
Sentry error monitoring integration
Stale backend daemon / runtime-vs-master parity failures
Issue is blocked
Issue is being worked on
Issue has an open pull request
Issue is ready for work
Terminal review lock (#332) path
Tests / test coverage
Issue tracker hygiene / meta
Bug or defect
Feature or enhancement
Feature or enhancement
Safety gate or guardrail
Workflow state visibility for LLMs/operators
Cross-tool workflow
LLM workflow coordination hardening
LLM workflow coordination hardening
No labels
Milestone
No items
No Milestone
Projects
Clear projects
No projects
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Scaled-Tech-Consulting/Gitea-Tools#253
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Formalizes continuation mode proofs on top of #188 (#246). When an author continues work on an issue already represented by an open PR, the workflow must prove claim status, head SHA transitions, and safe force-with-lease pushes.
Changes
assess_continuation_mode_report: issue number + claim status evidence (#189)assess_force_with_lease_push_report: old remote head, lease head, pushed head, feature-branch-only confirmationcanonical_secret_sweep_report+CANONICAL_SECRET_SWEEP_COMMANDfor comparable sweepsassess_issue_selection_final_reportIssue claim status:skills/llm-project-workflow/SKILL.mdTests
11 continuation tests (6 #188 + 5 #189); full
test_review_proofs.py: 138 passed.Stack: bases on #246 (
feat/issue-188-continuation-selection-wall). Merge #246 first.Closes #189
Review summary
Reviewed PR #253 at head
1158594a200bc7c118b9e3265375cb769f65b83a.Scope: Closes #189 — continuation proofs for claim status, force-with-lease push evidence, and canonical secret sweep on top of #188.
Changes:
assess_continuation_mode_reportgains issue claim status evidenceassess_force_with_lease_push_reportfor lease/push proofscanonical_secret_sweep_report+ wired into final report gradingValidation:
pytest tests/test_review_proofs.py -k continuation→ 11 passedpytest tests/test_review_proofs.py→ 138 passedpytest tests/ -q→ full suite exit 0Note: Stack PR — merges into
feat/issue-188-continuation-selection-wall(#246 already on master). Follow-up PR to master may be needed for #189 to land on master.Verdict: Approve.