docs: refresh status and training roadmap

This commit is contained in:
scawful
2025-12-30 13:37:44 -05:00
parent a6fd2591dd
commit 18dcfe51d2
4 changed files with 7 additions and 6 deletions

View File

@@ -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

View File

@@ -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.

View File

@@ -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