Skip to content

Commit d70b656

Browse files
author
Marvin Zhang
committed
chore: update CHANGELOG for JSON output enhancements and update subproject commit reference
1 parent 55f1f16 commit d70b656

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121
- Translation glossary with 40+ technical terms
2222
- Natural Chinese expression patterns for technical content
2323
- Quality checklist for translation validation
24+
- **JSON output support** - Added `--json` flag to CLI commands for programmatic use
25+
- `lean-spec list --json` - Machine-readable spec listing
26+
- `lean-spec board --json` - Kanban board data export
27+
- `lean-spec search --json` - Structured search results
28+
- `lean-spec check --json` - Validation results in JSON
29+
- `lean-spec files --json` - File listing in structured format
30+
- `lean-spec timeline --json` - Timeline data export
31+
- `lean-spec backfill --json` - Backfill results in JSON
32+
- `lean-spec gantt --json` - Gantt chart data export
2433

2534
### Changed
2635
- **Template system simplification** (spec 117) - Removed template engine for direct maintenance

0 commit comments

Comments
 (0)