@odla-ai/cli 0.26.1 → 0.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -156,25 +156,6 @@ therefore compares that verified expectation with the Worker answering now and
156
156
  reports `matched`, `drifted`, or `unknown`; an empty or unavailable receipt
157
157
  ledger degrades instead of silently treating observed health as intended state.
158
158
 
159
- Platform maintainers can rotate the built-in Discussion responder without
160
- minting an unrestricted app key or exposing the replacement in argv/output:
161
-
162
- ```bash
163
- npx @odla-ai/cli platform chat-credentials rotate \
164
- --wrangler-config packages/chat-agent/wrangler.jsonc \
165
- --expected-version <deployed-chat-version-id> \
166
- --email <odla-admin-account> \
167
- --yes --json
168
- ```
169
-
170
- The command requests only `platform:chat:credential:write`, mints an
171
- `agent_odla` key restricted to the Discussion namespaces and write envelope,
172
- pipes the nested `ODLA_BOT_TOKENS` map to Wrangler over stdin, and succeeds only
173
- after the service-binding health bridge advances from the pre-rotation Worker
174
- version to a healthy secret-change deployment. `--expected-version` fences the
175
- pre-rotation version before any credential is minted. Superseded keys are
176
- revoked separately after that health proof.
177
-
178
159
  For repository-managed settings, compare checked-in intent with the live
179
160
  owner-visible Registry projection before provisioning:
180
161