Skip to content

Commit bc3ece0

Browse files
llewellyn-slclaude
andcommitted
Test Java metadata extractor and update cli-metadata.json
Successfully tested the Java reflection-based metadata extractor: - Total commands: 164 - Total options: 1008 (vs 461 with Python - 118% more!) - Total parameters: 12 The extractor correctly captures all CLI metadata including: - Complete command hierarchy - All options with resolved mixins - Full type information - Parameter details Added command-spec.json to .gitignore (raw debug output, not needed in repo). Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 4538b39 commit bc3ece0

File tree

2 files changed

+26454
-17474
lines changed

2 files changed

+26454
-17474
lines changed

.gitignore

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

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

0 commit comments

Comments
 (0)