openclaw/extensions/web4-governance/package.json
dp-web4 aa15d95986 Add web4-governance extension for AI governance with R6 workflow
Adds lightweight AI governance extension with:
- R6 workflow formalism (Rules, Role, Request, Reference, Resource → Result)
- Session start/end hooks for session tracking and audit initialization
- Before/after tool call hooks for R6 request logging and audit trails
- /audit command for generating governance reports
- Hash-linked audit chain for verifiable provenance

The extension provides transparent accountability for AI agent actions
without impeding productivity, using a policy-based approach that
can be customized per team or organization.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-27 12:27:14 -08:00

27 lines
558 B
JSON

{
"name": "web4-governance",
"version": "1.0.0",
"description": "Lightweight AI governance with R6 workflow formalism and audit trails for Moltbot",
"type": "module",
"main": "index.ts",
"scripts": {},
"keywords": [
"governance",
"audit",
"trust",
"r6",
"provenance",
"web4"
],
"author": "Web4 Contributors <web4@metalinxx.io>",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"moltbot": "workspace:*"
},
"repository": {
"type": "git",
"url": "https://github.com/dp-web4/web4"
}
}