docs: add training roadmap

This commit is contained in:
scawful
2025-12-30 13:15:23 -05:00
parent c3342100e0
commit 85b16363f5
3 changed files with 50 additions and 6 deletions

View File

@@ -10,6 +10,7 @@ Docs:
- `docs/STATUS.md`
- `docs/ROADMAP.md`
- `docs/REPO_FACTS.json`
- `docs/TRAINING_ROADMAP.md`
Quickstart:
- `python -m afs_scawful datasets index`
@@ -30,3 +31,17 @@ Example `mounts.json`:
]
}
```
Training monitor (AFS Studio):
- Use `training_monitor` in `mounts.json` or a separate `training_monitor.json` in the same config dirs.
- Optional override: `AFS_TRAINING_MONITOR_CONFIG=/path/to/training_monitor.json`
Example `training_monitor` block:
```json
{
"training_monitor": {
"windows_mount_path": "~/Mounts/windows-training",
"windows_training_dir": "D:/afs_training"
}
}
```