From 5d9a37003c3cd061ab1055ed7aa1280bba65e1d5 Mon Sep 17 00:00:00 2001 From: Louis Choquel Date: Fri, 25 Sep 2026 01:20:54 +0200 Subject: [PATCH] Open the Codex install fold beside Claude Code The onboarding front door opened the Claude Code install and folded the Codex one, so every README carrying it showed Claude Code first on load. Both folds now start open, and the docs site links its content tabs so a reader's agent choice follows them. Co-Authored-By: Claude Opus 5.5 Claude-Session: https://claude.ai/code/session_01Nqe9ZMC7esxHhKDbsXJouL --- CHANGELOG.md | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7525329..34482edd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ - **The unit tests sweep the edit hook over the MTHDS Test Corpus**: `tests/data/mthds-corpus/` is a vendored copy of the whole corpus, and `tests/unit/test_hook_corpus.py` runs the hook's offline stages over every entry, expecting a block exactly when the entry's fault is one the schema catches and a silent pass otherwise. A vendored hook whose schema refuses a form the standard allows, the way the bundle before 0.8.0 refused intent hints, now fails the unit tests, and CI installs Node so that the sweep runs there rather than skips. - **A release refuses a stale hook bundle**: `make check-hook-fresh`, which the release skill now runs before anything else, fails when the vendored `check.mjs` embeds an older `@pipelex/tools-wasm` than npm's latest or when a rebuild in the `pipelex-sdk-js` checkout would change it, and names the re-vendor that cures it. `make check` separately refuses, in CI too, a bundle whose provenance names an unreleased engine or no SDK commit. +### Changed + +- **The quick start shows both agents' installs**: the README's Codex install now starts open beside the Claude Code one instead of folded. + ### Fixed - **The plugin says it needs Node.js**: the README and the Codex listing said the Pipelex tools needed nothing else to install, but the hook runs on Node.js and each agent starts the tools through `npx`, so without Node.js on the `PATH` the hook passes every edit unchecked and the skills that call the tools stop. The README, the Codex listing and each agent's install section now say that Node.js must be on the `PATH`. diff --git a/README.md b/README.md index 38fae3ac..bbe65513 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Claude Code also loads what you have added to your Claude account, so if the Pip -
Codex +
Codex ```bash codex plugin marketplace add Pipelex/pipelex-plugins