Skip to content

Commit 73a473b

Browse files
llewellyn-slclaude
andcommitted
Simplify metadata extractor to remove raw command-spec.json output
The extractor now only generates cli-metadata.json, removing the raw command-spec.json debug output that was not needed for the production documentation workflow. Also removed progress.md tracking document. Changes: - Removed raw CommandSpec extraction methods from CliMetadataExtractor - Deleted docs/command-spec.json file - Removed command-spec.json from .gitignore - Deleted docs/progress.md - Regenerated cli-metadata.json (verified 1008 options) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 9131b97 commit 73a473b

4 files changed

Lines changed: 5 additions & 557 deletions

File tree

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,4 @@ build
1414

1515
# macOS system files
1616
.DS_Store
17-
**/.DS_Store
18-
19-
# Generated metadata files (raw debug output)
20-
docs/command-spec.json
17+
**/.DS_Store

docs/cli-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"metadata": {
33
"extractor_version": "2.0.0",
44
"extractor_type": "java-reflection",
5-
"extracted_at": "2026-01-22T18:29:03.016048Z",
5+
"extracted_at": "2026-01-23T09:31:43.131494Z",
66
"total_commands": 164,
77
"total_options": 1008,
88
"total_parameters": 12

0 commit comments

Comments
 (0)