This commit is contained in:
Раис Юсупалиев
2026-03-07 12:29:12 +03:00
commit ff319170a2
20 changed files with 2713 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
TASK ?= ""
plan:
@codex "$$(cat agents/planner.md)"
implement:
@codex "$$(cat agents/implementer.md) $(TASK)"
review:
@codex "$$(cat agents/reviewer.md) $(TASK)"