chore(consistency): sync State Hub workstream IDs for CYA-WP-0007 and 0008

Writeback from fix-consistency registers both workstreams and tasks in the hub.
This commit is contained in:
2026-06-22 01:39:45 +02:00
parent 34528308bb
commit cd5db14fbf
2 changed files with 18 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ owner: grok
topic_slug: foerster-capabilities
created: "2026-06-22"
updated: "2026-06-22"
state_hub_workstream_id: "f713db12-5b90-4453-8fbb-a0e50f61699b"
---
# CYA-WP-0008: llm-connect Adapter Integration
@@ -51,6 +52,7 @@ llm-connect. Credential routing via `warden route` before requesting secrets.
id: CYA-WP-0008-T01
status: todo
priority: high
state_hub_task_id: "483d13bb-aabe-48ad-96c2-8df83de5f442"
```
Document mapping from `AssistanceRequest` / `AssistanceResponse` to llm-connect calls.
@@ -66,6 +68,7 @@ Identify config surface (TOML keys, env vars). Note gaps requiring llm-connect c
id: CYA-WP-0008-T02
status: todo
priority: high
state_hub_task_id: "0fc17ad5-d90b-4ad1-b060-a1a2f9c25ea8"
```
New class in `src/cya/llm/` implementing `LLMAdapter`:
@@ -83,6 +86,7 @@ New class in `src/cya/llm/` implementing `LLMAdapter`:
id: CYA-WP-0008-T03
status: todo
priority: medium
state_hub_task_id: "e8470a37-ecec-42f1-920b-ccd8b98b5512"
```
- `~/.config/cya/config.toml` `[llm]` section (backend, model hints)
@@ -99,6 +103,7 @@ priority: medium
id: CYA-WP-0008-T04
status: todo
priority: high
state_hub_task_id: "f2781963-fecf-4576-96de-bd745df271a0"
```
Wire `handle_request()` and CYA-WP-0007 shell turns to adapter selection:
@@ -117,6 +122,7 @@ Wire `handle_request()` and CYA-WP-0007 shell turns to adapter selection:
id: CYA-WP-0008-T05
status: todo
priority: high
state_hub_task_id: "32de980b-1a24-4159-9550-7c516570cae3"
```
- Mock llm-connect for unit tests (no live API in default `make test`)
@@ -133,6 +139,7 @@ priority: high
id: CYA-WP-0008-T06
status: todo
priority: medium
state_hub_task_id: "2d152d4b-e4b2-4a94-8f85-d8f033e55d5f"
```
Update README, SCOPE.md (remove "only FakeLLMAdapter" where accurate), AGENTS.md.
@@ -146,6 +153,7 @@ Update README, SCOPE.md (remove "only FakeLLMAdapter" where accurate), AGENTS.md
id: CYA-WP-0008-T07
status: todo
priority: low
state_hub_task_id: "2fb42517-b2df-43d3-8195-f02d310107dc"
```
`make fix-consistency`, progress event, coordinate with llm-connect repo if API gaps found.