69218ae224
feat(plugins): bump kyberforge to 1.2.0, git to 1.1.0
...
kyberforge gains new forge skill for factory artifact routing; git gains pc-author and pc-run skills moved from kyberforge. Includes version parity fixes in CC manifests (ADR-0016).
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com >
2026-07-04 16:53:16 +00:00
77dedc3735
chore(git): move pc skills from kyberforge to git plugin
2026-07-04 12:23:28 +00:00
31e11e7969
chore(docs): cleanup + restructuring
2026-07-04 11:41:11 +00:00
e1e85284d1
docs(git): add research reference corpus for git plugin
...
11 topic files covering the full git surface area needed for skill and
agent authoring: overview, installation, configuration, cli-reference,
commits (Conventional Commits v1.0.0), branching-merging, submodules,
worktrees, gitflow, remotes (push/pull/fetch/force-with-lease), and
history-inspection (bisect, log --format, pickaxe, --diff-filter).
Includes sources.md mapping all 13 source documents.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
Claude-Session: https://claude.ai/code/session_0147vXtL5sP6vorDdqXGJJU9
2026-06-28 20:34:42 +00:00
e362c01d6b
chore(plugins): remove stale SKILL.md stubs from plugin skill dirs
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-28 15:43:23 +00:00
4edaaac8aa
fix(plugins): add missing hooks.json and .mcp.json to git, gitea, core
...
check-manifests.sh requires all paths declared in plugin.json to exist.
Adds empty hook and MCP server stubs matching kyberforge convention.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-28 14:51:02 +00:00
1979ff5399
feat(plugins): scaffold git, gitea, and core plugins
...
Adds three new plugins to the holocron marketplace:
- git: 4 stub skills (git-commit, git-branch, git-pr, git-flow)
- gitea: 5 stub skills (gitea-issues, gitea-prs, gitea-milestones, gitea-releases, gitea-wiki)
- core: 5 stub skills (triage, diagnose, zoom-out, caveman, improve-codebase-architecture)
All plugins follow version-parity convention (ADR-0016). Skills are
placeholder stubs — content will be authored in a future workstream.
Registered in both marketplace.json paths.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-28 14:49:54 +00:00