Commit Graph

2 Commits

Author SHA1 Message Date
dp-web4
b1b80bde19 fix: update storage paths to moltbot conventions
- Change default storage from ~/.web4/ to ~/.moltbot/extensions/web4-governance/
- Update documentation (README.md, ARCHITECTURE.md)
- Aligns with moltbot extension directory structure
2026-01-28 13:33:37 -08:00
dennis palatov
0fd6f72fde Add web4-governance plugin with R6 audit trails and policy engine (#3)
* Add policy engine to web4-governance (Tier 1.5)

Configurable rule-based pre-action gating via before_tool_call hook.
Rules match by tool name, category, and target pattern (glob/regex).
Decisions (allow/deny/warn) enforced or dry-run, recorded in R6 constraints.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* Add policy admin CLI: status, rules, test commands

* Add README and update ARCHITECTURE.md for Tier 1.5 policy engine

---------

Co-authored-by: dp-web4 <dp@metalinxx.io>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 13:33:35 -08:00