Why: each of these plugins changed shipped .apm/ content on this branch without a package version bump, which configure.md requires and no gate catches. No skill, agent or hook was removed, so a patch bump fits. Implementation Notes: marketplace.json regenerated with apm pack; the diff is the five version strings only. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
36 lines
863 B
YAML
36 lines
863 B
YAML
name: core
|
|
version: 1.1.3
|
|
description: Skills for authoring and auditing a repo's AGENTS.md and the provider adapter files that defer to it.
|
|
author:
|
|
name: Defame1297
|
|
email: defame1297@rkdr.net
|
|
url: https://git.dev.rkdr.net/Defame1297/
|
|
license: MIT
|
|
homepage: https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/core
|
|
repository: https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/core
|
|
keywords:
|
|
- agents-md
|
|
- documentation
|
|
- audit
|
|
- provider-adapter
|
|
- governance
|
|
|
|
# Constrains what .apm/ may contain: instructions, skill, hybrid, or prompts
|
|
type: skill
|
|
|
|
targets:
|
|
- claude
|
|
- copilot
|
|
- codex
|
|
|
|
# "auto" publishes the authoritative local source layout, or list explicit
|
|
# repo paths to define the complete publication set.
|
|
includes: auto
|
|
|
|
dependencies:
|
|
apm: []
|
|
mcp: []
|
|
devDependencies:
|
|
apm: []
|
|
scripts: {}
|