From b386ddac2bff651202784144e8efd8166510479b Mon Sep 17 00:00:00 2001 From: Kanav Bansal <13186335+bansalkanav@users.noreply.github.com> Date: Mon, 20 Apr 2026 10:56:56 +0530 Subject: [PATCH] Fix separator inconsistency --- .DS_Store | Bin 0 -> 8196 bytes docs/.DS_Store | Bin 0 -> 6148 bytes docs/en/s01-the-agent-loop.md | 2 +- docs/en/s02-tool-use.md | 2 +- docs/en/s03-todo-write.md | 2 +- docs/en/s04-subagent.md | 2 +- docs/en/s05-skill-loading.md | 2 +- docs/en/s07-task-system.md | 2 +- docs/en/s08-background-tasks.md | 2 +- docs/en/s09-agent-teams.md | 2 +- docs/en/s10-team-protocols.md | 2 +- docs/en/s11-autonomous-agents.md | 2 +- 12 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 .DS_Store create mode 100644 docs/.DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..28e33484e84c28ad278518c97896bcefd85f2e01 GIT binary patch literal 8196 zcmeHMPj4GV6n`&ClekHnP3nd~0j=kvbF2ytgyI_h#m2&D(tw0Kh`C zx&p8O0FzXubf%~|rO0tvhsucQnI(y253mFbj=+ODG=|W&!!lqQunbrRECZH-{{sW` z&X#5JjQ74CwXJ2qGVnq&Amf8eRm!}P9W7Ppphl$tB*&;*71AjWP&TfSc_TYoDpT^Q zvj;S$Xi^N+<}~g~ILW+`9WAvvpf(3IGo#5+P|Z$uu7U&RwY05ez%nq*fXv;eRo>2_ zHIToDz&1ls@k8MgMjopI)un$_Ax$3oC8$9FNecI43OCWk!9!?*KZwRRQt0zNbU@xY z2#C@v!EaJF<8RvR)%oVSvbEPHw+6u`;9P&ljY^#ab$Gt z-1r2Qsfl~VhoW6fyrdZyyy%X6+7%-7ySnG^1*~0mvTK4TUcgzT41y{n$lXr@UKQRpzL#6C293QVNzrE<*SY16?bdOiBFE6@pt=v30$xL3(U3+Jzd>Gcb_=?s} z1x;{-3;Ma&eofjKn0*J8me~*f(cRCV&aBzdWaj+T^o5Hv&g|T!?A+zK`T6YpOA9Z* za^=-4W#^LbRSs*BT`pBTs>Oy^33#oPu%o0HJZ5EQE(P6T)%#Dob{{ne zlYQEu+`Shu#+ARVgM*kQr9OTCQ}1ZE=Y1xwL?R5gMI0o7;QM!DB7HMq^-X>tXz~^j zzSWRJ@g9p}l4U1lQ`+~U$m2CucyurHd=_r;f=CikF9j9B^(JPNTYB7%m~@$Y_lf2- zm;a!vyr~rja$2De>TFjt5_7*)wYtj%XPI1nTR&##t#=jHU<*ogXZ8hr3*W;J@DuzB zzrkPdH;!W#U&Cv76K~=BcpE>)J*;5^o7loHwTqGNZ~nTO%n0m|()-O@#fXQ3*Qih8 zC*U@0(!3k+5fou#@WiNd{$1ZWpN1Vm-hy@bkmObPj85AUt+$%8ljr`w>>ktkKgCW( zfPTBozqIdUCwKKpC+AdwfZK#slxQkEM#u>JiONZ zup4!IogiwTl6Rza8h_eRe4MoUjq<{-&bm>Owc4g2X||AZc9LXG-4ApxYj#X+Xgf-f zMtNy4s8zQrYNK8sR@9)rUahFj+V*f*DlV?9?Ho34)4NPRS-K^Dk4EMle!?>hvzCXj zouxXvf={`gxDnA92QP?^a_}gwM|0%zSPonkW`G%B1}2^Xw?`J|CjLqJ0hs}2;IA2= z{XszqeTTV4vvr{H;8K5qkOVe;{u3&PzQf!idLYu40&S^uR}5*(5mzqHcbHqWrdx{$s_ZkYjQV3dI=>z3*K-^YLXm;3){5qr!4Gw`n%kcGW)FTj%A z+4^m9bk-{91(byHa*JOjFw9YmTsn%Ephgf^WB`4KxkW@E{2^dy;D#CaQwBZ&;A3V( literal 0 HcmV?d00001 diff --git a/docs/en/s01-the-agent-loop.md b/docs/en/s01-the-agent-loop.md index 40564686..1ef11c72 100644 --- a/docs/en/s01-the-agent-loop.md +++ b/docs/en/s01-the-agent-loop.md @@ -1,6 +1,6 @@ # s01: The Agent Loop -`[ s01 ] s02 > s03 > s04 > s05 > s06 | s07 > s08 > s09 > s10 > s11 > s12` +`[ s01 ] > s02 > s03 > s04 > s05 > s06 | s07 > s08 > s09 > s10 > s11 > s12` > *"One loop & Bash is all you need"* -- one tool + one loop = an agent. > diff --git a/docs/en/s02-tool-use.md b/docs/en/s02-tool-use.md index 279774b8..9d16a445 100644 --- a/docs/en/s02-tool-use.md +++ b/docs/en/s02-tool-use.md @@ -1,6 +1,6 @@ # s02: Tool Use -`s01 > [ s02 ] s03 > s04 > s05 > s06 | s07 > s08 > s09 > s10 > s11 > s12` +`s01 > [ s02 ] > s03 > s04 > s05 > s06 | s07 > s08 > s09 > s10 > s11 > s12` > *"Adding a tool means adding one handler"* -- the loop stays the same; new tools register into the dispatch map. > diff --git a/docs/en/s03-todo-write.md b/docs/en/s03-todo-write.md index e4461147..b72d49d7 100644 --- a/docs/en/s03-todo-write.md +++ b/docs/en/s03-todo-write.md @@ -1,6 +1,6 @@ # s03: TodoWrite -`s01 > s02 > [ s03 ] s04 > s05 > s06 | s07 > s08 > s09 > s10 > s11 > s12` +`s01 > s02 > [ s03 ] > s04 > s05 > s06 | s07 > s08 > s09 > s10 > s11 > s12` > *"An agent without a plan drifts"* -- list the steps first, then execute. > diff --git a/docs/en/s04-subagent.md b/docs/en/s04-subagent.md index 8a6ff2a6..c830eda2 100644 --- a/docs/en/s04-subagent.md +++ b/docs/en/s04-subagent.md @@ -1,6 +1,6 @@ # s04: Subagents -`s01 > s02 > s03 > [ s04 ] s05 > s06 | s07 > s08 > s09 > s10 > s11 > s12` +`s01 > s02 > s03 > [ s04 ] > s05 > s06 | s07 > s08 > s09 > s10 > s11 > s12` > *"Break big tasks down; each subtask gets a clean context"* -- subagents use independent messages[], keeping the main conversation clean. > diff --git a/docs/en/s05-skill-loading.md b/docs/en/s05-skill-loading.md index 0cf19385..1e81a611 100644 --- a/docs/en/s05-skill-loading.md +++ b/docs/en/s05-skill-loading.md @@ -1,6 +1,6 @@ # s05: Skills -`s01 > s02 > s03 > s04 > [ s05 ] s06 | s07 > s08 > s09 > s10 > s11 > s12` +`s01 > s02 > s03 > s04 > [ s05 ] > s06 | s07 > s08 > s09 > s10 > s11 > s12` > *"Load knowledge when you need it, not upfront"* -- inject via tool_result, not the system prompt. > diff --git a/docs/en/s07-task-system.md b/docs/en/s07-task-system.md index b110d0ca..562c6425 100644 --- a/docs/en/s07-task-system.md +++ b/docs/en/s07-task-system.md @@ -1,6 +1,6 @@ # s07: Task System -`s01 > s02 > s03 > s04 > s05 > s06 | [ s07 ] s08 > s09 > s10 > s11 > s12` +`s01 > s02 > s03 > s04 > s05 > s06 | [ s07 ] > s08 > s09 > s10 > s11 > s12` > *"Break big goals into small tasks, order them, persist to disk"* -- a file-based task graph with dependencies, laying the foundation for multi-agent collaboration. > diff --git a/docs/en/s08-background-tasks.md b/docs/en/s08-background-tasks.md index 5a98f212..7fdb92b7 100644 --- a/docs/en/s08-background-tasks.md +++ b/docs/en/s08-background-tasks.md @@ -1,6 +1,6 @@ # s08: Background Tasks -`s01 > s02 > s03 > s04 > s05 > s06 | s07 > [ s08 ] s09 > s10 > s11 > s12` +`s01 > s02 > s03 > s04 > s05 > s06 | s07 > [ s08 ] > s09 > s10 > s11 > s12` > *"Run slow operations in the background; the agent keeps thinking"* -- daemon threads run commands, inject notifications on completion. > diff --git a/docs/en/s09-agent-teams.md b/docs/en/s09-agent-teams.md index 9f19723a..e69aa3dd 100644 --- a/docs/en/s09-agent-teams.md +++ b/docs/en/s09-agent-teams.md @@ -1,6 +1,6 @@ # s09: Agent Teams -`s01 > s02 > s03 > s04 > s05 > s06 | s07 > s08 > [ s09 ] s10 > s11 > s12` +`s01 > s02 > s03 > s04 > s05 > s06 | s07 > s08 > [ s09 ] > s10 > s11 > s12` > *"When the task is too big for one, delegate to teammates"* -- persistent teammates + async mailboxes. > diff --git a/docs/en/s10-team-protocols.md b/docs/en/s10-team-protocols.md index e784e5ee..3513de67 100644 --- a/docs/en/s10-team-protocols.md +++ b/docs/en/s10-team-protocols.md @@ -1,6 +1,6 @@ # s10: Team Protocols -`s01 > s02 > s03 > s04 > s05 > s06 | s07 > s08 > s09 > [ s10 ] s11 > s12` +`s01 > s02 > s03 > s04 > s05 > s06 | s07 > s08 > s09 > [ s10 ] > s11 > s12` > *"Teammates need shared communication rules"* -- one request-response pattern drives all negotiation. > diff --git a/docs/en/s11-autonomous-agents.md b/docs/en/s11-autonomous-agents.md index a3c28367..8af6aada 100644 --- a/docs/en/s11-autonomous-agents.md +++ b/docs/en/s11-autonomous-agents.md @@ -1,6 +1,6 @@ # s11: Autonomous Agents -`s01 > s02 > s03 > s04 > s05 > s06 | s07 > s08 > s09 > s10 > [ s11 ] s12` +`s01 > s02 > s03 > s04 > s05 > s06 | s07 > s08 > s09 > s10 > [ s11 ] > s12` > *"Teammates scan the board and claim tasks themselves"* -- no need for the lead to assign each one. >