Skip to content

v2.0.2

Choose a tag to compare

@mmilanez mmilanez released this 31 May 22:36
· 5 commits to main since this release
f97441a

Lead Protocol v2.0.2 — Documentation overhaul

A documentation-only patch release. No kernel, schema, or tooling changes — the framework PROTOCOL_RULES.md version stays at 2.0.0. This release makes the protocol far easier to approach for newcomers without losing any depth for developers.

What changed

  • Opening rewritten for non-technical readers. The tagline is now a plain-language analogy — a shift-change logbook for your AI coding assistants — and "The problem" opens with a concrete, relatable scenario instead of a list of engineering verbs.
  • Jargon tucked away, not removed. The mem0/LangGraph comparison, the agent-stack diagram, the actor×agent concurrency detail, and the pre-1.8.0 version history are now in collapsible <details> blocks labeled For developers — beginners are not blocked, developers still find everything.
  • Solution described by everyday use. Each state file is explained by what it does for you (handoff = current state, decisions = why, lessons = mistakes not to repeat), and the folder layout is shown immediately, so the product is visible before the install steps.
  • Clearer versioning guidance. "Checking which version you have" now explains that PROTOCOL_RULES.md records the kernel version (a floor, not the release number) — e.g. this release ships kernel 2.0.0 — and that the installed release is the top entry of CHANGELOG.md.

Fixes

  • Removed an orphaned "Option 2" heading left after the duplicate git clone block was merged into Quick start.
  • Retargeted the operational-manual link to .agents/CORE_RULES.md.
  • Preserved the CHANGELOG.md → README.md#version-history back-reference by collapsing (not moving) the old version history.

Install

git clone --branch v2.0.2 --depth 1 https://github.com/mmilanez/lead-protocol.git /tmp/lp
cp -R /tmp/lp/.agents   your-project/.agents
cp    /tmp/lp/CLAUDE.md  your-project/CLAUDE.md
cp    /tmp/lp/AGENTS.md  your-project/AGENTS.md

Full details in CHANGELOG.md.