TS-Reasoner v21.0.0: TS-AGL Local Project Operator
TS-Reasoner v21.0.0 adds the TS-AGL Local Project Operator.
Release claim:
- TS-AGL can coordinate a bounded local project workflow.
- The operator inspects repo state, release/tag state, and docs.
- The router stack is used for next-safe-action routing.
- A safe artifact write is staged.
- Unconfirmed mutation is blocked.
- Confirmed write executes and is receipted.
- No external side effect is performed.
- Candidate graph contamination remains zero.
- No external LLM is used.
Boundary:
- bounded local project workflow only
- no broad autonomous agency
- no external LLM
- no real external side effect
- confirmed local artifact write only
- router stack is not proof authority
- candidate graph contamination remains zero
Verification:
- python3 -m unittest discover -q
- python3 scripts/validate_ts_agl_domain_packs.py
- python3 scripts/evaluate_ts_agl_router_stack_arena.py
- python3 scripts/evaluate_ts_agl_local_project_operator.py
- python3 scripts/run_ts_agl_local_project_operator.py