chore(magpie): finish apache-magpie adoption#84
Merged
Conversation
Complete the finish-bootstrap left by the manual snapshot recipe: - pin the project in committed .apache-magpie.lock (git-branch, apache/magpie@main) and record the local fetch fingerprint - wire the always-on setup-* and list-* skill families as canonical symlinks in .agents/skills/ plus .claude/ and .github/ relays (no opt-in families installed) - scaffold .apache-magpie-overrides/ and install the worktree-aware post-checkout hook - add adoption sections to README.md and AGENTS.md - gitignore the trusted-external-source snapshot + per-machine lock - drop a stray self-referential symlink the recipe left inside the committed magpie-setup skill Generated-by: Claude Code (Opus 4.8)
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.
Completes the apache-magpie adoption that the manual snapshot recipe
started. The framework snapshot was already present locally; this PR adds
the remaining committed artefacts so a fresh clone can bootstrap.
What's in here
.apache-magpie.lock—git-branch,apache/magpie@main..agents/skills/magpie-setup/plus the
.github/skills/magpie-setuprelay symlink.setup-*+list-*are wired (asgitignored symlinks). No opt-in family (
pr-management,security,issue) — those can be added later with/magpie-setup..apache-magpie-overrides/.README.mdandAGENTS.md.Notes
.apache-magpie/snapshot,*.local.lockfiles, and family symlinksare gitignored by design — regenerated per-clone by
/magpie-setup..claude/, so the Claude-Code bootstrap relay.claude/skills/magpie-setupcan't be committed. Harmless: the canonical.agents/skills/magpie-setuptravels, and contributors regenerate the.claude/relay by running/magpie-setup.Generated-by: Claude Code (Opus 4.8)