core: context management + graph export

This commit is contained in:
scawful
2025-12-30 10:24:31 -05:00
parent 369bfe1a01
commit 39b74ffed3
12 changed files with 1470 additions and 2 deletions

View File

@@ -16,3 +16,10 @@ Quickstart:
- `python -m afs init --context-root ~/src/context --workspace-name trunk`
- `python -m afs status`
- `python -m afs workspace add --path ~/src/trunk --name trunk`
- `python -m afs context init --path ~/src/trunk`
- `python -m afs context validate --path ~/src/trunk`
- `python -m afs context discover --path ~/src/trunk`
- `python -m afs context ensure-all --path ~/src/trunk`
- `python -m afs graph export --path ~/src/trunk`
Discovery skips directory names in `general.discovery_ignore` (default: legacy, archive, archives).