12 lines
317 B
JSON
12 lines
317 B
JSON
{
|
|
"name": "guidance-kernel",
|
|
"description": "Rust WASM kernel for @claude-flow/guidance — deterministic policy engine",
|
|
"version": "0.1.0",
|
|
"files": [
|
|
"guidance_kernel_bg.wasm",
|
|
"guidance_kernel.js",
|
|
"guidance_kernel.d.ts"
|
|
],
|
|
"main": "guidance_kernel.js",
|
|
"types": "guidance_kernel.d.ts"
|
|
} |