Skip to content

/wbTrack: ELI5 ๐Ÿ‘ถ โ€‹

The Shared Recording โ€‹

You know how in a multiplayer game, you can press "Record" and everyone's actions get saved to the same replay file? Each player's moves are tagged with their name.

/wbTrack is that shared replay for your AI sessions.

Without recording:

/wbTest wb-core โ†’ test report created โœ…

With recording (first AI today):

/wbTrack wb-core โ†’ creates today's shared session file ๐Ÿ”ด
/wbTest wb-core โ†’ test report โœ… + commentary in session file ๐Ÿ“ *(tagged: the agent โ€” 14:30)*
/wbStopTrack โ†’ this AI stops recording, file stays open

Another AI joins later:

/wbTrack wb-core โ†’ file exists โ†’ joins the session ๐Ÿ”ต
/wbAudit wb-core โ†’ audit report โœ… + commentary in SAME file ๐Ÿ“ *(tagged: the agent โ€” 18:00)*
/wbStopTrack โ†’ this AI stops recording

Same results. Extra documentation. One shared file, not one per AI.

Why shared? โ€‹

Because tomorrow, you (or another AI) can read ONE session file and understand what ALL models did โ€” not just what happened, but WHY, and what EACH model recommends next. Instead of reading 4 separate files, you read one collaborative journal.

Scoping โ€‹

  • /wbTrack packages/wb-core โ†’ shared session for wb-core
  • /wbTrack โ†’ shared session for the whole monorepo
  • First AI today creates the file, later AIs append to it
  • Different scopes = different files (that's fine)