Skip to content

feat(humaninloop): CLI-based distribution replacing plugin marketplace#82

Open
deepeshBodh wants to merge 5 commits into
mainfrom
feat/cli-distribution-model
Open

feat(humaninloop): CLI-based distribution replacing plugin marketplace#82
deepeshBodh wants to merge 5 commits into
mainfrom
feat/cli-distribution-model

Conversation

@deepeshBodh

Copy link
Copy Markdown
Owner

Summary

  • New humaninloop Python package with CLI entry point (uvx humaninloop init) replacing the plugin marketplace model
  • Three commands: init (scaffold into .claude/ or ~/.claude/), update (detect changes, warn on modifications), server (wrap hil-dag MCP server)
  • Content bundled as package data in humaninloop/scaffolds/ — 9 agents, 29 skills, 7 commands, 17 templates, 2 catalogs, 4 scripts
  • Auto-wires MCP server config into .mcp.json during init
  • Removes plugin infrastructure: plugins/humaninloop/, .claude-plugin/marketplace.json
  • Updated user-facing docs: README, CLAUDE.md, CONTRIBUTING, RELEASES, ROADMAP

See docs/analysis-cli-distribution-model.md for the full decision synthesis.

Test plan

  • Run cd humaninloop && uv run humaninloop --version — should print 0.2.0
  • Run cd humaninloop && uv run humaninloop init in a temp directory — verify 133 files scaffolded + .mcp.json created
  • Run init again — verify idempotent (0 installed, 133 skipped)
  • Modify a scaffolded file, run update — verify warning about modified file
  • Run update --force �� verify modified file overwritten
  • Verify humaninloop_brain tests still pass: cd humaninloop_brain && uv run pytest --tb=short

🤖 Generated with Claude Code

deepeshBodh and others added 5 commits April 10, 2026 11:22
…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>
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