feat(bench-kit): remove TENX_CLI_EXPERIMENTAL gating — init and update generally available - #35
Merged
Conversation
…e generally available The bench-kit command is feature-complete (zone-aware update, agent-tool profiles, safe init defaults shipped in v1.17.0), so the experimental opt-in has served its purpose. The command now registers unconditionally, shows up in --help, and is documented in the README; the gating module and its error envelope (experimental_locked) are removed. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
What
Removes the
TENX_CLI_EXPERIMENTALopt-in:10x bench-kit init|updateregister unconditionally, appear in--help, and are documented in the README.Why
The command is feature-complete and battle-tested: zone-aware
updatewith skill-diff proposals (#31/#32), shared root file sync (#33), and safe init defaults (#34, shipped in v1.17.0). It has driven every template adoption in the reference instance since 0.5.0. The gate has served its purpose.Changes
src/commands/bench-kit.ts— command registered unconditionally;; experimentaldropped from the help description; no morerequireExperimentalin the action.src/lib/experimental.ts— deleted (bench-kit was its only consumer); theexperimental_lockederror envelope no longer exists.bench-kitrow in the Commands table + a dedicated section (actions, flags, examples, repair semantics).Evidence
tsc --noEmitclean,biome checkclean,bun test: 507 pass / 0 fail.grep -r TENX_CLI_EXPERIMENTAL→ zero hits in src/tests/docs/CI.🤖 Generated with Claude Code