Skip to content

chore(release): promote v0.6.20 to main - #58

Merged
bacsystem merged 3 commits into
mainfrom
develop
Jul 20, 2026
Merged

chore(release): promote v0.6.20 to main#58
bacsystem merged 3 commits into
mainfrom
develop

Conversation

@bacsystem

Copy link
Copy Markdown
Owner

Summary

Promotes develop to main: v0.6.20.

  • tests/parse-plan-cli.test.js: end-to-end CLI test verifying the exact command examples/README.md publishes (node bin/parse-plan.js examples/hello-parallel/plan.md) prints the graph it promises — closes a gap flagged by an external follow-up review.

Merge

Use "Create a merge commit" (squash is disabled repo-wide) to keep shared ancestry with develop intact.

https://claude.ai/code/session_0145sjAtP5b5kvhR1XCgg3K3

bacsystem and others added 3 commits July 19, 2026 20:47
tests/examples.test.js already covers the graph logic (parsePlan +
buildGraph called directly), but nothing exercised the exact command
examples/README.md tells a new dev to copy-paste
(`node bin/parse-plan.js examples/hello-parallel/plan.md`). If the CLI's
argument handling or JSON serialization ever diverged from the library
functions, the unit test would stay green while the README's promised
first-contact command silently broke. Added to the existing
tests/parse-plan-cli.test.js rather than a new file, per the review
that flagged this gap.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0145sjAtP5b5kvhR1XCgg3K3
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0145sjAtP5b5kvhR1XCgg3K3
@bacsystem bacsystem self-assigned this Jul 20, 2026
@bacsystem
bacsystem merged commit d3cf7ac into main Jul 20, 2026
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant