mirror of
https://github.com/przeprogramowani/10x-cli.git
synced 2026-09-19 03:30:01 +08:00
feat(bench-kit): remove TENX_CLI_EXPERIMENTAL gating — init and update generally available (#35)
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 commit is contained in:
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Changed
|
||||
|
||||
- **`10x bench-kit` is generally available.** The `TENX_CLI_EXPERIMENTAL`
|
||||
opt-in is gone: `init` and `update` are registered unconditionally, appear
|
||||
in `--help`, and are documented in the README. The `experimental_locked`
|
||||
error envelope no longer exists (the gating module has been removed).
|
||||
|
||||
### Added
|
||||
|
||||
- **`10x sync` — bulk download & update with change visibility.** One command to
|
||||
|
||||
Reference in New Issue
Block a user