Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions docs/HOST-ADAPTER-FREEZE-CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ while the contract is still experimental.
- [ ] `activity-routing` passed
- [ ] `primary-eligible` passed *(or consciously out of scope for this adapter)*
- [ ] `session-driving` — passed **iff** the upstream ruflo backend-registration request
(`docs/upstream-requests/ruflo-backend-registration.md`) has shipped; otherwise
([ruvnet/ruflo#3046](https://github.com/ruvnet/ruflo/issues/3046)) has shipped; otherwise
legitimately `gated` and recorded via `ak host adapters gate`.
- [ ] `statusline` — `gated` remains acceptable at freeze (its render path is a later wave);
the freeze is of the **contract shape**, not of every tier passing.
Expand All @@ -69,8 +69,10 @@ while the contract is still experimental.
The freeze is of the **contract shape**, not of universal tier passage. These stay open by
design and are recorded as gated, not as failures:

- `session-driving` until ruflo ships a backend-registration surface (upstream request drafted).
- An `aqeProvider` identity until agentic-qe ships a provider-plugin API (upstream request drafted).
- `session-driving` until ruflo ships a backend-registration surface (filed:
[ruvnet/ruflo#3046](https://github.com/ruvnet/ruflo/issues/3046)).
- An `aqeProvider` identity until agentic-qe ships a provider-plugin API (filed:
[proffesor-for-testing/agentic-qe#628](https://github.com/proffesor-for-testing/agentic-qe/issues/628)).
- `statusline` runtime rendering (no `ak` render surface for a third-party TUI yet).
- Grant *consumption* last-mile: selecting an external host as primary, and a `commandStatusline`
runtime reader.
8 changes: 6 additions & 2 deletions docs/adr/0031-capability-graduation-and-upstream-requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,12 @@ unbuilt. This table is the source of truth for what is real.
`activity-routing` and `primary-eligible` tiers.
- Upstream facts grounded in a source-cited research sweep: `agentic-qe@3.13.10`
(`ALL_PROVIDER_TYPES`, the `createProvider` switch, the closed provider enum) and
`ruvnet/ruflo@45e65b5` (`ENABLE_*` backend model). Re-verify against upstream HEAD before filing an
actual capability request.
`ruvnet/ruflo@45e65b5` (`ENABLE_*` backend model). The two §4 capability requests have been filed —
the AQE provider-plugin request as
[proffesor-for-testing/agentic-qe#628](https://github.com/proffesor-for-testing/agentic-qe/issues/628)
and the ruflo backend-registration request as
[ruvnet/ruflo#3046](https://github.com/ruvnet/ruflo/issues/3046), each inviting the maintainer to
close-as-satisfied if the current source already provides the surface.
- Companion explainer for consumers and implementers:
[`docs/HOST-EXTENSIBILITY-EXPLAINER.html`](../HOST-EXTENSIBILITY-EXPLAINER.html); design dossier:
[`docs/ADAPTER-CONTRACT-DOSSIER.html`](../ADAPTER-CONTRACT-DOSSIER.html).
72 changes: 0 additions & 72 deletions docs/upstream-requests/agentic-qe-provider-plugin.md

This file was deleted.

65 changes: 0 additions & 65 deletions docs/upstream-requests/ruflo-backend-registration.md

This file was deleted.

Loading