UNPKG

@devexcelsior/inference-instruction-kit

Version:

Structured fallback contract and instruction schema for inference-driven UI healing

33 lines 699 B
{ "name": "@devexcelsior/inference-instruction-kit", "version": "0.0.6", "description": "Structured fallback contract and instruction schema for inference-driven UI healing", "keywords": [ "healing", "inference", "fallback-instruction", "ai-patch-schema", "agentic-ui", "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", "NOTICE.md", "COMMERCIAL.md" ], "devDependencies": { "typescript": "^5.8.3" }, "scripts": { "build": "tsc" } }