From da3f06f7da47d62d112263fa0aeb59a93ffc592c Mon Sep 17 00:00:00 2001 From: Sam & Claude Date: Tue, 23 Jun 2026 18:20:55 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20rename=20'fake-agent'=20=E2=86=92=20'sa?= =?UTF-8?q?mple-agent'=20(matches=20colibri=20test=20rename)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Harness-neutral, lighter wording for the optional local test-double agent (colibri-test-agent), matching the colibri-side fake→sample rename. Only the two references that named it 'fake-agent' (build.cfg comment, AGENTS.md staging note); the unrelated /tmp/fake-usb example path in FIRSTBOOT.md is a different context and left as-is. Co-Authored-By: Claude Opus 4.8 --- AGENTS.md | 2 +- build.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}"