Add breakdowner agent: Task Breakdown convention for large goals (14th agent)

This commit is contained in:
Your Name
2026-09-12 03:29:09 -04:00
parent b1b26691a9
commit c8977eab68
15 changed files with 713 additions and 77 deletions
+4 -4
View File
@@ -72,13 +72,13 @@ else
fi
# ======================================================================== #
# TEST T02: 13 agents copied to the target
# TEST T02: 14 agents copied to the target
# ======================================================================== #
N_AG="$(( $(find "$AGENTS_T" -maxdepth 1 -name '*.md' 2>/dev/null | wc -l) ))"
if [ "$N_AG" = "13" ]; then
ok "T02 13 agents copied to agents target ($N_AG/13)"
if [ "$N_AG" = "14" ]; then
ok "T02 14 agents copied to agents target ($N_AG/14)"
else
fail "T02 13 agents copied to agents target" "only $N_AG/13 at $AGENTS_T"
fail "T02 14 agents copied to agents target" "only $N_AG/14 at $AGENTS_T"
fi
# ======================================================================== #