numencore-toolkit/plugins/numencore-core/.claude-plugin/plugin.json
Parley Hatch 8aca00b577 feat(numencore-core): harden pipeline from orchestrate dogfood feedback
Address five friction points from first full orchestrate run:
- implementor: add interfaces_changed report field for contract shifts
- validator: read spec files directly instead of relying on inlined contracts
- decompose: support section-level context file references
- orchestrate: section extraction, interface change propagation, structured
  retry prompt assembly, build verification at group boundaries only
- sprint: add success criteria to doc template, build verification on
  in-session execution, explicit implementor agent hand-off, conventions
  path in implementation prompt

Bump to v0.5.0.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-05 17:21:55 -06:00

12 lines
362 B
JSON

{
"name": "numencore-core",
"version": "0.5.0",
"description": "Core development toolkit — workflow skills, agents, and project conventions",
"author": {
"name": "Parley Hatch",
"email": "parley.hatch@gmail.com"
},
"repository": "ssh://git@git.numencore.com:2222/phatch/numencore-toolkit.git",
"license": "MIT",
"skills": "./skills/"
}