Skip to content

v1.3.0 — Diary Reform + Version Centralization

Latest

Choose a tag to compare

@ogerly ogerly released this 09 Apr 17:28
· 48 commits to main since this release

What's New

Diary Reform — Pointer-Only Temporal Index

Problem: 100% of existing Diary entries were Workpaper abstracts — zero unique information.

Solution: Diary is now a pointer-only temporal index. No content duplication. One line per session:

\
YYYY-MM-DD | WP: {workpaper} | WH: {whitepaper} | {other files}
\\

Hierarchical compression: Daily entries -> Weekly rollup -> Monthly summary (429 entries/year for complete traceability).

Every chain link now has unique value:

  • Workpaper = What/How (operational)
  • Whitepaper = Architecture (structural)
  • LTM = Knowledge (cross-session)
  • Diary = Time axis (when was what touched)

The \max 10 lines per entry\ pseudo-constraint was removed — line length was undefined, making it meaningless. Replaced by structural format (pointer template).

Version Centralization

\AAMS_VERSION\ in .env\ as single source of truth. Fixes version drift (v1.2.0 was released but files still said 1.1).

Housekeeping

  • Closed RFL workpaper (completed in v1.2.0, never archived)
  • Closed Diary granularity workpaper with 6 decisions
  • LTM entries #097-#099

Files Changed

  • .agent.json\ — Diary purpose + format updated
  • \READ-AGENT.md\ — Diary description, version bump to 1.3

  • eference/SPEC.md\ — Diary section rewritten, version bump to 1.3
  • .env\ — Added AAMS_VERSION=1.3.0
  • 3 workpapers closed to \closed/\

Closes: #40