Releases: nikblanchet/docimp
Releases · nikblanchet/docimp
v1.1.0-beta: Workflow State Management
v1.1.0-beta: Workflow State Management
Completes Issue #216 - persistent workflow state tracking across commands.
New Features
- Incremental analysis:
docimp analyze --incremental(90-95% time savings) - Dry-run preview:
docimp analyze --incremental --dry-run - Audit integration:
docimp analyze --apply-audit - Status command:
docimp status(visualize workflow state) - Schema migrations:
docimp migrate-workflow-state - Workflow history: Automatic snapshots with list/restore/prune commands
New Commands
docimp status # View workflow state
docimp migrate-workflow-state # Manage schema versions
docimp list-workflow-history # View snapshots
docimp restore-workflow-state # Restore from snapshot
docimp prune-workflow-history # Clean up old snapshotsTest Coverage
- 1595 tests (640 Python + 955 TypeScript)
- 10 E2E bash scripts
PRs
#372, #379, #382, #387, #391, #392, #394, #396
Fully backward compatible. Existing .docimp/ directories auto-migrate.