Batch Processing and Recursive Operations #17

Closed
opened 2025-09-24 21:32:08 +00:00 by tegwick · 0 comments
Owner

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 directory
  • markitect batch-process <pattern> - Process files matching glob pattern
  • markitect recursive --depth=N - Recursive processing with depth control

Technical Requirements:

  • Support glob patterns for file selection
  • Provide recursive directory processing
  • Include progress tracking for bulk operations
  • Handle errors gracefully with continuation options

Acceptance Criteria:

  • Directory and recursive processing
  • Glob pattern support for file selection
  • Progress tracking and user feedback
  • Error handling with continuation options
  • Comprehensive test coverage

Dependencies: Issue #12 (CLI Entry Point)
Priority: Medium

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 directory - `markitect batch-process <pattern>` - Process files matching glob pattern - `markitect recursive --depth=N` - Recursive processing with depth control Technical Requirements: - Support glob patterns for file selection - Provide recursive directory processing - Include progress tracking for bulk operations - Handle errors gracefully with continuation options Acceptance Criteria: - [ ] Directory and recursive processing - [ ] Glob pattern support for file selection - [ ] Progress tracking and user feedback - [ ] Error handling with continuation options - [ ] Comprehensive test coverage Dependencies: Issue #12 (CLI Entry Point) Priority: Medium
tegwick added this to the Getting started project 2025-09-24 22:00:19 +00:00
tegwick moved this to Todo in Getting started on 2025-09-24 22:02:35 +00:00
tegwick modified the project from Getting started to Markitect Framework Improvements 2025-09-26 08:55:07 +00:00
Sign in to join this conversation.