From 47fa88a5de1b36edf130a96bdb6098cd20c7de72 Mon Sep 17 00:00:00 2001 From: scawful Date: Tue, 30 Dec 2025 16:14:51 -0500 Subject: [PATCH] docs: note service adapters --- docs/PORTING_MAP.md | 4 ++-- docs/ROADMAP.md | 2 +- docs/STATUS.md | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/PORTING_MAP.md b/docs/PORTING_MAP.md index 67537b3..870049c 100644 --- a/docs/PORTING_MAP.md +++ b/docs/PORTING_MAP.md @@ -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) diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 8f5e8c7..0efd56a 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -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 diff --git a/docs/STATUS.md b/docs/STATUS.md index ab06016..e8542f6 100644 --- a/docs/STATUS.md +++ b/docs/STATUS.md @@ -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.