Commit 012482d
authored
feat: extract pipeline API from CLI + release v0.1.30 (#25)
Extract run_pipeline() from init_cmd.py into repowise.core.pipeline,
enabling programmatic usage without CLI dependencies. The CLI is now a
thin wrapper around the pipeline module.
- Add repowise.core.pipeline (orchestrator, progress callback protocol)
- Add RichProgressCallback adapter in cli/ui.py
- Simplify init_cmd.py to use run_pipeline() + unified _persist_result()
- Add repowise.core.pipeline to pyproject.toml packages list
- Update .gitignore for hosted backend artifacts
- Remove tracked .claude/settings.local.json
- Bump version to 0.1.301 parent 3d30287 commit 012482d
12 files changed
Lines changed: 1003 additions & 853 deletions
File tree
- .claude
- packages
- cli/src/repowise/cli
- commands
- core/src/repowise/core
- pipeline
- server/src/repowise/server
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
1 | 9 | | |
2 | 10 | | |
3 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
0 commit comments