Skip to content

Commit 3d9525e

Browse files
authored
Merge branch 'main' into fix/10085-config-get-doc-example
2 parents 1de7046 + 41bb231 commit 3d9525e

467 files changed

Lines changed: 2793 additions & 1452 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.agents/skills/nemoclaw-maintainer-fix-e2e-failures/references/review-and-merge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ from an `origin/main` worktree. Remove the temporary worktree after the decision
5757
interrupted or denied run.
5858

5959
Use one supported `kind`: `ambiguous-write`, `fork-workflow-approval`, `review`, `merge`, or
60-
`post-merge-e2e`. The executable scenarios in `test/maintainer-fix-e2e-policy.test.ts` define each
60+
`post-merge-e2e`. The executable scenarios in `test/automation/pull-requests/maintainer-fix-e2e-policy.test.ts` define each
6161
required state field.
6262

6363
Perform only the entry returned in `allowedWrites`. An empty list denies the requested write.

.agents/skills/nemoclaw-maintainer-refactor-docs/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Run the existing deterministic checks rather than inventing another route model:
169169
```bash
170170
npm run docs:sync-agent-variants
171171
npm run docs
172-
npx vitest run test/check-docs-published-routes.test.ts test/check-docs-links.test.ts
172+
npx vitest run test/generation/check-docs-published-routes.test.ts test/generation/check-docs-links.test.ts
173173
git diff --check
174174
```
175175

.agents/skills/nemoclaw-maintainer-runtime-provider/references/implementation-and-review.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ npx vitest run --project cli \
5454
src/lib/onboard/runtime-provider/runtime-provider-contract.test.ts \
5555
src/lib/onboard/runtime-provider/activation.test.ts \
5656
src/lib/onboard/runtime-provider/<provider>.test.ts
57-
npx vitest run --project integration test/layer-import-boundaries.test.ts
57+
npx vitest run --project integration test/repository/layer-import-boundaries.test.ts
5858
npx vitest run --project e2e-support test/e2e/support/native-runtime-qualification.test.ts
5959
```
6060

.dsh/tools/infer_validation_for_changed_files/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ export default async function infer_validation_for_changed_files(input: {
5858
}
5959
if (/agents\/langchain-deepagents-code\/Dockerfile|corporate-ca/.test(file)) {
6060
[
61-
"test/corporate-ca-build-tls-anchor.test.ts",
62-
"test/corporate-ca-dockerfile-decode.test.ts",
61+
"test/security/corporate-ca-runtime-merge.test.ts",
62+
"test/install/corporate-ca-dockerfile-decode.test.ts",
6363
"src/lib/onboard/corporate-ca-host-anchors.test.ts",
6464
"src/lib/onboard/dockerfile-patch-corporate-ca.test.ts",
6565
].forEach((x) => tests.add(x));

.github/workflows/codebase-growth-guardrails.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
HEAD_SHA: ${{ github.event.pull_request.head.sha }}
4242
run: |
4343
set -euo pipefail
44-
npx vitest run --project integration test/growth-guardrails.test.ts
44+
npx vitest run --project integration test/automation/pull-requests/growth-guardrails.test.ts

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ jobs:
313313
case "${JOBS}:${TARGETS}" in
314314
:)
315315
matrix='[{"id":"ubuntu-policy-custom-missing-presets-negative","runner":"ubuntu-latest"},{"id":"ubuntu-repo-cloud-langchain-deepagents-code","runner":"ubuntu-latest"},{"id":"ubuntu-repo-cloud-openclaw","runner":"ubuntu-latest"},{"id":"ubuntu-repo-docker-post-reboot-recovery","runner":"ubuntu-latest"}]'
316-
test_matrix='[{"id":"onboard-managed-image-buildless-e2e","file":"test/onboarding/onboard-managed-image-buildless-e2e.test.ts","project":"integration"},{"id":"vllm-docker-storage","file":"test/vllm-docker-storage.test.ts","project":"integration"}]'
316+
test_matrix='[{"id":"onboard-managed-image-buildless-e2e","file":"test/onboarding/onboard-managed-image-buildless-e2e.test.ts","project":"integration"},{"id":"vllm-docker-storage","file":"test/platform/images/vllm-docker-storage.test.ts","project":"integration"}]'
317317
;;
318318
inference-routing: | managed-image-protected-runtime: | native-runtime-qualification-producer: | :jetson-nvmap-gpu)
319319
matrix='[]'

.github/workflows/main.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ jobs:
120120
- name: Install test dependencies
121121
run: npm ci --ignore-scripts
122122

123+
- name: Build generated harness inputs
124+
run: npm run build:policy-boundary && npm run catalog:compile
125+
123126
- name: Audit the real patched OpenClaw distribution
124127
env:
125128
NEMOCLAW_REAL_OPENCLAW_DIST_HARNESS: "1"

.github/workflows/platform-vitest-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
npx vitest run --project cli \
7676
src/lib/onboard/preflight.test.ts \
7777
src/lib/onboard/preflight-ubuntu-2604.test.ts
78-
npx vitest run --project integration test/platform.test.ts
78+
npx vitest run --project integration test/e2e-runtime/platform.test.ts
7979
npx vitest run --project installer-integration \
8080
--testTimeout 30000 \
8181
test/installer-integration/install-preflight.test.ts

.github/workflows/pr-self-hosted.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ jobs:
306306
env:
307307
NEMOCLAW_RUN_GLIBC_PROBE_DOCKER_E2E: "1"
308308
NEMOCLAW_TEST_IMAGE: nemoclaw-production
309-
run: npx vitest run --project integration test/image-compatibility-docker-lifecycle.test.ts --silent=false --reporter=default
309+
run: npx vitest run --project integration test/e2e-runtime/image-compatibility-docker-lifecycle.test.ts --silent=false --reporter=default
310310

311311
- name: Run gateway isolation E2E tests
312312
run: NEMOCLAW_TEST_IMAGE=nemoclaw-production bash test/e2e-gateway-isolation.sh

.github/workflows/sandbox-images-and-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ jobs:
548548
env:
549549
NEMOCLAW_RUN_GLIBC_PROBE_DOCKER_E2E: "1"
550550
NEMOCLAW_TEST_IMAGE: nemoclaw-production
551-
run: npx vitest run --project integration test/image-compatibility-docker-lifecycle.test.ts --silent=false --reporter=default
551+
run: npx vitest run --project integration test/e2e-runtime/image-compatibility-docker-lifecycle.test.ts --silent=false --reporter=default
552552

553553
- name: Run gateway isolation E2E tests
554554
run: NEMOCLAW_TEST_IMAGE=nemoclaw-production bash test/e2e-gateway-isolation.sh

0 commit comments

Comments
 (0)