Skip to content

v0.2.1

Choose a tag to compare

@bioinfornatics bioinfornatics released this 20 Aug 05:40
· 32 commits to main since this release

Open Agent Creators plugin v0.2.1.

Changes since v0.2.0

  • Explicit skill-to-skill dependency contracts. Each of the 4 creators
    (plugin-creator, skill-creator, hook-creator, agent-creator) now declares,
    in its own SKILL.md, exactly when it depends on another creator, why, and
    what must be true before handing work back — modeled on product-design's
    router pattern. plugin-creator's former informal 'Component routing' note
    is now a when/why/success-criteria table; the other three each gained a
    'Plugin Dependency' section clarifying their standalone-vs-plugin-bundled
    behavior (hook-creator, uniquely, has no standalone mode at all).
  • Backlog tracking (Beads) initialized for this plugin, recording two
    known trigger-quality issues surfaced by running a structured eval for
    the first time: hook-creator under-triggers on its own core use cases
    (open-agent-creators-nm3), and skill-creator has both false negatives and
    false positives, a more serious pattern (open-agent-creators-dgl).

No functional script changes since v0.2.0 (still the TypeScript migration
completed there) — this release is documentation and process only.

Archive contains plugin runtime content (dist/ + production-only
node_modules/ per creator) — development-only files (root/per-skill
AGENTS.md, .vscode/, tests/, .beads/, .claude/, .codex/, TypeScript
devDependencies) are excluded. Verified offline: extracted and validated
with an isolated $HOME simulating a fresh machine.