Add meta/ directory with JSON metadata for each tool#192
Conversation
- Created docs_to_json.py script to convert *.docs.md files to JSON - Each tool now has a meta/<slug>.json file with description and commit hash - Updated build_colophon.py, gather_links.py, build_by_month.py to read from meta/ JSON files - Updated write_docs.py to also generate meta/ JSON files when creating docs haiku.json intentionally omitted to test rebuild capability
|
Claude finished @simonw's task —— View job Code Review: Add meta/ directory with JSON metadata for each toolReview Tasks:
📋 Overall AssessmentThis PR introduces a well-structured metadata system that converts existing documentation to JSON format. The implementation is clean, follows good Python practices, and maintains backward compatibility. The approach of separating metadata from content is architecturally sound. ✅ StrengthsCode Quality & Architecture:
Security:
Performance:
|
haiku.json intentionally omitted to test rebuild capability