Self Archive

Archive the current bb thread and release its runtime. Use when the user explicitly asks to "self-archive", "archive yourself", or "archive this thread".

David Ondrej Updated

File contents

Self-archive

Only act on an explicit request to archive this thread. Never use bb thread delete.

  1. Send a brief closing summary before running commands.
  2. Archive this thread and its children. If this fails, report the error and do not stop the runtime.
    bb thread archive --self --json
    
  3. After archiving succeeds, stop the runtime. Run nothing afterward.
    bb thread stop --self --json
    

Undo: bb thread unarchive <id> --json.

davidondrej/skills/tree/main/skills/agent-orchestration/self-archive commit f47460a257

Frequently asked questions

npx skillmds@latest add davidondrej/self-archive