session-memory: distribute entrypoint + live verify (WP-0007 T05)
python -m session_memory.distribute: reads approved catalog patterns, builds targets from repo->domain map x flavors, renders scoped per-flavor proposals (HITL) + active registry. Live verify against the real catalog: 12 renders across 5 repos, idempotent, provisional skipped. proposals/ gitignored (regenerated); active_patterns.json committed. README documents detect->curate-> distribute. Phase 3 finished; suite 126/126. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
00e8958540
commit
59632e94db
7 changed files with 307 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -177,6 +177,8 @@ cython_debug/
|
|||
|
||||
# session-memory local store
|
||||
session_memory/.store/
|
||||
# generated per-flavor distribution proposals (HITL, regenerated each run)
|
||||
session_memory/proposals/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.pytest_cache/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue