Every workspace.yaml pins runtime: claude-code + model: MiniMax-M2.7, but
dev-lead/.env.example provisioned CLAUDE_CODE_OAUTH_TOKEN (Anthropic-direct)
— so a freshly-imported dev-department workspace had a Claude OAuth token and
a MiniMax model reference that don't match, and would fail to call the model.
- dev-lead/.env.example: replace the LLM block with the Claude-Code->MiniMax
Anthropic-compat wiring (ANTHROPIC_BASE_URL=https://api.minimax.io/anthropic
+ ANTHROPIC_AUTH_TOKEN=<Token Plan key>), with a note that the same value is
in the operator SSOT as MINIMAX_API_KEY and how to switch back to Anthropic-direct.
- SECRETS_MATRIX.md: 'All workspaces' row now states MiniMax-M2.7 (Token Plan key)
as the current default LLM, with the SSOT pointer.
Endpoint verified live: POST https://api.minimax.io/anthropic/v1/messages with
the Token Plan key -> 200, MiniMax-M2.7 response. Key provisioned in SSOT per
internal#211. Note: no post-rebuild-setup.sh found in this repo; if one exists
elsewhere (parent template / CP tooling) and hardcodes the LLM env, it needs the
same update.