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>
32 lines
897 B
YAML
32 lines
897 B
YAML
name: git
|
|
version: 1.3.8
|
|
description: Skills and agents for working with a local Git clone over the git wire protocol, and for authoring and running the pre-commit hooks that guard 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/git
|
|
repository: https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/git
|
|
keywords:
|
|
- git
|
|
- vcs
|
|
- commit
|
|
- branch
|
|
# 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
|
|
type: hybrid
|
|
|
|
dependencies:
|
|
apm: []
|
|
mcp: []
|
|
includes: auto
|
|
devDependencies:
|
|
apm: []
|
|
scripts: {}
|