repo-manager/src/repo_manager/commands/__init__.py
tegwick 8b5634ff2a 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.
2026-08-09 22:49:31 +02:00

3 lines
99 B
Python

from repo_manager.commands.task_status import update_task_status
__all__ = ["update_task_status"]