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:
@@ -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.
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user