Skip to content

/wbTrack — Live Demo () ​

This is what /wbTrack actually does on wb-labs as the workspace stands today (2026-05-05). The matrix below mirrors the exhaustive simulation, but every cell is filled from the live state of the repo — the session files that exist, the models that contributed, the derivative files that were extracted.


1. Live target ​

FieldLive value
Active scopecore2/packages/wb-core
Session file pathpackages/wb-core/.agents/workflows/tracks/2026/05/05/track_wb-core_20260505.md
Prior sessionstrack_wb-core_20260504.md exists (yesterday — finalized with derivatives)
Current modelthe AI agent via Antigravity
Models that contributed yesterdaythe AI agent (§0–§3), the AI agent (§4–§6, via the agent CLI)

The real state right now: the wb-core plan has 3 rows. Rows 1 and 2 were completed yesterday. Row 3 (WBC.js decomposition) was left unblocked but not started — the agent's §4 recommended it, but the session ended before anyone picked it up.


2. What the argument resolves to today ​

ArgumentLive resolution
/wbTrack packages/wb-coreCreates track_wb-core_20260505.md (new day, new file). Runs /wbStandup wb-core as §0 sub-command.
/wbTrack (no arg)Creates track_core2_20260505.md at monorepo root. Different file, different scope.
/wbTrack packages/wb-dataviewerCreates track_wb-dataviewer_20260505.md. Independent session — the wb-core session is unrelated.
/wbTrack packages/wb-core when already tracking core2Halt. ⚠️ Already tracking: core2. Run /wbStopTrack first.

3. Per-flag behavior, applied live ​

FlagIf invoked now
/wbTrack packages/wb-core (no flags)Creates today's session file. Writes §0 with full /wbStandup output. Tracking ON for this model.
/wbTrack -s (while tracking)Reports: 🟢 Active scope: packages/wb-core. Session file: track_wb-core_20260505.md. Sections: §0.
/wbTrack -s (while not tracking)Reports: ⚪ Tracking OFF. No active session for this model.
/wbStopTrackWrites §STOP to the session file. Tracking OFF. File remains open for other models.
/wbStopTrack -fWrites §STOP + extracts 6 derivative files from the session.

The derivatives extracted by -f for yesterday's session:

DerivativeContent
track_wb-core_20260504_tips.mdAll [!TIP] callouts from §0–§6
track_wb-core_20260504_warnings.mdAll [!WARNING] callouts
track_wb-core_20260504_importants.mdAll [!IMPORTANT] callouts
track_wb-core_20260504_commentaries.mdAll Commentary sections, stripped of headers
track_wb-core_20260504_all_commands.mdEvery /wb* command executed during the session
track_wb-core_20260504_resume.mdLast §N's "Recommended Next" table — the handoff document

4. Pipelines ​

📋/wbTrack Live Execution Simulator
Start today's session (first model)/wbTrack packages/wb-core
> /wbTrack packages/wb-core
[SYSTEM] Scope: packages/wb-core
[CHECK] tracks/2026/05/05/track_wb-core_20260505.md → does not exist.
[CREATE] Initializing universal daily session file.
[SUB-COMMAND] /wbStandup packages/wb-core...
# Track: wb-core — 2026-05-05
> **Target:** packages/wb-core
> **Created by:** the AI agent via Antigravity
> **Started:** 2026-05-05 04:03
> **Status:** 🟢 ACTIVE
# §0 — Strategic Vision *(the AI agent — 04:03)*
## Current State
wb-core has a 3-row plan. Rows 1-2 (JWT handshake, renderString escape)
are ✅ Done + ✅ Valid (validated yesterday by the agent). Row 3 (WBC.js
decomposition) is ⬜ — unblocked but untouched. Yesterday's session
(track_wb-core_20260504.md) ended with the agent recommending row 3 as
the immediate priority.
## Past Debt: /wbStandup wb-core output

💠 Pipeline Start today's session (first model) ​

💠 Pipeline Execute work while tracking ​

With tracking ON, running /wbWork --id="3" produces two outputs:

💠 Pipeline End of day finalization ​


5. What would refuse today ​

TriggerLive response
/wbTrack when already tracking wb-core⚠️ Already tracking: packages/wb-core. Run /wbStopTrack first.
/wbTrack packages/wb-core packages/wb-dataviewerHalt. One scope only. No multi-target tracking.
/wbStopTrack when not trackingNo-op. ⚪ No active session to stop.
/wbTrack -d="2026-05-01"Halt. ❌ Unknown flag -d. /wbTrack has two flags: --finalize (-f) and --scope (-s). the agent's version doesn't support retroactive date targeting.
/wbTrack packages/nonexistentHalt. ❌ Directory packages/nonexistent not found.

The pattern: /wbTrack is strict about state (one session per model), permissive about bootstrapping (creates directories if needed), and honest about its flag surface (no inherited flags from the agent's version that don't map to the agent's behavior). The simplicity is the feature — the command is a toggle with one scope variable.