docs: note service adapters

This commit is contained in:
scawful
2025-12-30 16:14:51 -05:00
parent 7b0c3fd3e9
commit 47fa88a5de
3 changed files with 6 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ Status legend: Ported, Partial, Planned, Not started.
- CLI surface: Partial (core context + graph + plugins; orchestration/services missing). - CLI surface: Partial (core context + graph + plugins; orchestration/services missing).
- Plugin framework + adapters: Partial (discovery + load only; adapters not yet). - Plugin framework + adapters: Partial (discovery + load only; adapters not yet).
- Orchestration/pipelines/swarm: Partial (routing skeleton + CLI). - Orchestration/pipelines/swarm: Partial (routing skeleton + CLI).
- Service management + daemons: Partial (definitions + render preview). - Service management + daemons: Partial (definitions + render preview + adapters).
- TUI: Not started. - TUI: Not started.
- API/backends/integrations/models/llm: Not started. - API/backends/integrations/models/llm: Not started.
- Native/cc/editor tooling: Not started. - Native/cc/editor tooling: Not started.
@@ -29,7 +29,7 @@ Status legend: Ported, Partial, Planned, Not started.
- Resource indexing: Ported. `src/afs_scawful/resource_index.py`, `src/afs_scawful/cli.py`. - Resource indexing: Ported. `src/afs_scawful/resource_index.py`, `src/afs_scawful/cli.py`.
- Training monitor config: Ported (AFS Studio loads plugin config). - Training monitor config: Ported (AFS Studio loads plugin config).
- Validators (ASM/C++/KG/ASAR): Partial (base + initial ports). - Validators (ASM/C++/KG/ASAR): Partial (base + initial ports).
- Generators (ASM/Oracle/curated/etc.): Planned. - Generators (ASM/Oracle/curated/etc.): Partial (doc-section generator + base).
- Ops/runbooks/host scripts: Not started (needs reorg as CLI tasks). - Ops/runbooks/host scripts: Not started (needs reorg as CLI tasks).
## Near-term ports (priority) ## Near-term ports (priority)

View File

@@ -8,10 +8,10 @@
- Service definitions + render preview - Service definitions + render preview
- Orchestrator routing skeleton - Orchestrator routing skeleton
- Test harness for core modules - Test harness for core modules
- Service adapters (render-only)
## Planned ## Planned
- TUI starter (status + context browsing) - TUI starter (status + context browsing)
- Service adapters (dry-run launchd/systemd)
## Ideas ## Ideas
- Idea: Full orchestration pipeline (plan/execute/verify) with adapters - Idea: Full orchestration pipeline (plan/execute/verify) with adapters

View File

@@ -1,7 +1,7 @@
# STATUS # STATUS
Stage: Prototype Stage: Prototype
Now: init/status/workspace commands; context init/list/mount/validate/discover/ensure-all; graph export; minimal config + plugin discovery; service + orchestrator skeletons; pytest coverage for core modules; studio sources in apps/studio. Now: init/status/workspace commands; context init/list/mount/validate/discover/ensure-all; graph export; minimal config + plugin discovery; service + orchestrator skeletons; render-only launchd/systemd adapters; pytest coverage for core modules; studio sources in apps/studio.
Not yet: service adapters that touch launchd/systemd; full orchestration pipeline; TUI. Not yet: service adapters that install/start services; full orchestration pipeline; TUI.
Next: port service adapters in dry-run mode; improve orchestrator routing heuristics; add TUI starter screen. Next: improve orchestrator routing heuristics; add TUI starter screen.
Issues: service runtime not wired to system services. Issues: service runtime not wired to system services.