From fa3b1621d9b7d473e5a26e4662cbb8a9e826bd46 Mon Sep 17 00:00:00 2001 From: telleroutlook Date: Thu, 30 Jul 2026 08:52:45 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20golden-path=20demo=20=E2=80=94=20NOT=5F?= =?UTF-8?q?RUNNABLE=20header,=20agent-trust-infra=20=E2=86=92=20agentbom?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- golden-path/README.md | 2 +- golden-path/scripts/demo.sh | 12 +++++++++--- golden-path/versions.lock | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/golden-path/README.md b/golden-path/README.md index 63b8f0c..65b07ae 100644 --- a/golden-path/README.md +++ b/golden-path/README.md @@ -44,7 +44,7 @@ Tracked in: WasmAgent/.github issue [#103](https://github.com/WasmAgent/.github/ | Audit | `open-agent-audit` | `@openagentaudit/core` — verifies AEP, generates report | | Admit | `trace-pipeline` | `evomerge admission-gate` — admission decision | | Workload | `bscode` | `fixtures/bench-v0/` — safe and malicious call fixtures | -| Specs (optional) | `agent-trust-infra` | conformance fixtures | +| Specs (optional) | `agentbom` | MCP Posture conformance fixtures (replaces archived agent-trust-infra) | | Evaluation (optional) | `fresharena` | evaluation scenario | ## Files diff --git a/golden-path/scripts/demo.sh b/golden-path/scripts/demo.sh index eb5fab2..72f5ee2 100644 --- a/golden-path/scripts/demo.sh +++ b/golden-path/scripts/demo.sh @@ -1,7 +1,13 @@ #!/usr/bin/env bash -# Golden Path end-to-end demo — STUB -# See golden-path/README.md for the target behaviour. +# Golden Path end-to-end demo +# +# STATUS: NOT YET RUNNABLE — this script is a planned stub. +# All steps print TODO messages and exit successfully. +# Track implementation progress: WasmAgent/.github#103 +# +# See golden-path/README.md for the intended behaviour when complete. set -euo pipefail + echo "[1/4] Protect: MCP firewall blocking malicious call..." echo " TODO: run wasmagent-js mcp-firewall against fixtures/malicious-call.json" echo "[2/4] Record: signing AEP evidence..." @@ -11,4 +17,4 @@ echo " TODO: run @openagentaudit/core against aep-record.json" echo "[4/4] Admit: running admission decision..." echo " TODO: run evomerge admission-gate against audit output" echo "" -echo "Golden Path: STUB — not yet runnable. Track: WasmAgent/.github#103" +echo "Golden Path: NOT YET RUNNABLE (stub). Track: WasmAgent/.github#103" diff --git a/golden-path/versions.lock b/golden-path/versions.lock index e605a68..8b8eacd 100644 --- a/golden-path/versions.lock +++ b/golden-path/versions.lock @@ -7,6 +7,6 @@ repositories: open-agent-audit: latest trace-pipeline: latest bscode: latest - agent-trust-infra: latest # optional: conformance fixtures only + agentbom: latest # optional: MCP Posture conformance fixtures (replaces archived agent-trust-infra) # Last verified: not yet verified — scaffold only