Skip to content

wbStopTrack — Command Hub

Purpose: Finalize an active session tracker, archive the log, and prepare the workspace for closure.

Family: Session Lifecycle · Output: Report

Related: /wbTrack


When to Use

Use /wbStopTrack when you are done with a work session and want to:

  • Seal the day's tracker file so no further entries are appended
  • Generate a session summary (tasks completed, time elapsed, model costs)
  • Archive the tracker to the session's .wb/workflows/reports/ tree
  • Signal that the next /wbTrack call should start a new session file

Do not use /wbStopTrack mid-session if you plan to resume the same day — /wbTrack handles cumulative appending automatically.


Invocation

bash
/wbStopTrack <target>
ArgumentRequiredDescription
<target>Folder path (e.g., packages/wb-core, .)

What Happens

  1. Tracker sealed — Appends a --- SESSION FINALIZED — marker with timestamp
  2. Summary block generated — Task count, model usage, cost estimate
  3. File archived — Moved to reports/<YYYY>/<MM>/<DD>/track_<target>_<YYYYMMDD>.md
  4. Context purged — Removes active-tracker flag from .wb/workflows/context.md

Example

bash
/wbStopTrack .

Result: track_core2_20260512.md is sealed, summarized, and archived.


Home · Commands · Install | wb-flow on npm · flow.wbc-ui.com · wi-bg.com