Skip to content

Release 0.2.0: Claude Code plugin and agent install guide - #3

Merged
MrBenJ merged 1 commit into
mainfrom
release/v0.2.0
Apr 22, 2026
Merged

Release 0.2.0: Claude Code plugin and agent install guide#3
MrBenJ merged 1 commit into
mainfrom
release/v0.2.0

Conversation

@MrBenJ

@MrBenJ MrBenJ commented Apr 22, 2026

Copy link
Copy Markdown
Owner

Summary

  • New Claude Code plugin at plugin/ exposing /vibeshed:run <slug> and /vibeshed:set-project <abs-path>, so agents can invoke jobs from any working directory. Project path resolves via $VIBESHED_PROJECT~/.config/vibeshed/project → cwd.
  • New AGENTS_INSTALL_INSTRUCTIONS.md at the repo root — a step-by-step walkthrough an agent can execute to install the CLI, scaffold a project, wire up the plugin, and verify the loop.
  • Includes the previously-tagged 0.1.2 release commit (project .venv preferred over the CLI interpreter).
  • Version bumped to 0.2.0 in pyproject.toml and src/vibeshed/__init__.py. Tagged v0.2.0.

Test plan

  • pipx install --editable . picks up v0.2.0
  • /plugin install <repo>/plugin registers /vibeshed:run and /vibeshed:set-project in Claude Code
  • /vibeshed:set-project <path> writes ~/.config/vibeshed/project and lists jobs
  • /vibeshed:run <slug> runs from a cwd outside the project and records a SUCCESS entry in logs/<slug>/runs.json
  • Walking through AGENTS_INSTALL_INSTRUCTIONS.md end-to-end from a clean machine produces a working project

🤖 Generated with Claude Code

Add a Claude Code plugin exposing /vibeshed:run and /vibeshed:set-project
so agents can invoke jobs from any working directory, plus an install
walkthrough an agent can execute end-to-end.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@MrBenJ
MrBenJ merged commit b13f9ed into main Apr 22, 2026
4 checks passed
@MrBenJ
MrBenJ deleted the release/v0.2.0 branch April 22, 2026 04:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant