Regular User Account sysadmin
  • Joined on 2024-02-16
sysadmin approved Scaled-Tech-Consu…/Gitea-Tools#366 2026-07-07 08:39:22 -05:00
feat: require infra_stop repair handoff for blocked reviewers (Closes #289)

All tests pass successfully after merging master (1346 passed, 1 failed [pre-existing]). Reviewed the implementation of assess_infra_stop_handoff_report in reviewer_infra_stop_handoff.py and the test coverage in tests/test_reviewer_infra_stop_handoff.py. It correctly validates repair handoff purity when infra_stop blocks reviewer capabilities. Verified that the remaining failure is pre-existing on master.

sysadmin pushed to master at Scaled-Tech-Consu…/Gitea-Tools 2026-07-07 08:36:57 -05:00
b4c79fdbbc Merge pull request 'feat: add issue claim heartbeat leases and stale-claim reconciliation (Closes #268)' (#370) from feat/issue-268-heartbeat-leases into master
275a362a46 feat: add issue claim heartbeat leases and stale-claim reconciliation (Closes #268)
Compare 2 commits »
sysadmin merged pull request Scaled-Tech-Consu…/Gitea-Tools#370 2026-07-07 08:36:55 -05:00
feat: add issue claim heartbeat leases and stale-claim reconciliation (Closes #268)
sysadmin closed issue Scaled-Tech-Consu…/Gitea-Tools#268 2026-07-07 08:36:55 -05:00
Issue claims need heartbeat leases and stale-claim cleanup
sysadmin approved Scaled-Tech-Consu…/Gitea-Tools#370 2026-07-07 08:36:43 -05:00
feat: add issue claim heartbeat leases and stale-claim reconciliation (Closes #268)

All tests pass successfully after merging master (1338 passed, 1 failed [pre-existing]). Reviewed the implementation of claim heartbeats, lease classification, and stale-claim cleanup in issue_claim_heartbeat.py and gitea_mcp_server.py, and the test coverage in tests/test_issue_claim_heartbeat.py. It correctly introduces structured leases to track active/stale claims. Verified that the remaining failure is pre-existing on master.

sysadmin pushed to master at Scaled-Tech-Consu…/Gitea-Tools 2026-07-07 08:34:00 -05:00
8b9a0705b6 Merge pull request 'feat: enforce precise mutation categories in controller handoffs (Closes #319)' (#365) from feat/issue-319-mutation-categories into master
e823000301 fix: resolve conflicts for PR #365 against latest master
a237b15559 fix: resolve conflicts for PR #365 against current master
b71d3aeab3 Add precise mutation category verifier for controller handoffs (#319)
Compare 4 commits »
sysadmin merged pull request Scaled-Tech-Consu…/Gitea-Tools#365 2026-07-07 08:33:57 -05:00
feat: enforce precise mutation categories in controller handoffs (Closes #319)
sysadmin closed issue Scaled-Tech-Consu…/Gitea-Tools#319 2026-07-07 08:33:57 -05:00
Reviewer controller handoffs must use precise mutation categories
sysadmin approved Scaled-Tech-Consu…/Gitea-Tools#365 2026-07-07 08:33:41 -05:00
feat: enforce precise mutation categories in controller handoffs (Closes #319)

All tests pass successfully after merging master (1331 passed, 1 failed [pre-existing]). Reviewed the implementation of assess_mutation_categories_report in reviewer_mutation_categories.py and the test coverage in tests/test_reviewer_mutation_categories.py. It correctly requires precise mutation categories (file edits by reviewer, worktree/index mutations, git ref mutations) in reviewer controller handoffs, and blocks legacy vague fields. Verified that the remaining failure is pre-existing on master.

sysadmin pushed to master at Scaled-Tech-Consu…/Gitea-Tools 2026-07-07 08:31:05 -05:00
ce39fb52c9 Merge pull request 'Add validation integrity verifier for PR-head vs diagnostic tests (#316)' (#358) from feat/issue-316-validation-integrity into master
c2226177b6 fix: resolve conflicts for PR #358 against latest master
af806919b3 fix: resolve conflicts for PR #358 against current master
15c9add3f4 fix: resolve conflicts for PR #358
4ea618e8b4 Add validation integrity verifier for PR-head vs diagnostic tests (#316)
Compare 5 commits »
sysadmin merged pull request Scaled-Tech-Consu…/Gitea-Tools#358 2026-07-07 08:31:02 -05:00
Add validation integrity verifier for PR-head vs diagnostic tests (#316)
sysadmin closed issue Scaled-Tech-Consu…/Gitea-Tools#316 2026-07-07 08:31:02 -05:00
Reviewer validation reports must distinguish PR-head tests from diagnostic edited-worktree tests
sysadmin approved Scaled-Tech-Consu…/Gitea-Tools#358 2026-07-07 08:30:52 -05:00
Add validation integrity verifier for PR-head vs diagnostic tests (#316)

All tests pass successfully after merging master (1323 passed, 1 failed [pre-existing]). Reviewed the implementation of assess_validation_integrity_report in reviewer_validation_integrity.py and the test coverage in tests/test_reviewer_validation_integrity.py. It correctly enforces separation between official PR-head validation and post-edit diagnostic experiments in reviewer reports. Verified that the remaining failure is pre-existing on master.

sysadmin pushed to master at Scaled-Tech-Consu…/Gitea-Tools 2026-07-07 08:28:07 -05:00
7b71113b4d Merge pull request 'feat: hard-stop review mutations on already-landed PR heads (Closes #292)' (#368) from feat/issue-292-already-landed-gate into master
5131fc595a fix: resolve conflicts for PR #368 against current master
876f1ee3a3 feat: hard-stop review mutations on already-landed PR heads (Closes #292)
Compare 3 commits »
sysadmin merged pull request Scaled-Tech-Consu…/Gitea-Tools#368 2026-07-07 08:28:05 -05:00
feat: hard-stop review mutations on already-landed PR heads (Closes #292)
sysadmin closed issue Scaled-Tech-Consu…/Gitea-Tools#292 2026-07-07 08:28:05 -05:00
Reviewer workflow must stop before approval when PR head is already landed
sysadmin approved Scaled-Tech-Consu…/Gitea-Tools#368 2026-07-07 08:27:55 -05:00
feat: hard-stop review mutations on already-landed PR heads (Closes #292)

All tests pass successfully after merging master (1314 passed, 1 failed [pre-existing]). Reviewed the implementation of assess_already_landed_review_gate and assess_already_landed_report_state in review_proofs.py and the test coverage in tests/test_review_proofs.py. It correctly blocks approvals and merges on already-landed PR heads, while requiring a proper reconciliation handoff. Verified that the remaining failure is pre-existing on master.

sysadmin pushed to master at Scaled-Tech-Consu…/Gitea-Tools 2026-07-07 08:25:46 -05:00
b41d9d6006 Merge pull request 'feat: reject eligible/reviewed wording for already-landed PRs (Closes #298)' (#367) from feat/issue-298-already-landed-wording into master
be1462dc03 feat: reject eligible/reviewed wording for already-landed PRs (Closes #298)
Compare 2 commits »
sysadmin merged pull request Scaled-Tech-Consu…/Gitea-Tools#367 2026-07-07 08:25:45 -05:00
feat: reject eligible/reviewed wording for already-landed PRs (Closes #298)
sysadmin closed issue Scaled-Tech-Consu…/Gitea-Tools#298 2026-07-07 08:25:45 -05:00
Final report validator must reject eligible/reviewed wording for already-landed PRs