bin and kyberforge had empty keywords: [], and no plugin set homepage or repository despite the schema supporting both and the repo having one canonical Gitea remote -- flagged by an apm-docs-vs-repo audit following issue #90's plugin->apm conversion. Compiled .claude-plugin/plugin.json and .github/plugin/plugin.json were regenerated via scripts/sync-plugin-content.sh to carry the new fields. Refs: #90
36 lines
887 B
YAML
36 lines
887 B
YAML
name: bin
|
|
version: 1.1.1
|
|
description: A place for things to be binned
|
|
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/bin
|
|
repository: https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/bin
|
|
keywords:
|
|
- utility
|
|
- diagnostics
|
|
- prototyping
|
|
- tdd
|
|
- research
|
|
|
|
# Constrains what .apm/ may contain: instructions, skill, hybrid, or prompts
|
|
type: skill
|
|
|
|
# Which agent platforms to deploy to.
|
|
# Resolution order: --target flag > this field > auto-detect from filesystem.
|
|
# Accepted values: agent-skills, antigravity, claude, codex, copilot, cursor, gemini, grok-build, kiro, opencode, windsurf
|
|
targets:
|
|
- claude
|
|
- copilot
|
|
- codex
|
|
|
|
dependencies:
|
|
apm: []
|
|
mcp: []
|
|
includes: auto
|
|
devDependencies:
|
|
apm: []
|
|
scripts: {}
|