Commit Graph

3 Commits

Author SHA1 Message Date
Ethan Palm e447c650b3 Write the Claude manifest to .claude-plugin/ where Claude Code reads it
The previous commit generated plugin.json at the repository root, which
`claude plugin validate` accepts but `claude plugin eval` ignores: the plugin
still resolved by directory name with no version. Only
.claude-plugin/plugin.json sets the name and version.

Adds an optional per-target pluginManifestFile (plugin.json or
.claude-plugin/plugin.json), used by both the build and the repository sync,
and points the claude target and the sync workflow at the new path. Kiro is
unchanged.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
2026-09-11 16:27:06 -07:00
Mayank Shouche 638248c1ba feat: generate kiro power in agent-context (#6916)
* feat: generate kiro power in agent-context

* Validate Kiro power artifacts against schemas
2026-08-12 16:33:16 -07:00
Ethan Palm 00d565ef2a Agent context single source (#6747)
* WIP

* remove plugin-specific MCP info

* remove artifact digest

* fix stray writeFile import line left over from digest removal

* 💅

* bug bot
2026-07-24 17:01:49 -07:00