fix(build): point agent-harness reference to AGENTS.md #131

Merged
clawdie merged 1 commit from fix/adr-agent-harness-ref into main 2026-06-24 10:48:52 +02:00

View file

@ -105,8 +105,8 @@ COLIBRI_COST_MODE="${COLIBRI_COST_MODE:-smart}"
# lightweight `colibri_daemon` control plane directly. Add deployed-system # lightweight `colibri_daemon` control plane directly. Add deployed-system
# service packaging only after that implementation is chosen. # service packaging only after that implementation is chosen.
# Colibri's bundled agent harness (the consolidation target — see colibri ADR # Colibri's bundled agent harness (the consolidation target — see colibri
# docs/ADR-agent-harness-consolidation.md). Shipped under the colibri umbrella as # AGENTS.md). Shipped under the colibri umbrella as
# a single static Go binary (providers incl. DeepSeek, Telegram bot, json/rpc # a single static Go binary (providers incl. DeepSeek, Telegram bot, json/rpc
# modes, SKILL.md, extensions), so it has NO separate feature flag: it stages # modes, SKILL.md, extensions), so it has NO separate feature flag: it stages
# automatically whenever FEATURE_COLIBRI=YES. Internal escape hatch only — # automatically whenever FEATURE_COLIBRI=YES. Internal escape hatch only —