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.
3 lines
155 B
Python
3 lines
155 B
Python
from repo_manager.parse.workplan import ParsedTask, ParsedWorkplan, parse_workplan_file
|
|
|
|
__all__ = ["ParsedTask", "ParsedWorkplan", "parse_workplan_file"]
|