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:
parent
3cc67a9bd0
commit
8b5634ff2a
15 changed files with 873 additions and 20 deletions
3
src/repo_manager/parse/__init__.py
Normal file
3
src/repo_manager/parse/__init__.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
from repo_manager.parse.workplan import ParsedTask, ParsedWorkplan, parse_workplan_file
|
||||
|
||||
__all__ = ["ParsedTask", "ParsedWorkplan", "parse_workplan_file"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue