generated from coulomb/repo-seed
Curate package scaffold + flavor-agnostic SolutionPattern artifact with separate per-flavor rendering hints (OQ4): Resolution/Scope/Provenance sub-records, stable source-key id, semver bump helper, deterministic round-trip serialization. 7 new tests; suite 47/47 green. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
10 lines
432 B
Python
10 lines
432 B
Python
"""Curate phase (PRD §6.3) — review candidate patterns into versioned Solution
|
|
Patterns held in an in-repo Pattern Catalog.
|
|
|
|
Layout mirrors ``detect/``:
|
|
schema.py Solution Pattern artifact + per-flavor rendering hints (T01)
|
|
catalog.py versioned, files-first catalog store (T02)
|
|
review.py discuss/approve/reject -> promote workflow (T03)
|
|
__main__.py `python -m session_memory.curate` entrypoint (T06)
|
|
"""
|