feat: P5.5 dev inject + adapter-inspector demo + adapter smoke (P5 complete)

Dev-only POST /v1/dev/webhook/:type signs+injects a sample payload. apps/adapter-
inspector (Vite): inbound raw events + outbound commands/attempts, simulate-inbound
+ test-send buttons. smoke-adapter proves signed->normalized->interaction, bad-sig
401, sandboxed outbound (no network). 55 tests; all 4 smokes pass; boundary enforced.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-01 13:54:18 +05:30
parent 4f661f4c81
commit b879c9eba2
9 changed files with 288 additions and 5 deletions
+25
View File
@@ -18,6 +18,31 @@ importers:
specifier: ^3.0.5
version: 3.2.6(@types/node@26.0.1)(jiti@2.7.0)(terser@5.48.0)
apps/adapter-inspector:
dependencies:
react:
specifier: ^19.0.0
version: 19.2.7
react-dom:
specifier: ^19.0.0
version: 19.2.7(react@19.2.7)
devDependencies:
'@types/react':
specifier: ^19.0.0
version: 19.2.17
'@types/react-dom':
specifier: ^19.0.0
version: 19.2.3(@types/react@19.2.17)
'@vitejs/plugin-react':
specifier: ^4.3.4
version: 4.7.0(vite@6.4.3(@types/node@26.0.1)(jiti@2.7.0)(terser@5.48.0))
typescript:
specifier: ^5.7.3
version: 5.9.3
vite:
specifier: ^6.0.7
version: 6.4.3(@types/node@26.0.1)(jiti@2.7.0)(terser@5.48.0)
apps/agent-demo:
dependencies:
'@insignia/iios-kernel-client':