Skip to content

Releases: infroid/carefully-crafted-plugins

v6.0.1 — harden Codex bridge resume and raw passthrough

Choose a tag to compare

@raiaman15 raiaman15 released this 24 Jul 21:45

Codex plugin 4.0.1

This patch release hardens Claude-to-Codex session handling and corrects raw passthrough behavior.

Changes

  • Pin resumed Codex sessions to an explicit validated sandbox. Claude-facing resume workflows default to read-only; write access requires an explicit workspace-write escalation.
  • Accept raw prompts beginning with -- without misparsing them as wrapper flags.
  • Correct setup authentication guidance to use codex login.
  • Make plugin.json the single source of truth for the Codex plugin version, following Claude Code marketplace version-resolution guidance.
  • Add regression coverage for both resume modes, sandbox overrides, and dash-prefixed raw prompts.

Verification

  • claude plugin validate .
  • 80 focused unit tests
  • 10/10 skill quality checks
  • 6/6 eval checks
  • git diff --check

v5.0.0 — contexthub consolidation

Choose a tag to compare

@raiaman15 raiaman15 released this 28 May 18:06

Breaking

  • Removed the forge and triage plugins. Their skills now live under contexthub:
    forge:<phase>contexthub:<phase> (spec, plan, tdd, review, verify, debug, ship);
    triage:gradecontexthub:triage. No alias shims — reinstall contexthub.

Added

  • Agent-aware graceful degradation: every multi-agent skill detects which of
    {Claude, codex, agy} are installed (new agent-availability.mjs) and runs the
    richest flow available, degrading to Claude-solo (with a note) instead of failing.
    contexthub now works with Claude alone — codex and agy are optional collaborators.

Changed

  • contexthub is now the single multi-agent hub: full lifecycle (spec→ship), task
    triage, and the Delphi converge debate — 9 skills.
  • Renamed forge-write.mjsphase-write.mjs; lifecycle artifacts now under
    docs/carefully-crafted-plugins/lifecycle/.

Versions

  • contexthub 3.0.1 → 4.0.0; marketplace 4.0.1 → 5.0.0. codex/agy unchanged.

v4.0.1 — context-hub description prefix

Choose a tag to compare

@raiaman15 raiaman15 released this 28 May 14:01

Marketplace bumped to 4.0.1 (patch). Every skill description across all five plugins now begins with a (context-hub:<skill>) brand prefix for at-a-glance provenance in skill listings (e.g. (context-hub:imagegen), (context-hub:converge)). Descriptions are otherwise unchanged, the quality-bar lint still passes, and there are no behavior changes.

Plugin patch bumps

  • codex 3.1.1 → 3.1.2
  • agy 3.0.0 → 3.0.1
  • contexthub 3.0.0 → 3.0.1
  • forge 1.0.0 → 1.0.1
  • triage 1.0.0 → 1.0.1

See CHANGELOG.md for full history.

2.0.0

Choose a tag to compare

@raiaman15 raiaman15 released this 23 May 08:22
carefully-crafted-plugins v2.0.0

Three bridges between coding agents in one Claude Code session:

- codex (OpenAI Codex CLI): image generation, hard reasoning, code review,
  headless browser, session resume, raw exec passthrough.
- agy (Google Antigravity CLI): 1M-token long-context analysis on Gemini 3
  Pro, Nano Banana Pro image generation, Veo video generation, raw exec.
- contexthub: 4-phase Delphi-style debate across Claude, Codex, and
  Antigravity on a single hard prompt.

README and website restructured around capabilities. All manifests bumped
to 2.0.0. Homepage URLs corrected to the infroid org.