mirror of
https://github.com/Postman-Devrel/postman-claude-code-plugin.git
synced 2026-04-16 10:29:58 +00:00
30 lines
556 B
YAML
30 lines
556 B
YAML
commands:
|
|
- changed-files:
|
|
- any-glob-to-any-file: "commands/**"
|
|
|
|
skills:
|
|
- changed-files:
|
|
- any-glob-to-any-file: "skills/**"
|
|
|
|
agents:
|
|
- changed-files:
|
|
- any-glob-to-any-file: "agents/**"
|
|
|
|
docs:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- "README.md"
|
|
- "CLAUDE.md"
|
|
- "examples/**"
|
|
|
|
config:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- ".claude-plugin/**"
|
|
- ".mcp.json"
|
|
- ".github/**"
|
|
|
|
examples:
|
|
- changed-files:
|
|
- any-glob-to-any-file: "examples/**"
|