init: AFS Scawful baseline (config helpers)

This commit is contained in:
scawful
2025-12-30 07:43:37 -05:00
commit c282272287
12 changed files with 47526 additions and 0 deletions

18
docs/REPO_FACTS.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "afs-scawful",
"stage": "prototype",
"is_product": false,
"commercial_intent": "none",
"verified_features": [],
"hard_no": [
"enterprise",
"production-ready",
"platform",
"seamless",
"scalable",
"best-in-class",
"state-of-the-art",
"robust",
"official"
]
}

13
docs/ROADMAP.md Normal file
View File

@@ -0,0 +1,13 @@
# ROADMAP
## Committed
- Minimal module layout + package stubs
- One small utility
## Planned
- Local config template
- Example generator
## Ideas
- Idea: Local validation hooks for training data
- Idea: Minimal dataset manifest generator

7
docs/STATUS.md Normal file
View File

@@ -0,0 +1,7 @@
# STATUS
Stage: Prototype
Now: package stub; guardrails; config helpers for training paths/resources.
Not yet: plugin features; generators.
Next: minimal plugin layout; one small utility.
Issues: no runtime yet.