diff --git a/AGENTS.md b/AGENTS.md index 3f0dd95..e9846a0 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -144,7 +144,7 @@ the ISO does **not** build Rust while the image is mounted. - Production-image preflight requires the core Colibri set: `colibri-daemon`, `colibri`, and `colibri-mcp`. `colibri-tui` is optional in staging code but desired for this USB target and should be verified alongside - the required binaries. Validation images can add the local fake-agent helper + the required binaries. Validation images can add the local sample-agent helper with `COLIBRI_STAGE_TEST_AGENT=YES`. **Invariant:** preserve `/home/clawdie/ai/colibri/target/release` until the ISO diff --git a/build.cfg b/build.cfg index b00be04..3b33515 100644 --- a/build.cfg +++ b/build.cfg @@ -115,7 +115,7 @@ COLIBRI_COST_MODE="${COLIBRI_COST_MODE:-smart}" # build host compiles it: (cd $ZOT_REPO && git checkout $ZOT_VERSION && # ZOT_BUILD_VERSION="${ZOT_VERSION:-v0.2.42}" && VERSION="${ZOT_BUILD_VERSION#v}" make build) COLIBRI_STAGE_AGENT="${COLIBRI_STAGE_AGENT:-YES}" -# Development-only local fake-agent binary. Auto mode includes it for dev +# Development-only local sample-agent binary. Auto mode includes it for dev # builds and omits it from release/prod images; override with YES/NO for # explicit validation builds. COLIBRI_STAGE_TEST_AGENT="${COLIBRI_STAGE_TEST_AGENT:-auto}"