feat(humaninloop): CLI-based distribution replacing plugin marketplace#82
Open
deepeshBodh wants to merge 5 commits into
Open
feat(humaninloop): CLI-based distribution replacing plugin marketplace#82deepeshBodh wants to merge 5 commits into
deepeshBodh wants to merge 5 commits into
Conversation
…er commands Replace plugin marketplace model with `uvx humaninloop init` CLI-based distribution. New `humaninloop` Python package scaffolds agents, skills, commands, templates, and catalogs into .claude/ (local) or ~/.claude/ (global), and auto-wires MCP server config into .mcp.json. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ution Remove plugin marketplace (plugins/, .claude-plugin/), bump to v0.2.0, and update all user-facing docs (README, CLAUDE.md, CONTRIBUTING, RELEASES, ROADMAP) to reflect CLI-based installation via `uvx humaninloop init`. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
humaninloopPython package with CLI entry point (uvx humaninloop init) replacing the plugin marketplace modelinit(scaffold into.claude/or~/.claude/),update(detect changes, warn on modifications),server(wraphil-dagMCP server)humaninloop/scaffolds/— 9 agents, 29 skills, 7 commands, 17 templates, 2 catalogs, 4 scripts.mcp.jsonduring initplugins/humaninloop/,.claude-plugin/marketplace.jsonSee
docs/analysis-cli-distribution-model.mdfor the full decision synthesis.Test plan
cd humaninloop && uv run humaninloop --version— should print0.2.0cd humaninloop && uv run humaninloop initin a temp directory — verify 133 files scaffolded +.mcp.jsoncreatedupdate— verify warning about modified fileupdate --force�� verify modified file overwrittenhumaninloop_braintests still pass:cd humaninloop_brain && uv run pytest --tb=short🤖 Generated with Claude Code