docs: sync --help / runner error / ROADMAP date post-codex#56
Merged
pablostanley merged 1 commit intomainfrom Apr 19, 2026
Merged
docs: sync --help / runner error / ROADMAP date post-codex#56pablostanley merged 1 commit intomainfrom
pablostanley merged 1 commit intomainfrom
Conversation
Small drift cleanup after shipping adapter-codex-local (PR #55): - cli/index.mjs --help text for `run` listed only claude-cli as the built-in adapter. Now names all four env-gated/unconditional built-ins + directs readers to `designteam adapters` for the live list. - cli/runner.mjs "Unknown adapter" error similarly hard-coded claude-cli; replaced with a generic pointer to `designteam adapters`. - cli/index.mjs "Usage: designteam run …" prints 4 built-ins now (adds codex-local + efecto) with a closing hint to run `adapters`. - ROADMAP.md "Last updated" bumped to 2026-04-19 with a concise one-liner summarizing what v0.13 shipped since the last bump. Pure doc / UX copy. No behavior change. 11 evals still green. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Small drift cleanup after PR #55 shipped
adapter-codex-local:cli/index.mjs--helpforrunlisted onlyclaude-clias the built-in adapter. Now names all four (claude-cli + codex-local unconditional, anthropic-api + efecto env-gated) and points atdesignteam adaptersfor the live list.cli/runner.mjs"Unknown adapter" error similarly hard-coded claude-cli; replaced with a generic pointer.cli/index.mjs"Usage:" forrunprints four built-ins now and closes with a hint.ROADMAP.md"Last updated" bumped to 2026-04-19 with a one-liner summarizing what shipped since.Pure copy / UX refresh. No behavior change.
Test plan
pnpm eval— 11 passedpnpm test— 468 passeddesignteam --helprenders cleanly🤖 Generated with Claude Code