Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
95 changes: 94 additions & 1 deletion .claude/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,100 @@
"Bash(git push *)",
"Bash(git push --force *)",
"Bash(git push --force-with-lease *)",
"Bash(gh *)"
"Bash(gh api *)",
"Bash(gh pr create *)",
"Bash(gh pr comment *)",
"Bash(gh pr review *)",
"Bash(gh pr merge *)",
"Bash(gh pr close *)",
"Bash(gh pr reopen *)",
"Bash(gh pr edit *)",
"Bash(gh pr ready *)",
"Bash(gh pr lock *)",
"Bash(gh pr unlock *)",
"Bash(gh pr revert *)",
"Bash(gh pr update-branch *)",
"Bash(gh issue create *)",
"Bash(gh issue comment *)",
"Bash(gh issue close *)",
"Bash(gh issue reopen *)",
"Bash(gh issue edit *)",
"Bash(gh issue delete *)",
"Bash(gh issue lock *)",
"Bash(gh issue unlock *)",
"Bash(gh issue pin *)",
"Bash(gh issue unpin *)",
"Bash(gh issue transfer *)",
"Bash(gh issue develop *)",
"Bash(gh release create *)",
"Bash(gh release upload *)",
"Bash(gh release delete *)",
"Bash(gh release delete-asset *)",
"Bash(gh release edit *)",
"Bash(gh workflow run *)",
"Bash(gh workflow enable *)",
"Bash(gh workflow disable *)",
"Bash(gh run rerun *)",
"Bash(gh run cancel *)",
"Bash(gh run delete *)",
"Bash(gh repo create *)",
"Bash(gh repo delete *)",
"Bash(gh repo edit *)",
"Bash(gh repo fork *)",
"Bash(gh repo sync *)",
"Bash(gh repo archive *)",
"Bash(gh repo unarchive *)",
"Bash(gh repo rename *)",
"Bash(gh repo set-default *)",
"Bash(gh repo deploy-key add *)",
"Bash(gh repo deploy-key delete *)",
"Bash(gh repo autolink create *)",
"Bash(gh repo autolink delete *)",
"Bash(gh label create *)",
"Bash(gh label delete *)",
"Bash(gh label edit *)",
"Bash(gh label clone *)",
"Bash(gh cache delete *)",
"Bash(gh secret set *)",
"Bash(gh secret delete *)",
"Bash(gh variable set *)",
"Bash(gh variable delete *)",
"Bash(gh gist create *)",
"Bash(gh gist edit *)",
"Bash(gh gist delete *)",
"Bash(gh gist rename *)",
"Bash(gh auth login *)",
"Bash(gh auth logout *)",
"Bash(gh auth setup-git *)",
"Bash(gh auth switch *)",
"Bash(gh alias set *)",
"Bash(gh alias import *)",
"Bash(gh alias delete *)",
"Bash(gh extension install *)",
"Bash(gh extension remove *)",
"Bash(gh extension upgrade *)",
"Bash(gh extension exec *)",
"Bash(gh ssh-key add *)",
"Bash(gh ssh-key delete *)",
"Bash(gh gpg-key add *)",
"Bash(gh gpg-key delete *)",
"Bash(gh config set *)",
"Bash(gh project create *)",
"Bash(gh project edit *)",
"Bash(gh project delete *)",
"Bash(gh project close *)",
"Bash(gh project copy *)",
"Bash(gh project link *)",
"Bash(gh project unlink *)",
"Bash(gh project mark-template *)",
"Bash(gh project field-create *)",
"Bash(gh project field-delete *)",
"Bash(gh project item-add *)",
"Bash(gh project item-create *)",
"Bash(gh project item-delete *)",
"Bash(gh project item-edit *)",
"Bash(gh project item-archive *)",
"Bash(gh codespace *)"
]
},
"extraKnownMarketplaces": {
Expand Down
4 changes: 2 additions & 2 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ but an organization Magpie does not ship is resolved from an
adopter-local copy under `.apache-magpie-overrides/organizations/<org>/`
— maintained in the adopter's repo or vendored from the organization's
own repo (discovery, never auto-fetch, per
[`PRINCIPLES.md` §13](PRINCIPLES.md#13-snapshot-plus-override-never-vendored-copies)).
[`PRINCIPLES.md` §14](PRINCIPLES.md#14-snapshot-plus-override-never-vendored-copies)).
See [`docs/extending.md`](docs/extending.md) for the full extension model.

A project declares only what differs from its organization; an
Expand All @@ -372,7 +372,7 @@ lists the source ids the adopter trusts and commits each pin (method + URL
`skills/<name>/source.md` redirect (frontmatter `source:` / `organization:`
/ `skill_path:` / `evals_path:`, **not** a `SKILL.md`) names the source;
`/magpie-setup` fetches it into the gitignored snapshot and wires it in like
a framework skill. Per [`PRINCIPLES.md` §13](PRINCIPLES.md#13-snapshot-plus-override-never-vendored-copies)
a framework skill. Per [`PRINCIPLES.md` §14](PRINCIPLES.md#14-snapshot-plus-override-never-vendored-copies)
this is the one external home that *installs* rather than being merely
referenced — pinned, verified, and adopter-vouched. See
[`docs/skill-sources/`](docs/skill-sources/README.md).
Expand Down
Loading
Loading