Add outline mode to schema generation #51
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: As a user generating schemas from example documents, I want an outline mode that captures the document structure with actual heading text and depth control, so that I can create schemas that preserve the hierarchical organization of my content.
Technical Requirements:
Extend the schema-generate command with --mode outline option, --depth parameter, and capture actual heading text in the generated schema instead of just structural patterns.
Acceptance Criteria:
Dependencies: