Skip to content

v0.0.88

Choose a tag to compare

@markmdev markmdev released this 16 Feb 07:03
· 145 commits to main since this release

Changes

  • Workspace reframed as persistent knowledge library — no longer described as "session state." Accumulates project knowledge (decisions, lessons, architecture, gotchas) across sessions.
  • Merged session-reload.py into claude-init.py — single hook for all SessionStart events.
  • Simplified agent tool lists — removed hardcoded MCP tool references. Agents use whatever tools are available.

Removed

  • .mcp.json — bundled MCP server config (Context7, DeepWiki, Firecrawl). Users configure their own.
  • docs-researcher-tracker.py and docs-researcher-stop.py — enforcement hooks for docs-researcher.
  • block-task-output.py — hook that blocked TaskOutput tool.
  • trim_workspace and workspace_max_lines — workspace grows without limit; agent reorganizes into sub-pages instead.
  • docs_researcher_write_required config option.
  • SubagentStop hook section from settings.json.
  • MCP Servers section from README.

Full changelog: https://github.com/markmdev/meridian/blob/main/CHANGELOG.md