You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs + CLAUDE.md: reflect plugin marketplace install model
Updates every doc surface that described the old `lc init` behavior
(copy bundle subdirs into project `.claude/`) to match the new install
flow (`claude plugin marketplace add` + `claude plugin install
lightcone@lightcone-cli`).
Touched:
- docs/index.md, docs/architecture.md, docs/contributing/setup.md,
docs/skills/index.md — show the new wheel layout (the repo-root
`.claude-plugin/marketplace.json` plus `claude/lightcone/.claude-plugin/
plugin.json`); describe `get_marketplace_root()` (replaces
`get_plugin_source_dir`); update the force-include block to include
the marketplace manifest.
- docs/cli/init.md — describe what `lc init` writes (just the
permissions tier) and what it shells out for (the plugin install,
idempotent, soft-fail when claude CLI is missing).
- docs/cli/update.md, docs/skills/authoring.md — replace the old
`shutil.copytree(get_plugin_source_dir(), …)` recipes with
`claude plugin marketplace add` + `claude plugin install` flows.
- docs/skills/ralph.md — switch the launcher path to
`${CLAUDE_PLUGIN_ROOT}/skills/ralph/scripts/ralph`.
- docs/user/getting-started.md, docs/user/troubleshooting.md —
user-facing description of what lives in the project's `.claude/`
(just `settings.json`) vs. what's user-scoped under `~/.claude/`
(the plugin itself).
- CLAUDE.md — refresh the Repository Structure block to show the new
manifest files and the renamed `get_marketplace_root` constant.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
(cherry picked from commit 659278f)
0 commit comments