Back to Beads

bd prime

website/versioned_docs/version-1.0.0/cli-reference/prime.md

1.0.41.3 KB
Original Source
<!-- AUTO-GENERATED: do not edit manually -->

Generated from bd help --doc prime

bd prime

Output essential Beads workflow context in AI-optimized markdown format.

Automatically detects if MCP server is active and adapts output:

  • MCP mode: Brief workflow reminders (~50 tokens)
  • CLI mode: Full command reference (~1-2k tokens)

Designed for Claude Code hooks (SessionStart, PreCompact) to prevent agents from forgetting bd workflow after context compaction.

Config options:

  • no-git-ops: When true, outputs stealth mode (no git commands in session close protocol). Set via: bd config set no-git-ops true Useful when you want to control when commits happen manually.

    Workflow customization:

    • Place a .beads/PRIME.md file in the local clone or resolved workspace to override the default output entirely.
    • Use --export to dump the default content for customization.
    • Use --memories-only for hook contexts that should inject only persistent memories.
bd prime [flags]

Flags:

      --export          Output default content (ignores PRIME.md override)
      --full            Force full CLI output (ignore MCP detection)
      --mcp             Force MCP mode (minimal output)
      --memories-only   Output only persistent memories for compact hook contexts
      --stealth         Stealth mode (no git operations, flush only)