@devexcelsior/memory-merge
Version:
Healing-safe merge utility for reconciling replay snapshots and live UI state during fallback recovery. Used in agentic healing systems to ensure data consistency without loss of user input.
38 lines • 862 B
JSON
{
"name": "@devexcelsior/memory-merge",
"version": "0.0.2",
"description": "Healing-safe merge utility for reconciling replay snapshots and live UI state during fallback recovery. Used in agentic healing systems to ensure data consistency without loss of user input.",
"keywords": [
"healing",
"fallback",
"merge",
"replay",
"memory",
"state-reconciliation",
"agentic",
"recovery",
"resilient-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",
"COMMERCIAL.md",
"NOTICE.md",
"SECURITY.md"
],
"devDependencies": {
"typescript": "^5.8.3"
},
"scripts": {
"build": "tsc"
}
}