AST Query and Analysis CLI #15
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
UseCase: The user can introspect and query Markdown AST structures through CLI for content analysis.
Commands to implement:
markitect ast-show <file>- Display AST structure for filemarkitect ast-query <file> <jsonpath>- Query AST using JSONPathmarkitect ast-stats <file>- Show AST statistics (headings, links, etc.)Technical Requirements:
Acceptance Criteria:
Core USP: "Zero-Parsing Content Access" - Leverage cached ASTs
Dependencies: Issue #12 (CLI Entry Point)
Priority: High