Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
4 changes: 2 additions & 2 deletions docs/demos/install-claude/session.jsonl
Original file line number Diff line number Diff line change
@@ -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"}
2 changes: 1 addition & 1 deletion docs/install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
10 changes: 5 additions & 5 deletions docs/install/claude-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -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)
Expand All @@ -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
Expand All @@ -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
```
Expand Down
4 changes: 2 additions & 2 deletions docs/website/content/use/claude-code-recipe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
4 changes: 2 additions & 2 deletions website/static/demos/install-claude.cast
Original file line number Diff line number Diff line change
@@ -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"]
Loading