You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update README for pipeline, batch, logging, completions, benchmarks
- Add distill pipeline and distill completion to CLI commands section
- Document POST /v1/pipeline and POST /v1/batch/* API endpoints
- Add Pipeline API and Batch API usage examples
- Add Logging section with pkg/logging usage
- Update roadmap table: mark #4, #11, #24, #26, #27, #28 as Shipped
- Mark #30, #32, #33 as Shipped in Code Intelligence / Infrastructure tables
Co-authored-by: Ona <no-reply@ona.com>
@@ -973,19 +1063,24 @@ Distill is evolving from a dedup utility into a context intelligence layer. Here
973
1063
974
1064
### Code Intelligence
975
1065
976
-
| Feature | Issue | Description |
977
-
|---------|-------|-------------|
978
-
|**Change Impact Graph**|[#30](https://github.com/Siddhant-K-code/distill/issues/30)|Dependency graph + co-change patterns from git history. "This PR changes auth/jwt.go - here's the blast radius."|
979
-
|**Semantic Commit Analysis**|[#32](https://github.com/Siddhant-K-code/distill/issues/32)|Find similar past changes, predict incidents. "This diff is 82% similar to the one that caused outage #47."|
1066
+
| Feature | Issue |Status |Description |
1067
+
|---------|-------|--------|-------------|
1068
+
|**Change Impact Graph**|[#30](https://github.com/Siddhant-K-code/distill/issues/30)|Shipped |`pkg/graph`: BFS blast-radius queries over a dependency graph built from Go imports.|
|**Unified Pipeline**|[#4](https://github.com/Siddhant-K-code/distill/issues/4)| Shipped |`POST /v1/pipeline` + `distill pipeline` CLI: dedup → compress → summarize in one call with per-stage stats. |
1077
+
|**Batch API**|[#11](https://github.com/Siddhant-K-code/distill/issues/11)| Shipped |`POST /v1/batch`: async job queue with worker pool, progress polling, 24h result retention. |
1078
+
|**Structured Logging**|[#27](https://github.com/Siddhant-K-code/distill/issues/27)| Shipped |`pkg/logging`: JSON/text slog logger with debug/info/warn/error levels, request_id and trace_id helpers. |
0 commit comments