Appearance
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
/wbTrackcall 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>| Argument | Required | Description |
|---|---|---|
<target> | ✅ | Folder path (e.g., packages/wb-core, .) |
What Happens
- Tracker sealed — Appends a
--- SESSION FINALIZED —marker with timestamp - Summary block generated — Task count, model usage, cost estimate
- File archived — Moved to
reports/<YYYY>/<MM>/<DD>/track_<target>_<YYYYMMDD>.md - 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
