199 lines
4.9 KiB
JSON
199 lines
4.9 KiB
JSON
{
|
|
"name": "@claude-flow/guidance",
|
|
"version": "3.0.0-alpha.1",
|
|
"description": "Guidance Control Plane - Compiles, retrieves, enforces, and evolves guidance rules for Claude Code sessions",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
},
|
|
"./compiler": {
|
|
"types": "./dist/compiler.d.ts",
|
|
"import": "./dist/compiler.js"
|
|
},
|
|
"./retriever": {
|
|
"types": "./dist/retriever.d.ts",
|
|
"import": "./dist/retriever.js"
|
|
},
|
|
"./gates": {
|
|
"types": "./dist/gates.d.ts",
|
|
"import": "./dist/gates.js"
|
|
},
|
|
"./hooks": {
|
|
"types": "./dist/hooks.d.ts",
|
|
"import": "./dist/hooks.js"
|
|
},
|
|
"./ledger": {
|
|
"types": "./dist/ledger.d.ts",
|
|
"import": "./dist/ledger.js"
|
|
},
|
|
"./optimizer": {
|
|
"types": "./dist/optimizer.d.ts",
|
|
"import": "./dist/optimizer.js"
|
|
},
|
|
"./headless": {
|
|
"types": "./dist/headless.d.ts",
|
|
"import": "./dist/headless.js"
|
|
},
|
|
"./persistence": {
|
|
"types": "./dist/persistence.d.ts",
|
|
"import": "./dist/persistence.js"
|
|
},
|
|
"./gateway": {
|
|
"types": "./dist/gateway.d.ts",
|
|
"import": "./dist/gateway.js"
|
|
},
|
|
"./manifest-validator": {
|
|
"types": "./dist/manifest-validator.d.ts",
|
|
"import": "./dist/manifest-validator.js"
|
|
},
|
|
"./proof": {
|
|
"types": "./dist/proof.d.ts",
|
|
"import": "./dist/proof.js"
|
|
},
|
|
"./memory-gate": {
|
|
"types": "./dist/memory-gate.d.ts",
|
|
"import": "./dist/memory-gate.js"
|
|
},
|
|
"./coherence": {
|
|
"types": "./dist/coherence.d.ts",
|
|
"import": "./dist/coherence.js"
|
|
},
|
|
"./artifacts": {
|
|
"types": "./dist/artifacts.d.ts",
|
|
"import": "./dist/artifacts.js"
|
|
},
|
|
"./capabilities": {
|
|
"types": "./dist/capabilities.d.ts",
|
|
"import": "./dist/capabilities.js"
|
|
},
|
|
"./evolution": {
|
|
"types": "./dist/evolution.d.ts",
|
|
"import": "./dist/evolution.js"
|
|
},
|
|
"./conformance-kit": {
|
|
"types": "./dist/conformance-kit.d.ts",
|
|
"import": "./dist/conformance-kit.js"
|
|
},
|
|
"./ruvbot-integration": {
|
|
"types": "./dist/ruvbot-integration.d.ts",
|
|
"import": "./dist/ruvbot-integration.js"
|
|
},
|
|
"./trust": {
|
|
"types": "./dist/trust.d.ts",
|
|
"import": "./dist/trust.js"
|
|
},
|
|
"./truth-anchors": {
|
|
"types": "./dist/truth-anchors.d.ts",
|
|
"import": "./dist/truth-anchors.js"
|
|
},
|
|
"./uncertainty": {
|
|
"types": "./dist/uncertainty.d.ts",
|
|
"import": "./dist/uncertainty.js"
|
|
},
|
|
"./temporal": {
|
|
"types": "./dist/temporal.d.ts",
|
|
"import": "./dist/temporal.js"
|
|
},
|
|
"./authority": {
|
|
"types": "./dist/authority.d.ts",
|
|
"import": "./dist/authority.js"
|
|
},
|
|
"./adversarial": {
|
|
"types": "./dist/adversarial.d.ts",
|
|
"import": "./dist/adversarial.js"
|
|
},
|
|
"./meta-governance": {
|
|
"types": "./dist/meta-governance.d.ts",
|
|
"import": "./dist/meta-governance.js"
|
|
},
|
|
"./continue-gate": {
|
|
"types": "./dist/continue-gate.d.ts",
|
|
"import": "./dist/continue-gate.js"
|
|
},
|
|
"./wasm-kernel": {
|
|
"types": "./dist/wasm-kernel.d.ts",
|
|
"import": "./dist/wasm-kernel.js"
|
|
},
|
|
"./generators": {
|
|
"types": "./dist/generators.d.ts",
|
|
"import": "./dist/generators.js"
|
|
},
|
|
"./analyzer": {
|
|
"types": "./dist/analyzer.d.ts",
|
|
"import": "./dist/analyzer.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"wasm-pkg"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json",
|
|
"clean": "rm -rf dist",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest watch",
|
|
"test:coverage": "vitest run --coverage",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@claude-flow/hooks": "^3.0.0-alpha.7",
|
|
"@claude-flow/memory": "^3.0.0-alpha.2",
|
|
"@claude-flow/shared": "^3.0.0-alpha.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.10.0",
|
|
"typescript": "^5.3.0",
|
|
"vitest": "^4.0.16"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"keywords": [
|
|
"claude-flow",
|
|
"claude-code",
|
|
"claude",
|
|
"anthropic",
|
|
"ai-agent",
|
|
"ai-governance",
|
|
"agent-governance",
|
|
"guidance",
|
|
"control-plane",
|
|
"policy-enforcement",
|
|
"enforcement-gates",
|
|
"proof-chain",
|
|
"trust-system",
|
|
"long-horizon",
|
|
"autonomous-agent",
|
|
"claude-md",
|
|
"CLAUDE.md",
|
|
"memory-governance",
|
|
"adversarial-defense",
|
|
"prompt-injection",
|
|
"wasm",
|
|
"ruvbot",
|
|
"ruv",
|
|
"ai-safety",
|
|
"agent-orchestration",
|
|
"multi-agent",
|
|
"code-generation",
|
|
"llm-governance",
|
|
"mcp",
|
|
"model-context-protocol"
|
|
],
|
|
"author": "Claude Flow Team",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ruvnet/claude-flow.git",
|
|
"directory": "v3/@claude-flow/guidance"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"tag": "v3alpha"
|
|
}
|
|
}
|