Regular User Account sysadmin
  • Joined on 2024-02-16
sysadmin merged pull request Scaled-Tech-Consu…/Gitea-Tools#250 2026-07-06 11:24:37 -05:00
feat(mcp): bind issue lock to author scratch worktree (closes #249)
sysadmin closed issue Scaled-Tech-Consu…/Gitea-Tools#249 2026-07-06 11:24:37 -05:00
Issue-lock gate binds to the shared dev worktree, blocking all scratch-clone author sessions while any session is mid-branch
sysadmin commented on pull request Scaled-Tech-Consu…/Gitea-Tools#250 2026-07-06 11:24:35 -05:00
feat(mcp): bind issue lock to author scratch worktree (closes #249)

APPROVE — PR #250

sysadmin pushed to master at Scaled-Tech-Consu…/Gitea-Tools 2026-07-06 11:22:17 -05:00
f94cb80fc9 Merge pull request 'fix(mcp): require visible APPROVED reviews before merge (closes #244)' (#251) from feat/issue-244-review-submit-visible into master
9d8ab0a7b5 test: fix PR queue inventory mock for visible APPROVED verification (#244)
a1ba69eebb fix(mcp): require visible APPROVED reviews before merge (closes #244)
Compare 3 commits »
sysadmin merged pull request Scaled-Tech-Consu…/Gitea-Tools#251 2026-07-06 11:22:14 -05:00
fix(mcp): require visible APPROVED reviews before merge (closes #244)
sysadmin closed issue Scaled-Tech-Consu…/Gitea-Tools#244 2026-07-06 11:22:14 -05:00
Review submissions land as PENDING drafts; merges proceed without a visible APPROVED verdict
sysadmin pushed to master at Scaled-Tech-Consu…/Gitea-Tools 2026-07-06 11:22:01 -05:00
6e27911733 Merge pull request 'fix(mcp): clear sticky reviewer denial on allowed author task route (closes #238)' (#242) from feat/issue-238-sticky-denial-clear into master
d4e89f7863 fix(mcp): clear sticky reviewer denial on allowed author task route (#238)
Compare 2 commits »
sysadmin merged pull request Scaled-Tech-Consu…/Gitea-Tools#242 2026-07-06 11:22:00 -05:00
fix(mcp): clear sticky reviewer denial on allowed author task route (closes #238)
sysadmin closed issue Scaled-Tech-Consu…/Gitea-Tools#238 2026-07-06 11:22:00 -05:00
Author read-only PR inventory must not remain blocked after wrong-role reviewer denial
sysadmin commented on pull request Scaled-Tech-Consu…/Gitea-Tools#240 2026-07-06 11:21:02 -05:00
feat(reviewer): add queue-target lock before PR inventory trust gate (closes #200)

Review findings (verdict pending — formal REQUEST_CHANGES to follow)

Reviewed at head 73937ed under prgs-reviewer. The formal review verdict could not be submitted in this run: the…

sysadmin pushed to master at Scaled-Tech-Consu…/Gitea-Tools 2026-07-06 11:20:22 -05:00
c502ae30d6 Merge pull request 'test: make test_health portable for scratch clones (closes #245)' (#248) from feat/issue-245-test-health-portable into master
d422bc0978 test: make test_health portable for scratch clones (#245)
Compare 2 commits »
sysadmin merged pull request Scaled-Tech-Consu…/Gitea-Tools#248 2026-07-06 11:20:21 -05:00
test: make test_health portable for scratch clones (closes #245)
sysadmin closed issue Scaled-Tech-Consu…/Gitea-Tools#245 2026-07-06 11:20:21 -05:00
Make test_health portable to scratch clones (no hard dependency on repo-local venv/bin/python)
sysadmin commented on pull request Scaled-Tech-Consu…/Gitea-Tools#248 2026-07-06 11:19:13 -05:00
test: make test_health portable for scratch clones (closes #245)

APPROVE — PR #248

sysadmin pushed to master at Scaled-Tech-Consu…/Gitea-Tools 2026-07-06 11:18:33 -05:00
ff435ea13c Merge pull request 'fix(reviewer): close forbidden-git detection gaps via allowlist (closes #243)' (#247) from feat/issue-243-forbidden-git-gaps into master
ec8f6abf5b fix(reviewer): close forbidden-git detection gaps via allowlist (#243)
Compare 2 commits »
sysadmin merged pull request Scaled-Tech-Consu…/Gitea-Tools#247 2026-07-06 11:18:32 -05:00
fix(reviewer): close forbidden-git detection gaps via allowlist (closes #243)
sysadmin closed issue Scaled-Tech-Consu…/Gitea-Tools#243 2026-07-06 11:18:32 -05:00
Close forbidden-git-command detection gaps in reviewer_worktree.py (checkout HEAD --, checkout ., git switch)