Sync source AWF schema copy with documented schema#3567
Conversation
Smoke Test Results ✅
All smoke tests passed. Claude engine validation successful.
|
This comment has been minimized.
This comment has been minimized.
Smoke Test Results
Overall: PASS PR: "Sync source AWF schema copy with documented schema" — author
|
|
✅ GitHub MCP: docs(spec): add port information to /reflect endpoint sections; fix(dind-probe): address review feedback from #3554 Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
network:
allowed:
- defaults
- "registry.npmjs.org"See Network Configuration for more information.
|
🏗️ Build Test Suite Results
Overall: 8/8 ecosystems passed — ✅ PASS
|
Gemini Engine Smoke Test Results
Overall Status: FAIL Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
network:
allowed:
- defaults
- "localhost"See Network Configuration for more information.
|
Smoke Test Results
Overall: FAIL —
|
Smoke Test: Copilot BYOK (Offline Mode)
Running in BYOK offline mode ( PR author: Overall: PARTIAL — BYOK inference and MCP connectivity confirmed ✅; pre-step outputs not substituted
|
The Test Coverage Reporter workflow was failing in its coverage step because the schema parity test detected drift between the checked-in runtime schema copy and the documented schema. This change removes that drift so the reporter can complete instead of failing on
src/schema.test.ts.Root cause
src/awf-config-schema.jsonhad fallen behinddocs/awf-config.schema.json.Change
src/awf-config-schema.jsonto match the documented schema copy.excludeEnv/API proxy credential-isolation schema text so the source and docs describe the same contract.Effect
src/schema.test.ts.{ "description": "When excluding LLM API credentials via excludeEnv, apiProxy.enabled must also be enabled so the agent receives proxy-backed placeholders instead of losing credentials entirely." }