Skip to content

🐛 Fix Claude plugin agents manifest schema#31

Merged
ebigunso merged 2 commits into
mainfrom
feature/2026-07-04/claude-plugin-agents-schema
Jul 3, 2026
Merged

🐛 Fix Claude plugin agents manifest schema#31
ebigunso merged 2 commits into
mainfrom
feature/2026-07-04/claude-plugin-agents-schema

Conversation

@ebigunso

@ebigunso ebigunso commented Jul 3, 2026

Copy link
Copy Markdown
Owner

Summary

  • Change the Claude Code plugin manifest agents field from a directory string to an explicit array of agent markdown paths.
  • Keep the existing shared skills directory reference unchanged.
  • Align current docs and the runtime adapter layout ADR with the Claude manifest shape.

Why

Claude Code validates agents as an array of agent files. The previous manifest used "./claude/agents/", which caused plugin installation schema validation to fail. The docs also still described the older directory-based shape.

Validation

  • python scripts/validate_harness_package.py
  • git diff --check

Copilot AI review requested due to automatic review settings July 3, 2026 19:34
@ebigunso ebigunso self-assigned this Jul 3, 2026
@ebigunso ebigunso changed the title [codex] Fix Claude plugin agents manifest schema 🐛 Fix Claude plugin agents manifest schema Jul 3, 2026
@ebigunso ebigunso changed the title 🐛 Fix Claude plugin agents manifest schema 🐛 Fix Claude plugin agents manifest schema Jul 3, 2026
@ebigunso ebigunso marked this pull request as ready for review July 3, 2026 19:35

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Claude Code plugin manifest schema for the coding-agent orchestration harness so that Claude Code accepts the plugin during installation.

Changes:

  • Changed .claude-plugin/plugin.json agents from a directory string to an explicit array of agent markdown file paths.
  • Kept the existing skills directory reference unchanged.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ebigunso ebigunso marked this pull request as draft July 3, 2026 19:38
@ebigunso ebigunso marked this pull request as ready for review July 3, 2026 19:39
Copilot AI review requested due to automatic review settings July 3, 2026 19:39

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.

@ebigunso ebigunso merged commit 5eead66 into main Jul 3, 2026
2 checks passed
@ebigunso ebigunso deleted the feature/2026-07-04/claude-plugin-agents-schema branch July 3, 2026 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants