fix(minimax-m3-max, fable-low-effort): requires takes harness refs, not capability tags

'requires: [claude-code]' failed composition ('Invalid harness reference
format'). Both contexts need no hard dependency — layer ordering in the
composites already guarantees the auth layer precedes them. Validated
locally with entrypoint.harness compose_harness for all 6 affected
composites this time.

Claude-Session: https://claude.ai/code/session_019tJk7P8tZzJ24PvtgoGhLN
This commit is contained in:
Paul O'Reilly
2026-09-03 01:13:34 +12:00
parent 7244e0ec5f
commit 2dcb9c7605
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ kind: context
name: fable-low-effort name: fable-low-effort
version: 1 version: 1
description: "Pin Claude Fable 5 at low reasoning effort — layer AFTER anthropic-cloud-paul-oauth/v1 (auth comes from there)" description: "Pin Claude Fable 5 at low reasoning effort — layer AFTER anthropic-cloud-paul-oauth/v1 (auth comes from there)"
requires: [claude-code] requires: []
provides: [] provides: []
# Model pin + effort dial for Claude Code against the Anthropic cloud. # Model pin + effort dial for Claude Code against the Anthropic cloud.

View File

@@ -2,7 +2,7 @@ kind: context
name: minimax-m3-max name: minimax-m3-max
version: 1 version: 1
description: "Pin MiniMax M3 (1M context) at max reasoning effort — layer AFTER minimax/v1 (auth + base URL come from there)" description: "Pin MiniMax M3 (1M context) at max reasoning effort — layer AFTER minimax/v1 (auth + base URL come from there)"
requires: [claude-code] requires: []
provides: [] provides: []
# Model pin + effort for the MiniMax Anthropic-compatible proxy. # Model pin + effort for the MiniMax Anthropic-compatible proxy.