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).
- Plugin framework + adapters: Partial (discovery + load only; adapters not yet).
- 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.
- API/backends/integrations/models/llm: 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`.
- Training monitor config: Ported (AFS Studio loads plugin config).
- 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).
## Near-term ports (priority)

View File

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

View File

@@ -1,7 +1,7 @@
# STATUS
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.
Not yet: service adapters that touch launchd/systemd; full orchestration pipeline; TUI.
Next: port service adapters in dry-run mode; improve orchestrator routing heuristics; add TUI starter screen.
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 install/start services; full orchestration pipeline; TUI.
Next: improve orchestrator routing heuristics; add TUI starter screen.
Issues: service runtime not wired to system services.