Adopt Apache Magpie framework#4214
Draft
ppkarwasz wants to merge 1 commit into
Draft
Conversation
Adopt Apache Magpie `0.1.0` via its snapshot mechanism, with the `pr-management`, `issue`, `repo-health`, and `contributor-growth` skill families enabled. The framework is not vendored: the only committed artifacts are the `magpie-setup` bootstrap skill (canonical copy in `.agents/skills/`, relay symlinks in `.claude/skills/` and `.github/skills/`), the `.apache-magpie.lock` pin, the `.apache-magpie-overrides/` directory, the `.gitignore` entries, and an adoption note in `AGENTS.md`. The snapshot itself lives in the gitignored `.apache-magpie/` directory and is fetched per the committed lock by running `/magpie-setup` once after cloning; all other framework skills are gitignored symlinks into it. `.apache-magpie-overrides/setup.md` documents a local deviation: on machines that keep a full `apache/magpie` checkout, the snapshot may be a detached git worktree of that checkout instead of a fresh clone, and upgrades must then switch tags in place rather than delete and re-fetch. Assisted-By: Claude Fable 5 <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.
Important
This PR is not ready to be merged. It is a convenient way to experiment with Apache Magpie without committing it to the repo.
Adopt Apache Magpie
0.1.0via its snapshot mechanism, with thepr-management,issue,repo-health, andcontributor-growthskill families enabled.This PR allows committers to experiment with Magpie, by checking out this branch and running:
in an AI agent.