UNPKG

@devexcelsior/healing-devtools

Version:

Developer tools for inspecting healing attempts, fallback behavior, retries, and trust arbitration in agentic UI systems. Provides live diagnostics for SDK sessions and governance flows.

38 lines 879 B
{ "name": "@devexcelsior/healing-devtools", "version": "0.0.2", "description": "Developer tools for inspecting healing attempts, fallback behavior, retries, and trust arbitration in agentic UI systems. Provides live diagnostics for SDK sessions and governance flows.", "keywords": [ "healing", "devtools", "fallback", "agentic", "diagnostics", "runtime-telemetry", "trust-inspector", "sdk-inspector", "governance", "devexcelsior" ], "license": "BUSL-1.1", "author": "Curt Puckett <curtnpuckett@gmail.com>", "publishConfig": { "access": "public" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "LICENSE", "README.md", "COMMERCIAL.md", "NOTICE.md", "SECURITY.md" ], "devDependencies": { "typescript": "^5.8.3" }, "scripts": { "build": "tsc" } }