Skip to content

Commit cd68096

Browse files
committed
docs: update README roadmap and CLI section for v0.1.6
1 parent 98d00da commit cd68096

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ Common CLI commands:
6161
- Route a mixed task prompt with `routesmith run "Plan this feature, implement it, add tests, and write docs"`.
6262
- Preview the route plan with `routesmith explain "Refactor auth module and add integration tests"`.
6363
- Inspect the environment with `routesmith detect-host`, `routesmith capabilities`, and `routesmith doctor`.
64+
- View performance stats with `routesmith stats`, filter with `--host`, `--capability`, `--source`, or export with `--format json`.
65+
- Show top/bottom performers with `routesmith stats --top 5 --bottom 3`.
66+
- Prune old telemetry with `routesmith stats --prune --max-age-days 30`.
6467

6568
## How It Works
6669

@@ -215,6 +218,10 @@ Development setup:
215218
- [x] Python policy plugins
216219
- [x] Gemini CLI host adapter
217220
- [x] Real-time model performance tracking
221+
- [x] Performance-aware routing (active model switching based on tracked data)
222+
- [x] Expanded stats UX (host/capability/source filters, JSON export, ranked performers)
223+
- [x] Data store hardening (schema v2, migration, source-aware pruning)
224+
- [x] Release workflow hardening (concurrency, idempotent publish)
218225
- [ ] Additional host adapters
219226

220227
## License

0 commit comments

Comments
 (0)