Batch Processing and Recursive Operations #17
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 process multiple files and directories recursively through CLI for bulk operations.
Commands to implement:
markitect ingest-dir <directory>- Process all Markdown files in directorymarkitect batch-process <pattern>- Process files matching glob patternmarkitect recursive --depth=N- Recursive processing with depth controlTechnical Requirements:
Acceptance Criteria:
Dependencies: Issue #12 (CLI Entry Point)
Priority: Medium