10 lines
478 B
Python
10 lines
478 B
Python
|
|
"""Distribute phase (PRD §6.4) — render approved Solution Patterns into per-flavor
|
||
|
|
artifacts. Mirror of the collector design: agnostic core, thin distributor edges.
|
||
|
|
|
||
|
|
base.py Artifact + Distributor protocol + idempotent snippet markers (T01)
|
||
|
|
claude.py CLAUDE.md snippet distributor (T02)
|
||
|
|
codex.py AGENTS.md snippet distributor (T03)
|
||
|
|
grok.py native instruction distributor (T03)
|
||
|
|
__main__.py `python -m session_memory.distribute` (T05)
|
||
|
|
"""
|