How to run local-workflow
How to run local-workflow
Use for local / offline task tracing without GitHub Issues.
Steps
Point at a task markdown file:
python3 .agents/skills/local-workflow/scripts/orchestrate.py init tasks/my-task.mdImplement the task.
Mark complete (no commit unless you ask for it):
python3 .agents/skills/local-workflow/scripts/orchestrate.py finish
Optional commit / push (only when explicitly requested):
python3 .agents/skills/local-workflow/scripts/orchestrate.py finish --commit
python3 .agents/skills/local-workflow/scripts/orchestrate.py finish --commit --push