Skip to content

v0.8.0 — PreCompact Hooks + Prompt Audit

Latest

Choose a tag to compare

@markmdev markmdev released this 05 Mar 00:30

Added

  • PreCompact hooks — Session learner checkpoints during compaction (async). Session transcript captures pre-compaction dialogue and re-injects it after compaction, preserving conversation context across compact boundaries.
  • Configurable stop checklist — Add custom checklist items via stop_checklist_extra in .meridian/config.yaml.
  • Configurable instruction reminders — Add custom per-message reminders via instruction_reminders in .meridian/config.yaml.

Changed

  • Stop checklist reframed — No more "stopping" language. The checklist now reads as a task list, preventing agents from interpreting it as a signal to wind down and defer work.
  • Context injection streamlined — Removed ceremonial header and footer that wasted a turn asking the agent to "acknowledge" the injected context.
  • Action counter — Accumulates across stop attempts instead of resetting on skip.

Install / Upgrade

curl -fsSL https://raw.githubusercontent.com/markmdev/meridian/main/install.sh | bash