feat(RMGR-WP-0001): complete T05 end-to-end vertical slice

Implement observe/reconcile/update-task-status CLI path: workplan parse,
JSON projection index, git-backed task status writeback with correlation
events, and E2E pytest plus evidence artifacts. Finish foundation workplan.
This commit is contained in:
tegwick 2026-08-09 22:49:31 +02:00
parent 3cc67a9bd0
commit 8b5634ff2a
15 changed files with 873 additions and 20 deletions

View file

@ -0,0 +1,3 @@
from repo_manager.parse.workplan import ParsedTask, ParsedWorkplan, parse_workplan_file
__all__ = ["ParsedTask", "ParsedWorkplan", "parse_workplan_file"]