Skip to content

Releases: raushankcode/ripple

Ripple 1.0.4 - npm packages for CLI, MCP, and core

04 Jun 02:53

Choose a tag to compare

Ripple 1.0.4 publishes Ripple as a standalone npm ecosystem for local AI-agent workflow control.

Ripple helps AI coding agents plan before editing, check after editing, catch drift, and decide when human review is required.

Published packages:

  • @getripple/core@1.0.4: local graph, context, drift, policy, and trust-boundary engine.
  • @getripple/cli@1.0.4: terminal and CI interface for planning, checking, repair guidance, and continue/stop gates.
  • @getripple/mcp@1.0.4: MCP stdio server for agent-native structured access to Ripple context and gates.

Try it:

npx @getripple/cli@1.0.4 --version
npx @getripple/cli@1.0.4 doctor
npx @getripple/mcp@1.0.4 --help

Release proof:

  • npm packages published publicly under @getripple.
  • Post-publish smoke test passed for CLI npx path and MCP stdio npx path.
  • Git tag v1.0.4 points at commit 67c580a.

Ripple v1.0.0 — Initial Release

30 Apr 06:39

Choose a tag to compare

First public release of Ripple — live architectural intelligence for TypeScript projects.

Install from the VS Code Marketplace: search "Ripple" in Extensions.