chieflab_status
SESSION-RECOVERY · FIRST CALL when a session starts and the user mentions launch / users / growth / customers / metrics / revenue / marketing / what next / shipping. Returns a command-center bootCard with headline, priority, cards[] (each carries kind + label + literal user command + runHandle), and next (the one-line prompt). Aggregates: pending approvals + ripe measurements + new engagement + queued prospects + recent launches + manual-publish-pending actions. ChiefLab is stateful and re-summonable — even if the conversation was lost, the IDE was switched, or the runId was forgotten, this call recovers the workspace business state. If the user asked to launch the CURRENT repo, compare boot cards to currentRepoContext/projectName; if the open loop is unrelated, start a fresh launch instead of resuming stale work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectName | No | Optional current project/repo name. | |
| workspaceId | No | Optional workspace id. | |
| currentRepoContext | No | Optional current repo/project context. Helps agents compare recovered loops against the project the user is asking about. |