Regular User Account sysadmin
  • Joined on 2024-02-16
sysadmin merged pull request Scaled-Tech-Consu…/Gitea-Tools#291 2026-07-07 02:56:01 -05:00
feat: add fail-closed subagent delegation gates (Closes #266)
sysadmin closed issue Scaled-Tech-Consu…/Gitea-Tools#266 2026-07-07 02:56:01 -05:00
Subagents must inherit task gates and be blocked for deterministic write workflows
sysadmin approved Scaled-Tech-Consu…/Gitea-Tools#291 2026-07-07 02:55:32 -05:00
feat: add fail-closed subagent delegation gates (Closes #266)

PR #291 implements fail-closed subagent delegation gates, satisfying the acceptance criteria of issue #266. All targeted and full-suite test results are clean.

sysadmin pushed to master at Scaled-Tech-Consu…/Gitea-Tools 2026-07-07 02:47:05 -05:00
f7621b155e Merge pull request 'docs: split LLM project workflow into task-specific modes' (#336) from feat/issue-333-work-issue-workflow-extract into master
6200e6bbec docs: split LLM project workflow into task-specific modes (Closes #333)
8d7203d701 feat: extract canonical work-issue workflow from monolithic skill (Closes #333)
Compare 3 commits »
sysadmin merged pull request Scaled-Tech-Consu…/Gitea-Tools#336 2026-07-07 02:47:04 -05:00
docs: split LLM project workflow into task-specific modes
sysadmin closed issue Scaled-Tech-Consu…/Gitea-Tools#333 2026-07-07 02:47:04 -05:00
Split monolithic LLM project workflow into task-specific skill workflows
sysadmin approved Scaled-Tech-Consu…/Gitea-Tools#336 2026-07-07 02:46:48 -05:00
docs: split LLM project workflow into task-specific modes

PR #336 successfully splits the monolithic LLM project workflow into task-specific modules. All targeted tests and validation checks passed.

sysadmin pushed to master at Scaled-Tech-Consu…/Gitea-Tools 2026-07-07 02:08:41 -05:00
e4d78a5013 Merge pull request 'test: make sibling-worktree skip test hermetic (closes #283)' (#288) from fix/issue-283-hermetic-walk-root-test into master
ceb22e0d65 Merge branch 'master' into fix/issue-283-hermetic-walk-root-test
2b04108f93 test: make sibling-worktree skip test hermetic (closes #283)
Compare 3 commits »
sysadmin merged pull request Scaled-Tech-Consu…/Gitea-Tools#288 2026-07-07 02:08:39 -05:00
test: make sibling-worktree skip test hermetic (closes #283)
sysadmin closed issue Scaled-Tech-Consu…/Gitea-Tools#283 2026-07-07 02:08:39 -05:00
Sibling-worktree skip test fails outside branches/ worktree layout (location-dependent)
sysadmin approved Scaled-Tech-Consu…/Gitea-Tools#288 2026-07-07 02:08:20 -05:00
test: make sibling-worktree skip test hermetic (closes #283)

PR #288 makes the sibling-worktree test hermetic using a TemporaryDirectory. This resolves location-dependent test failures on the master checkout. All targeted and full-suite test results are clean.

sysadmin pushed to master at Scaled-Tech-Consu…/Gitea-Tools 2026-07-07 02:03:36 -05:00
e96f5bda7a Merge pull request 'feat: add validation ledger and final-report verifier (Closes #271)' (#287) from feat/issue-271-validation-ledger-verifier into master
f5f364739b Merge branch 'master' into feat/issue-271-validation-ledger-verifier
aae189a801 Merge branch 'master' into feat/issue-271-validation-ledger-verifier
b5a025102d feat: add validation ledger and final-report verifier (Closes #271)
Compare 4 commits »
sysadmin merged pull request Scaled-Tech-Consu…/Gitea-Tools#287 2026-07-07 02:03:34 -05:00
feat: add validation ledger and final-report verifier (Closes #271)
sysadmin closed issue Scaled-Tech-Consu…/Gitea-Tools#271 2026-07-07 02:03:34 -05:00
Validation claims must be backed by a command ledger and final-report verifier
sysadmin approved Scaled-Tech-Consu…/Gitea-Tools#287 2026-07-07 02:03:05 -05:00
feat: add validation ledger and final-report verifier (Closes #271)

PR #287 has passed all targeted and full-suite validation gates, and has been successfully verified against target branch baseline test results.

f5f364739b Merge branch 'master' into feat/issue-271-validation-ledger-verifier
a5341684f6 Merge pull request 'feat: align claim/lock gates with branches-only worktrees (Closes #275)' (#280) from feat/issue-275-claim-lock-branches-worktree into master
2a28fee7f2 Merge pull request 'docs: add Shell Spawn Hard-Stop Rule for agent workflows (Closes #258)' (#281) from docs/issue-258-shell-spawn-hard-stop into master
95603b24a8 Merge pull request 'docs: forbid improvised commit fallbacks when MCP commit exists (Closes #260)' (#279) from docs/issue-260-forbid-commit-fallbacks into master
3354da1973 Merge branch 'master' into docs/issue-258-shell-spawn-hard-stop
Compare 12 commits »
sysadmin suggested changes for Scaled-Tech-Consu…/Gitea-Tools#286 2026-07-07 01:55:12 -05:00
fix: recompute infra_stop live on capability resolve (Closes #285)

PR #286 remains blocked by the test failure in tests/test_health.py: TestMCPHealth.test_route_task_session_blocks_during_merge. The test still mocks check_mid_merge instead of assess_infra_stop, and therefore fails when run against the current implementation. Please update the test to mock assess_infra_stop.

sysadmin pushed to master at Scaled-Tech-Consu…/Gitea-Tools 2026-07-07 01:39:38 -05:00
a5341684f6 Merge pull request 'feat: align claim/lock gates with branches-only worktrees (Closes #275)' (#280) from feat/issue-275-claim-lock-branches-worktree into master
bcf64928b1 Merge branch 'master' into feat/issue-275-claim-lock-branches-worktree
d73a070b5f Merge remote-tracking branch 'origin/feat/issue-275-claim-lock-branches-worktree' into feat/issue-275-claim-lock-branches-worktree
5e64c96851 feat: align claim/lock gates with branches-only worktrees (#275)
67e34baece feat: align claim/lock gates with branches-only worktrees (#275)
Compare 5 commits »
sysadmin merged pull request Scaled-Tech-Consu…/Gitea-Tools#280 2026-07-07 01:39:36 -05:00
feat: align claim/lock gates with branches-only worktrees (Closes #275)
sysadmin closed issue Scaled-Tech-Consu…/Gitea-Tools#275 2026-07-07 01:39:36 -05:00
Make issue claim/lock gates compatible with global branches-only worktrees