@@ -67,7 +67,7 @@ required_files=(
6767 " contracts/examples/hello-world/capabilities/say-hello/contract.json"
6868 " workflows/examples/hello-world/say-hello/workflow.json"
6969 " examples/applications/traverse-starter/app.manifest.json"
70- " apps /traverse-starter/components/process/component.manifest.json"
70+ " examples/applications /traverse-starter/components/process/component.manifest.json"
7171 " examples/traverse-starter/process-agent/manifest.json"
7272 " examples/traverse-starter/process-agent/build-fixture.sh"
7373 " examples/traverse-starter/process-agent/src/agent.rs"
@@ -76,6 +76,7 @@ required_files=(
7676 " contracts/examples/traverse-starter/capabilities/process/contract.json"
7777 " workflows/examples/traverse-starter/process/workflow.json"
7878 " scripts/ci/traverse_starter_example_smoke.sh"
79+ " scripts/ci/app_ownership_boundary_smoke.sh"
7980 " docs/exception-process.md"
8081 " docs/project-management.md"
8182 " docs/multi-thread-workflow.md"
@@ -329,6 +330,7 @@ grep -q "hello.world.say-hello" examples/hello-world/README.md
329330grep -q " traverse-starter.process" contracts/examples/traverse-starter/capabilities/process/contract.json
330331grep -q " traverse-starter.process-agent" examples/traverse-starter/process-agent/manifest.json
331332grep -q " traverse-starter.process-component" examples/applications/traverse-starter/app.manifest.json
333+ grep -q " traverse-starter.process-component" examples/applications/traverse-starter/components/process/component.manifest.json
332334grep -q " app validate --manifest \"\$ app_manifest\" --json" scripts/ci/traverse_starter_example_smoke.sh
333335grep -q " /v1/workspaces/local-default/execute" scripts/ci/traverse_starter_example_smoke.sh
334336grep -q " starter_status: complete" scripts/ci/traverse_starter_example_smoke.sh
@@ -495,4 +497,7 @@ TRAVERSE_REPO_ROOT="$(pwd)" bash "$(pwd)/scripts/ci/new_capability_scaffold_smok
495497echo " Running WASI host ABI import whitelist verification..."
496498TRAVERSE_REPO_ROOT=" $( pwd) " bash " $( pwd) /scripts/ci/wasi_host_abi_imports.sh"
497499
500+ echo " Running app ownership boundary verification..."
501+ TRAVERSE_REPO_ROOT=" $( pwd) " bash " $( pwd) /scripts/ci/app_ownership_boundary_smoke.sh"
502+
498503echo " Repository checks passed."
0 commit comments