Skip to content

Commit b4ef3eb

Browse files
committed
fix(step-4): add slash command listing to print_summary
Users finishing Step 4 had no idea what skills they'd just installed. Print the full /fswarm, /fhive, /fmini, /w4w command list in the completion summary so they can use them immediately.
1 parent c6f4d85 commit b4ef3eb

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

step-4/step-4-install.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1283,6 +1283,20 @@ print_summary() {
12831283
echo ""
12841284
echo " fidgetflo is now installed and connected to Claude Code."
12851285
echo ""
1286+
echo " Slash commands installed:"
1287+
echo " /fswarm — 15-agent full swarm (immediate execution)"
1288+
echo " /fswarm1 — full swarm with light extended thinking"
1289+
echo " /fswarm2 — full swarm with deep extended thinking"
1290+
echo " /fswarm3 — full swarm with harder extended thinking"
1291+
echo " /fswarmmax — full swarm at ultrathink (MAX budget)"
1292+
echo " /fhive — queen-led autonomous hive-mind"
1293+
echo " /fmini — compact 5-agent swarm"
1294+
echo " /fmini1 — mini swarm with light extended thinking"
1295+
echo " /fmini2 — mini swarm with deep extended thinking"
1296+
echo " /fmini3 — mini swarm with harder extended thinking"
1297+
echo " /fminimax — mini swarm at ultrathink (MAX budget)"
1298+
echo " /w4w — word for word, line for line attention mode"
1299+
echo ""
12861300
echo " What you can do now:"
12871301
echo " - Claude can spawn multiple agents to work in parallel"
12881302
echo " - Memory persists across sessions automatically"

0 commit comments

Comments
 (0)