Skip to content

Commit d3296f4

Browse files
easelclaude
andcommitted
release: bump version to 0.5.2
plugin.json was stuck at 0.4.1 — never bumped past the 0.5.0 / 0.5.1 release tags. Catch it up and bump to 0.5.2 for this release. Synced version references: - .claude-plugin/plugin.json: 0.4.1 -> 0.5.2 - docs/install/claude-code.md: example `claude plugin list` output (helix 0.5.0 -> 0.5.2) and the `--plugin-url` archive URL (v0.5.0.zip -> v0.5.2.zip) - docs/demos/install-claude/session.jsonl: recorded `claude plugin list` output line - website/static/demos/install-claude.cast: re-rendered Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 960a064 commit d3296f4

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "helix",
3-
"version": "0.4.1",
3+
"version": "0.5.2",
44
"description": "HELIX methodology, artifact catalog, and routing skill for AI-assisted development.",
55
"author": {
66
"name": "DocumentDrivenDX",

docs/demos/install-claude/session.jsonl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{"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}
77
{"narration": "Confirm the plugin is on the list."}
88
{"shell": "claude plugin list"}
9-
{"output": "NAME VERSION SOURCE\nhelix 0.5.0 DocumentDrivenDX-helix\n"}
9+
{"output": "NAME VERSION SOURCE\nhelix 0.5.2 DocumentDrivenDX-helix\n"}
1010
{"narration": "The skill is available. One ask routes you into a HELIX mode.", "pause_s": 1.0}
1111
{"shell": "/helix check"}
1212
{"output": "HELIX router loaded. No docs/helix/ artifacts yet.\nNext: run frame to draft a vision and PRD.\n"}

docs/install/claude-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Verify with `claude plugin list`:
5151
```
5252
$ claude plugin list
5353
NAME VERSION SOURCE
54-
helix 0.5.0 DocumentDrivenDX-helix
54+
helix 0.5.2 DocumentDrivenDX-helix
5555
```
5656

5757
## Install path B: session-only via `--plugin-dir` (development / CI)
@@ -67,7 +67,7 @@ claude --plugin-dir /path/to/helix
6767
Or load a remote `.zip` (Claude Code v2.1.128+):
6868

6969
```bash
70-
claude --plugin-url https://github.com/DocumentDrivenDX/helix/archive/v0.5.0.zip
70+
claude --plugin-url https://github.com/DocumentDrivenDX/helix/archive/v0.5.2.zip
7171
```
7272

7373
Session-only loads do not persist. Once Claude Code exits, the plugin

website/static/demos/install-claude.cast

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[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"]
77
[2.9, "o", "\r\n\u001b[2m# Confirm the plugin is on the list.\u001b[0m\r\n"]
88
[3.9, "o", "\r\n\u001b[1;32mclaude plugin list\u001b[0m\r\n"]
9-
[4.3, "o", "NAME VERSION SOURCE\r\nhelix 0.5.0 DocumentDrivenDX-helix\r\n"]
9+
[4.3, "o", "NAME VERSION SOURCE\r\nhelix 0.5.2 DocumentDrivenDX-helix\r\n"]
1010
[4.4, "o", "\r\n\u001b[2m# The skill is available. One ask routes you into a HELIX mode.\u001b[0m\r\n"]
1111
[5.4, "o", "\r\n\u001b[1;32m/helix check\u001b[0m\r\n"]
1212
[5.8, "o", "HELIX router loaded. No docs/helix/ artifacts yet.\r\nNext: run frame to draft a vision and PRD.\r\n"]

0 commit comments

Comments
 (0)