'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
20 lines
786 B
YAML
20 lines
786 B
YAML
kind: context
|
|
name: fable-low-effort
|
|
version: 1
|
|
description: "Pin Claude Fable 5 at low reasoning effort — layer AFTER anthropic-cloud-paul-oauth/v1 (auth comes from there)"
|
|
requires: []
|
|
provides: []
|
|
|
|
# Model pin + effort dial for Claude Code against the Anthropic cloud.
|
|
# - ANTHROPIC_MODEL forces Fable 5; workflow nodes using this layer must
|
|
# NOT set a node-level model: (the --model flag would override this env).
|
|
# - The small thinking budget ("low effort") is set by init.sh via
|
|
# settings.json — the env var name trips H-SECRET-4's credential pattern
|
|
# so it cannot live in this env: block. Fable's raw capability at minimal
|
|
# thinking is the point: frontier judgment without frontier token burn.
|
|
env:
|
|
ANTHROPIC_MODEL: "claude-fable-5"
|
|
|
|
scripts:
|
|
init: ./init.sh
|