-
Notifications
You must be signed in to change notification settings - Fork 0
Diagnostic Bundle
github-actions[bot] edited this page May 27, 2026
·
1 revision
A zip archive that captures a session's data, configuration, and log excerpts into a single file for bug reports and post-mortem analysis.
The diagnostic bundle is not yet implemented. It is tracked as a Phase 4 deliverable.
The export-bundle subcommand is registered in the CLI but returns an error when invoked:
Collector export-bundle <session-id>
# exits with code 3: "export-bundle is not yet implemented."
No HTTP endpoint for bundle export exists yet.
The intended format and contents are specified in PRD §15. When the feature ships, this page will be expanded to cover the zip layout, manifest schema, privacy considerations, and consumption instructions.
Players
Mod authors
- Quickstart
- Profile API
- Metrics API
- profiling.xml
- [ObservedSection] attribute
- Hot-path discipline
- Troubleshooting
Tool authors
Collector
Dashboard
Reference