generated from coulomb/repo-seed
The analysis half of the weekly coding retrospection. retro/build.py: windowed detect+measure -> top-3 improvement suggestions per repo (cross-flavor first, recommendations pulled from the Pattern Catalog) + fleet snapshot. retro/publish.py: publishes the report to the hub as the coding_retro read model (event_type= coding_retro progress event) + local JSON/md, graceful degrade. retro entrypoint with --window-days/--publish/--json. Live verify over real sessions surfaced per-repo suggestions with catalog recommendations. 13 new tests; suite 152/152. Consumed by activity-core ACTIVITY-WP-0008 (Weekly Coding Retrospection, Sat 19:00). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
10 lines
433 B
Python
10 lines
433 B
Python
"""Weekly retro (AGENTIC-WP-0010) — the analysis half of the coding retrospection.
|
|
|
|
build.py windowed detect + measure -> ranked top-3 suggestions per repo (T01)
|
|
publish.py publish the retro to the hub read model + local report (T02)
|
|
__main__.py python -m session_memory.retro (T03)
|
|
|
|
Consumed by activity-core's weekly-coding-retro schedule (ACTIVITY-WP-0008) via
|
|
the ``event_type=coding_retro`` read model.
|
|
"""
|