From 18dcfe51d20f6978dfa1c938cc82831bab6882e1 Mon Sep 17 00:00:00 2001 From: scawful Date: Tue, 30 Dec 2025 13:37:44 -0500 Subject: [PATCH] docs: refresh status and training roadmap --- README.md | 1 + docs/ROADMAP.md | 2 +- docs/STATUS.md | 8 ++++---- docs/TRAINING_ROADMAP.md | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f087278..5f2f3ef 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Docs: Quickstart: - `python -m afs_scawful datasets index` - `python -m afs_scawful resources index` +- `python -m afs_scawful validators list` Mounts (AFS Studio): - Create `mounts.json` in `~/.config/afs/afs_scawful/` or `~/.config/afs/plugins/afs_scawful/config/` diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 57b53b0..7affd1b 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -4,9 +4,9 @@ - Plugin config helpers (training paths/resources + mounts) - Dataset registry indexing CLI - Resource indexing CLI +- Validator base + initial validators (ASM/C++/KG/ASAR) ## Planned -- Validator base + initial validators (ASM/C++/KG/ASAR) - Generator base + one small generator - Training monitor schema validation diff --git a/docs/STATUS.md b/docs/STATUS.md index e97411c..5fea0de 100644 --- a/docs/STATUS.md +++ b/docs/STATUS.md @@ -1,7 +1,7 @@ # STATUS Stage: Prototype -Now: config helpers; dataset registry builder; resource indexer. -Not yet: generators; training runtime. -Next: hook registry/index outputs into AFS Studio. -Issues: no runtime yet. +Now: config helpers; dataset registry builder; resource indexer; training sample model; validator base + initial validators; pytest coverage. +Not yet: generators; training runner; dataset QA reports. +Next: port one generator; add validator CLI examples; wire reports into AFS Studio. +Issues: no training runtime yet. diff --git a/docs/TRAINING_ROADMAP.md b/docs/TRAINING_ROADMAP.md index 4d86840..2120e98 100644 --- a/docs/TRAINING_ROADMAP.md +++ b/docs/TRAINING_ROADMAP.md @@ -6,9 +6,9 @@ Scope: AFS Scawful training data pipelines and monitoring. Research-only. - Dataset registry indexing (local) - Resource indexing (local) - Plugin config loader for training paths/resources +- Validator base + initial validators (ASM/C++/KG/ASAR) ## Planned (near-term) -- Validator base + initial validators (ASM/C++/KG/ASAR) - Generator base + one small generator - Training monitor schema validation and config docs