Releases: GRU-953/dev953
Releases · GRU-953/dev953
Release list
v1.2.0
dev953 v1.1.0
dev953 v1.1.0 — runs everywhere, and an MCP companion
- Cross-platform. dev953's executable layer (its two safety hooks and helper scripts) is now pure, zero-dependency Node.js, so the plugin runs the same on Windows, macOS, and Linux — no
bashrequired. Behaviour is preserved and re-verified against the original fixtures. - MCP companion (new). A small, zero-dependency MCP server is now bundled. Other MCP-capable assistants — and Claude itself — can call dev953's method:
dev953_lifecycle_plan,dev953_swarm_recipe,dev953_yagni_check,dev953_discipline_review,dev953_publish_checklist. It shares the playbook, not the full builder engine (that needs Claude Code). No API keys; runs locally.
Install is unchanged:
/plugin marketplace add GRU-953/dev953
/plugin install dev953@dev953
dev953 v1.0.0
dev953 — type a plain idea, get a finished, tested project shipped to your GitHub. An autonomous multi-agent coding team for Claude Code.
Install
In Claude Code (works the same in the CLI, the desktop app, web, and IDE extensions):
/plugin marketplace add GRU-953/dev953
/plugin install dev953@dev953
Then:
/dev953 "your idea in plain words"
What's in 1.0.0
- One command that runs the whole lifecycle: brainstorm → ideate → design → plan → build → test → fix → update → publish.
- A parallel build engine — several coders try different approaches in isolated git worktrees; the smallest version that passes the tests wins, the rest are discarded.
- A local memory + coordination store so a run survives a restart.
- Two safety checks — a plan-before-build / test-before-done gate, and a pre-publish secret scan.
- Private-by-default publishing with clean, human-authored history.
Manual install
Download dev953-1.0.0.zip below, unzip it, and load it with:
claude --plugin-dir /path/to/dev953
MIT licensed.