Releases: infroid/carefully-crafted-plugins
Releases · infroid/carefully-crafted-plugins
Release list
v6.0.1 — harden Codex bridge resume and raw passthrough
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 explicitworkspace-writeescalation. - Accept raw prompts beginning with
--without misparsing them as wrapper flags. - Correct setup authentication guidance to use
codex login. - Make
plugin.jsonthe 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
Breaking
- Removed the
forgeandtriageplugins. Their skills now live undercontexthub:
forge:<phase>→contexthub:<phase>(spec, plan, tdd, review, verify, debug, ship);
triage:grade→contexthub:triage. No alias shims — reinstallcontexthub.
Added
- Agent-aware graceful degradation: every multi-agent skill detects which of
{Claude, codex, agy} are installed (newagent-availability.mjs) and runs the
richest flow available, degrading to Claude-solo (with a note) instead of failing.
contexthubnow works with Claude alone — codex and agy are optional collaborators.
Changed
contexthubis now the single multi-agent hub: full lifecycle (spec→ship), task
triage, and the Delphi converge debate — 9 skills.- Renamed
forge-write.mjs→phase-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
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
codex3.1.1 → 3.1.2agy3.0.0 → 3.0.1contexthub3.0.0 → 3.0.1forge1.0.0 → 1.0.1triage1.0.0 → 1.0.1
See CHANGELOG.md for full history.
2.0.0
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.