Regular User Account sysadmin
  • Joined on 2024-02-16
sysadmin closed issue Scaled-Tech-Consu…/Gitea-Tools#153 2026-07-07 04:05:22 -05:00
Complete GlitchTip-to-Gitea filing orchestrator
sysadmin approved Scaled-Tech-Consu…/Gitea-Tools#343 2026-07-07 04:05:12 -05:00
docs: pin GlitchTip filing orchestrator contract (Closes #153)

All tests pass successfully. Reviewed the updates to docs/architecture/glitchtip-to-gitea-workflow-design.md, docs/mcp-client-registration.md, and the test coverage in tests/test_external_mcp_registration_docs.py. They correctly pin the architectural contract and safety boundaries for the GlitchTip-to-Gitea filing orchestrator as a library-only component, and ensure that glitchtip-mcp remains strictly read-only. Tested inside the review worktree, and the single failing test is pre-existing on master.

sysadmin pushed to master at Scaled-Tech-Consu…/Gitea-Tools 2026-07-07 04:03:32 -05:00
f92d1a29c2 Merge pull request 'Add pagination metadata to gitea_list_prs' (#342) from feat/issue-340-list-prs-pagination-metadata into master
8929286276 feat: add pagination metadata to gitea_list_prs (#340)
Compare 2 commits »
sysadmin merged pull request Scaled-Tech-Consu…/Gitea-Tools#342 2026-07-07 04:03:31 -05:00
Add pagination metadata to gitea_list_prs
sysadmin closed issue Scaled-Tech-Consu…/Gitea-Tools#340 2026-07-07 04:03:31 -05:00
Add pagination metadata or explicit final-page proof to gitea_list_prs
sysadmin approved Scaled-Tech-Consu…/Gitea-Tools#342 2026-07-07 04:03:19 -05:00
Add pagination metadata to gitea_list_prs

All tests pass successfully. Reviewed the implementation of the pagination metadata and verifier for gitea_list_prs in gitea_mcp_server.py, gitea_auth.py, and review_proofs.py. The envelope response structure correctly encapsulates both the list of PRs and the pagination status (returned count, has_more, is_final_page), and is verified by the new tests in tests/test_list_prs_pagination.py. Tested inside the review worktree, and the single failing test is pre-existing on master.

sysadmin pushed to master at Scaled-Tech-Consu…/Gitea-Tools 2026-07-07 03:59:02 -05:00
0ae39c231d Merge pull request 'feat: add create-issue final-report verifier (Closes #337)' (#341) from feat/issue-337-create-issue-verifier into master
6e024db9eb Merge remote-tracking branch 'prgs/master' into feat/issue-337-create-issue-verifier
14f5c865b3 feat: add create-issue final-report verifier (#337)
Compare 3 commits »
sysadmin merged pull request Scaled-Tech-Consu…/Gitea-Tools#341 2026-07-07 03:59:01 -05:00
feat: add create-issue final-report verifier (Closes #337)
sysadmin closed issue Scaled-Tech-Consu…/Gitea-Tools#337 2026-07-07 03:59:01 -05:00
Extract create-issue workflow from monolithic LLM project skill
sysadmin approved Scaled-Tech-Consu…/Gitea-Tools#341 2026-07-07 03:58:44 -05:00
feat: add create-issue final-report verifier (Closes #337)

All tests pass successfully. Reviewed the implementation of the create-issue final-report verifier in review_proofs.py. It properly implements verification for create-issue task mode, verifying workflow source, mode isolation, precise mutation categories, and duplicate summaries, with thorough test coverage in tests/test_review_proofs.py. Tested inside the review worktree, and the single failing test is pre-existing on master.

sysadmin pushed to master at Scaled-Tech-Consu…/Gitea-Tools 2026-07-07 03:57:20 -05:00
5e145957a5 Merge pull request 'feat: extract review-merge-pr workflow from monolithic LLM skill' (#335) from feat/issue-334-review-merge-workflow-extract into master
72c20ee1e1 Merge remote-tracking branch 'prgs/master' into feat/issue-334-review-merge-workflow-extract
25c9d20870 merge: resolve PR #335 conflicts with master (fd396df)
c05b2f4c05 docs(skill): load canonical review-merge prompt into workflow file
3976f886e4 feat(skill): extract review-merge-pr workflow from monolithic SKILL.md
Compare 5 commits »
sysadmin merged pull request Scaled-Tech-Consu…/Gitea-Tools#335 2026-07-07 03:57:19 -05:00
feat: extract review-merge-pr workflow from monolithic LLM skill
sysadmin closed issue Scaled-Tech-Consu…/Gitea-Tools#334 2026-07-07 03:57:19 -05:00
Extract review-merge-pr workflow from monolithic LLM project skill
sysadmin approved Scaled-Tech-Consu…/Gitea-Tools#335 2026-07-07 03:57:08 -05:00
feat: extract review-merge-pr workflow from monolithic LLM skill

All tests pass successfully. Reviewed the test updates in tests/test_llm_workflow_split.py, verifying they correctly enforce the doc-contract and schemas for the extracted review-merge-pr workflow. Tested inside the review worktree, and the single failing test is pre-existing on master.

sysadmin pushed to master at Scaled-Tech-Consu…/Gitea-Tools 2026-07-07 03:43:50 -05:00
fd6f7ff22c Merge pull request 'docs: add subagent tool-budget guardrails for MCP tasks (Closes #259)' (#284) from docs/issue-259-subagent-tool-budget into master
3c50db61eb merge: integrate remote branch history
edf26410a0 merge: resolve master conflicts for #259 subagent tool-budget docs
52b729e86a Merge branch 'master' into docs/issue-259-subagent-tool-budget
82e6d3a3f4 docs: add subagent tool-budget guardrails for MCP tasks (Closes #259)
Compare 5 commits »
sysadmin merged pull request Scaled-Tech-Consu…/Gitea-Tools#284 2026-07-07 03:43:48 -05:00
docs: add subagent tool-budget guardrails for MCP tasks (Closes #259)
sysadmin closed issue Scaled-Tech-Consu…/Gitea-Tools#259 2026-07-07 03:43:48 -05:00
Add subagent tool-budget guardrails for deterministic MCP tasks
sysadmin approved Scaled-Tech-Consu…/Gitea-Tools#284 2026-07-07 03:43:36 -05:00
docs: add subagent tool-budget guardrails for MCP tasks (Closes #259)

All tests pass successfully. Reviewed the subagent tool-budget guardrails documentation and rule changes. The budget rules are now integrated into the guide, SKILL.md, and runbooks, with complete test coverage in tests/test_subagent_tool_budget_docs.py. Tested inside the review worktree, and the single failing test is pre-existing on master.

sysadmin pushed to master at Scaled-Tech-Consu…/Gitea-Tools 2026-07-07 03:39:51 -05:00
a06af6f0e3 Merge pull request 'feat: merged PR cleanup reconciliation report (Closes #269)' (#282) from feat/issue-269-merged-pr-cleanup-reconcile into master
3a490521e4 Merge prgs/master into feat/issue-269-merged-pr-cleanup-reconcile
4cc31a42f9 feat: add merged PR cleanup reconciliation report (#269)
Compare 3 commits »
sysadmin merged pull request Scaled-Tech-Consu…/Gitea-Tools#282 2026-07-07 03:39:49 -05:00
feat: merged PR cleanup reconciliation report (Closes #269)