Skip to content
5 changes: 5 additions & 0 deletions designs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,10 @@ devDep SCC; follow-up to PR #121; Cuts 2-4 merged via PRs #209, #210,
#211 with Cut 5 open as PR #247),
[cli-http-client](cli-http-client.md) (added 2026-05-09; PR #144 design
revision under `endo http` subcommand tree),
[http-adapter-pipeline](http-adapter-pipeline.md) (added 2026-08-15;
follow-up to the PR #286 `endo http mk` Phase 1 approval that elaborates the
controller/client pair into a pass-style middleware pipeline staging
metering, fees, rate limiting, retries, and circuit breaking),
[retention-path-notation](retention-path-notation.md) (added 2026-05-10;
PR #151 row-format unblocker; sibling of
[daemon-retention-paths](daemon-retention-paths.md)),
Expand Down Expand Up @@ -406,6 +410,7 @@ LLM-agent stack).*
| [ci-no-npm-lifecycle](ci-no-npm-lifecycle.md) | 2026-04-23 | 2026-05-18 | **Complete** |
| [break-dev-dependency-cycles](break-dev-dependency-cycles.md) | 2026-05-11 | 2026-06-15 | **Complete** (on `llm`) |
| [cli-http-client](cli-http-client.md) | 2026-05-09 | 2026-07-13 | Proposed (PR #144 design revision; formula packaging superseded in part by [endo-fetch](endo-fetch.md)) |
| [http-adapter-pipeline](http-adapter-pipeline.md) | 2026-08-15 | 2026-08-15 | Proposed (PR #286 Phase 1 follow-up; pass-style metering/fees/rate/retry/breaker pipeline) |
| [endor-bus-tui](endor-bus-tui.md) | 2026-04-23 | 2026-04-23 | Not Started |
| [endor-native-zip-xs](endor-native-zip-xs.md) | 2026-07-22 | 2026-07-22 | Proposed |
| [endor-tui](endor-tui.md) | 2026-04-23 | 2026-04-23 | Not Started |
Expand Down
6 changes: 6 additions & 0 deletions designs/cli-http-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,12 @@ tables and called out where they appear.
`User-Agent` or auth header): natural extension once the
controller has a stable identity, but out of scope for this
revision.
- Elaborating the flat Phase 3/4 knobs into a composable, pass-style
**adapter pipeline** (metering, fees, rate limiting, retries, circuit
breaking): see [http-adapter-pipeline](http-adapter-pipeline.md), the
follow-up to the PR #286 Phase 1 approval. That design re-expresses the
rate limiter, byte cap, and timeout of this document as the first
composed stages and reconciles the byte cap with payload metering.
- Audit log of every `fetch` (URL, status, byte count) emitted by the
controller as a notification stream: useful for monitoring guests
but out of scope for this revision.
Expand Down
Loading