You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3.`node --input-type=module -e "import { run as a } from './tests/tools/ToolHostDispatchContract.test.mjs'; import { run as b } from './tests/tools/ToolEntryLaunchContract.test.mjs'; import { run as c } from './tests/tools/ToolsIndexRegistrySmoke.test.mjs'; a(); b(); c(); console.log('PASS tool gap-focused suite');"`
7
+
8
+
## Results
9
+
-`validate-tool-registry`: **PASS**
10
+
- Output: `TOOL_REGISTRY_VALID`
11
+
-`validate-active-tools-surface`: **PASS**
12
+
- Output: `ACTIVE_TOOLS_SURFACE_VALID`
13
+
- Tool gap-focused tests: **PASS**
14
+
- Output: `PASS tool gap-focused suite`
15
+
16
+
## Functional Verification
17
+
- Tool Host dispatch contract is now automation-backed via dedicated test.
18
+
- Legacy validator false positives/failures tied to stale assumptions are resolved.
19
+
- Optional historical-doc dependency no longer blocks active surface validation.
issues.push('Placeholder drift detected: "Asset Browser / Import Hub" still appears in static tools/index.html instead of the registry-rendered grid.');
0 commit comments