/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 openAnother 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 recordingSame 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)
