You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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_parser — probe-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.