diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 1dd9ef8b..f440b0eb 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "helix", - "version": "0.4.1", + "version": "0.5.2", "description": "HELIX methodology, artifact catalog, and routing skill for AI-assisted development.", "author": { "name": "DocumentDrivenDX", diff --git a/README.md b/README.md index 64a30ed0..138e0be4 100644 --- a/README.md +++ b/README.md @@ -90,14 +90,14 @@ The HELIX repo is itself a Claude Code plugin. Inside a Claude Code session, add the marketplace and install the plugin: ```text -/plugin marketplace add DocumentDrivenDX/helix +/plugin marketplace add https://github.com/DocumentDrivenDX/helix /plugin install helix@helix ``` For automation or a Dockerfile, use the scripted CLI equivalent: ```bash -claude plugin marketplace add DocumentDrivenDX/helix +claude plugin marketplace add https://github.com/DocumentDrivenDX/helix claude plugin install helix@helix --scope user -y ``` diff --git a/docs/demos/install-claude/session.jsonl b/docs/demos/install-claude/session.jsonl index 75ed2c65..2e281b03 100644 --- a/docs/demos/install-claude/session.jsonl +++ b/docs/demos/install-claude/session.jsonl @@ -1,12 +1,12 @@ {"meta": {"title": "Install HELIX in Claude Code", "width": 100, "height": 30, "scenario": "install", "timestamp": 1779000000}} {"narration": "Inside a Claude Code session, add the HELIX marketplace and install the plugin. No git clone, no symlinks."} -{"shell": "/plugin marketplace add DocumentDrivenDX/helix"} +{"shell": "/plugin marketplace add https://github.com/DocumentDrivenDX/helix"} {"output": "Added marketplace DocumentDrivenDX-helix\n 1 plugin available: helix\n"} {"shell": "/plugin install helix@helix"} {"output": "Installing helix@helix...\n resolved skill: helix\n artifact catalog: workflows/activities/ (7 activities)\n✓ helix@helix installed (scope: user)\n", "pause_s": 1.0} {"narration": "Confirm the plugin is on the list."} {"shell": "claude plugin list"} -{"output": "NAME VERSION SOURCE\nhelix 0.5.0 DocumentDrivenDX-helix\n"} +{"output": "NAME VERSION SOURCE\nhelix 0.5.2 DocumentDrivenDX-helix\n"} {"narration": "The skill is available. One ask routes you into a HELIX mode.", "pause_s": 1.0} {"shell": "/helix check"} {"output": "HELIX router loaded. No docs/helix/ artifacts yet.\nNext: run frame to draft a vision and PRD.\n"} diff --git a/docs/install/README.md b/docs/install/README.md index de2534c1..5dec90cf 100644 --- a/docs/install/README.md +++ b/docs/install/README.md @@ -72,7 +72,7 @@ that drives HELIX modes against a tracked work plan. ### [Claude Code](claude-code.md) ```bash -claude plugin marketplace add DocumentDrivenDX/helix +claude plugin marketplace add https://github.com/DocumentDrivenDX/helix claude plugin install helix@helix --scope user -y ``` diff --git a/docs/install/claude-code.md b/docs/install/claude-code.md index 801acade..8df55330 100644 --- a/docs/install/claude-code.md +++ b/docs/install/claude-code.md @@ -34,14 +34,14 @@ and the catalog reachable at `workflows/activities/...`. Two TUI commands inside Claude Code: ``` -/plugin marketplace add DocumentDrivenDX/helix +/plugin marketplace add https://github.com/DocumentDrivenDX/helix /plugin install helix@helix ``` Or scripted (Dockerfile-friendly), suitable for use in automation: ```bash -claude plugin marketplace add DocumentDrivenDX/helix +claude plugin marketplace add https://github.com/DocumentDrivenDX/helix claude plugin install helix@helix --scope user -y ``` @@ -51,7 +51,7 @@ Verify with `claude plugin list`: ``` $ claude plugin list NAME VERSION SOURCE -helix 0.5.0 DocumentDrivenDX-helix +helix 0.5.2 DocumentDrivenDX-helix ``` ## Install path B: session-only via `--plugin-dir` (development / CI) @@ -67,7 +67,7 @@ claude --plugin-dir /path/to/helix Or load a remote `.zip` (Claude Code v2.1.128+): ```bash -claude --plugin-url https://github.com/DocumentDrivenDX/helix/archive/v0.5.0.zip +claude --plugin-url https://github.com/DocumentDrivenDX/helix/archive/v0.5.2.zip ``` Session-only loads do not persist. Once Claude Code exits, the plugin @@ -93,7 +93,7 @@ flow is required for `claude -p`: ```bash export ANTHROPIC_API_KEY=sk-ant-... -claude plugin marketplace add DocumentDrivenDX/helix +claude plugin marketplace add https://github.com/DocumentDrivenDX/helix claude plugin install helix@helix --scope user -y echo "List HELIX routing modes" | claude -p ``` diff --git a/docs/website/content/use/claude-code-recipe.md b/docs/website/content/use/claude-code-recipe.md index 5601cc2f..2afe0630 100644 --- a/docs/website/content/use/claude-code-recipe.md +++ b/docs/website/content/use/claude-code-recipe.md @@ -17,14 +17,14 @@ the `helix` plugin from it. No clone, no manual symlinks. Run these two commands inside a Claude Code session: ```text -/plugin marketplace add DocumentDrivenDX/helix +/plugin marketplace add https://github.com/DocumentDrivenDX/helix /plugin install helix@helix ``` For automation or a Dockerfile, use the scripted CLI equivalent: ```bash -claude plugin marketplace add DocumentDrivenDX/helix +claude plugin marketplace add https://github.com/DocumentDrivenDX/helix claude plugin install helix@helix --scope user -y ``` diff --git a/website/static/demos/install-claude.cast b/website/static/demos/install-claude.cast index e2e3d9e1..ee995202 100644 --- a/website/static/demos/install-claude.cast +++ b/website/static/demos/install-claude.cast @@ -1,12 +1,12 @@ {"version": 2, "width": 100, "height": 30, "timestamp": 1779000000, "env": {"SHELL": "/bin/bash", "TERM": "xterm-256color"}, "title": "Install HELIX in Claude Code"} [0.0, "o", "\r\n\u001b[2m# Inside a Claude Code session, add the HELIX marketplace and install the plugin. No git clone, no symlinks.\u001b[0m\r\n"] -[1.0, "o", "\r\n\u001b[1;32m/plugin marketplace add DocumentDrivenDX/helix\u001b[0m\r\n"] +[1.0, "o", "\r\n\u001b[1;32m/plugin marketplace add https://github.com/DocumentDrivenDX/helix\u001b[0m\r\n"] [1.4, "o", "Added marketplace DocumentDrivenDX-helix\r\n 1 plugin available: helix\r\n"] [1.5, "o", "\r\n\u001b[1;32m/plugin install helix@helix\u001b[0m\r\n"] [1.9, "o", "Installing helix@helix...\r\n resolved skill: helix\r\n artifact catalog: workflows/activities/ (7 activities)\r\n\u2713 helix@helix installed (scope: user)\r\n"] [2.9, "o", "\r\n\u001b[2m# Confirm the plugin is on the list.\u001b[0m\r\n"] [3.9, "o", "\r\n\u001b[1;32mclaude plugin list\u001b[0m\r\n"] -[4.3, "o", "NAME VERSION SOURCE\r\nhelix 0.5.0 DocumentDrivenDX-helix\r\n"] +[4.3, "o", "NAME VERSION SOURCE\r\nhelix 0.5.2 DocumentDrivenDX-helix\r\n"] [4.4, "o", "\r\n\u001b[2m# The skill is available. One ask routes you into a HELIX mode.\u001b[0m\r\n"] [5.4, "o", "\r\n\u001b[1;32m/helix check\u001b[0m\r\n"] [5.8, "o", "HELIX router loaded. No docs/helix/ artifacts yet.\r\nNext: run frame to draft a vision and PRD.\r\n"]