Skip to content

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 21 Jun 17:20
90ed250

Added

  • bmad-auto probe-adapter (alias collect-adapter-data). A self-service command that
    collects and sanitizes everything needed to finalize a CLI adapter profile — the hook payload
    shape, transcript location/format, and token-usage schema for a usage_parser — so a user of
    any coding CLI can paste back a clean, content-free report. A default zero-launch scan reads
    on-disk conventions; opt-in --probe does a live capture in an ephemeral workspace. All output
    passes through one audited PII sanitizer (token counts and field names survive; paths, prose, and
    emails are redacted).
  • GitHub Copilot CLI profile. Bundled copilot profile (Copilot CLI ≥ 2026-02): -i
    interactive launch, VS Code-compatible Stop hook, --allow-all-tools for unattended runs.
    Still pending live E2E and a usage_parserprobe-adapter captures the token schema to write
    one.

Docs

  • Adapter authoring guide. New adapter authoring guide
    walks through finalizing a CLI profile with probe-adapter (scan vs probe, the PII model, and
    the parser-writing loop); probe-adapter is added to both command references.