You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Trust-grade AI development framework — zero-dependency runtime engine for agent orchestration, workflow governance, and skill management.",
"main": "bin/kit.js",
"bin": {
"kit": "./bin/kit.js"
},
"scripts": {
"test": "vitest run",
"test:watch": "vitest watch",
"preversion": "npm test",
"version": "node scripts/sync-version.js && git add -A -- . ':!.agent/engine/identity.json'",