Releases: saqqdy/incident-commander
Releases · saqqdy/incident-commander
Release list
0.1.1
📝 Documentation
- claude-code-skill: enhance plugin metadata and documentation
- Add
.claude-plugin/marketplace.jsonfor marketplace publication - Add
.claude-plugin/plugin.jsonwith version info - Enhance skill documentation with better examples and clarity
- Add
- docs: improve documentation structure and content
- Update installation guide with plugin installation instructions
- Enhance roadmap with version progression details
- Improve README with plugin marketplace information
Full Changelog: 0.1.0...0.1.1
0.1.0
Added
- Project scaffold with TypeScript, rolldown, vitest, ESLint 9, Prettier
- Core type definitions (
TimelineEvent,TimelineResult,RCAResult,ImpactResult,PostMortemReport, etc.) - GitHub collector — collects commits, PRs, and workflow runs via
ghCLI - Timeline builder — merge, sort, deduplicate, identify turning points
- Post-Mortem report generator — structured Markdown output with causal chain, impact, fixes, prevention, and action items
- Configuration utilities (
getDefaultConfig,mergeConfig) - Formatting utilities (
toISO,formatDuration,eventToMarkdownRow,eventTypeBadge,sourceLabel) - Claude Code Skill prompts (skill.md, collect.md, timeline.md, rca.md, postmortem.md)
- Report templates (postmortem.md, incident-brief.md)
- MCP config examples (GitHub, Sentry, Grafana)
- Sample output (sample-timeline.md, sample-postmortem.md)
- VitePress documentation site with English and Chinese support
- CLI with
demoandtimeline --mockcommands for zero-config experience - Mock data module for demo mode
Changed
- Switched
descriptionfield in package.json from Chinese to English
Full Changelog: https://github.com/saqqdy/incident-commander/commits/0.1.0