Regular User Account sysadmin
  • Joined on 2024-02-16
sysadmin pushed to master at Scaled-Tech-Consu…/Gitea-Tools 2026-07-05 19:34:37 -05:00
392266c553 Merge pull request 'feat: block workspace edits before preflight verification Closes #210' (#215) from feat/issue-210-block-workspace-edits-clean into master
ab95f1b253 feat(preflight): block workspace edits before identity/capability verification (Closes #210)
Compare 2 commits »
sysadmin merged pull request Scaled-Tech-Consu…/Gitea-Tools#215 2026-07-05 19:34:36 -05:00
feat: block workspace edits before preflight verification Closes #210
sysadmin closed issue Scaled-Tech-Consu…/Gitea-Tools#210 2026-07-05 19:34:36 -05:00
Block workspace edits before identity, capability, and role verification
sysadmin commented on pull request Scaled-Tech-Consu…/Gitea-Tools#215 2026-07-05 19:34:32 -05:00
feat: block workspace edits before preflight verification Closes #210

Approved! Preflight order verification gates resolved and tests passing cleanly.

sysadmin pushed to master at Scaled-Tech-Consu…/Gitea-Tools 2026-07-05 19:28:16 -05:00
8dd1b2ee34 Merge pull request 'feat(author-workflow): enforce exact issue lock before branch/commit/push/PR (Issue #204, recreation of PR #205)' (#213) from feat/issue-204-exact-issue-lock-v2 into master
8ec69cdd35 feat(author-workflow): enforce exact issue lock before branch/commit/push/PR (Issue #204)
Compare 2 commits »
sysadmin merged pull request Scaled-Tech-Consu…/Gitea-Tools#213 2026-07-05 19:28:15 -05:00
feat(author-workflow): enforce exact issue lock before branch/commit/push/PR (Issue #204, recreation of PR #205)
sysadmin closed issue Scaled-Tech-Consu…/Gitea-Tools#204 2026-07-05 19:28:15 -05:00
Enforce exact issue lock before branch, commit, push, or PR creation
sysadmin commented on pull request Scaled-Tech-Consu…/Gitea-Tools#213 2026-07-05 19:28:10 -05:00
feat(author-workflow): enforce exact issue lock before branch/commit/push/PR (Issue #204, recreation of PR #205)

Approved! Verified exact issue lock and clean provenance matching all requirements. All tests passing successfully.

sysadmin pushed to master at Scaled-Tech-Consu…/Gitea-Tools 2026-07-05 19:19:36 -05:00
adb35f12b5 Merge pull request 'feat(reviewer-workflow): enforce single terminal review decision per PR review run' (#214) from feat/issue-211-single-terminal-review-decision into master
16f977fde0 fix(review): harden #211 decision lock and CLI gate per review blockers
7489107768 feat(review-workflow): enforce single terminal review decision per review run (#211)
5d0845df90 Initialize review decision lock in test suite to prevent flakiness and resolve test pollution
880fca81da Enforce single terminal review decision per PR review run (Issue #211)
Compare 5 commits »
sysadmin merged pull request Scaled-Tech-Consu…/Gitea-Tools#214 2026-07-05 19:19:34 -05:00
feat(reviewer-workflow): enforce single terminal review decision per PR review run
sysadmin closed issue Scaled-Tech-Consu…/Gitea-Tools#211 2026-07-05 19:19:34 -05:00
Enforce single terminal review decision per PR review run
sysadmin commented on pull request Scaled-Tech-Consu…/Gitea-Tools#214 2026-07-05 19:19:26 -05:00
feat(reviewer-workflow): enforce single terminal review decision per PR review run

Approved! Trailing whitespace issues resolved and all tests passing cleanly. Provenance and decision gates verified successfully.

sysadmin suggested changes for Scaled-Tech-Consu…/Gitea-Tools#214 2026-07-05 18:39:22 -05:00
feat(reviewer-workflow): enforce single terminal review decision per PR review run

REQUEST_CHANGES: Trailing whitespace detected by 'git diff --check' in tests/test_mcp_server.py at lines 1793 and 1895. Please clean the trailing whitespace and push the updated commit to make this PR eligible for approval.

sysadmin pushed to master at Scaled-Tech-Consu…/Gitea-Tools 2026-07-05 16:34:52 -05:00
5b9fcaefbf Merge pull request 'Enforce pre-create duplicate title gate in gitea_create_issue (Issue #207)' (#220) from feat/issue-207-issue-duplicate-gate into master
75c176991e feat(issue-filing): enforce pre-create duplicate title gate (#207)
Compare 2 commits »
sysadmin merged pull request Scaled-Tech-Consu…/Gitea-Tools#220 2026-07-05 16:34:50 -05:00
Enforce pre-create duplicate title gate in gitea_create_issue (Issue #207)
sysadmin closed issue Scaled-Tech-Consu…/Gitea-Tools#207 2026-07-05 16:34:50 -05:00
Enforce exact-title and semantic duplicate stop before issue creation
sysadmin commented on pull request Scaled-Tech-Consu…/Gitea-Tools#220 2026-07-05 16:34:48 -05:00
Enforce pre-create duplicate title gate in gitea_create_issue (Issue #207)

Review decision: APPROVE

sysadmin commented on issue Scaled-Tech-Consu…/Gitea-Tools#199 2026-07-05 16:24:40 -05:00
Block CLI reviewer fallback after MCP profile switch failure

Additional low-severity observation:

During successful review/merge of PR #219, the actual review and merge mutations were performed through gitea-reviewer MCP as sysadmin / prgs-reviewer.…