Consent editor· 本地 consent.json 可视化编辑器
consent.json 是纯本地文件,存在你机器的 ~/.experience-pool/consent.json。这个编辑器不会向服务器发送任何决策 — 只生成 JSON 让你下载。 上传 / 下载 / 编辑全部发生在浏览器里。
使用流程:
- Load consent.json 上传你机器现有的 consent.json(可选)
- 用下面的 UI 编辑 global / per-agent / cwd 规则
- Download 把新的 consent.json 保存下来,覆盖到
~/.experience-pool/consent.json - 或者 Copy JSON 后用 CLI 一行命令应用:
pbpaste > ~/.experience-pool/consent.json
Global default
Used when no agent/cwd rule matches.
Per-agent rules
Override the global default for a specific agent (claude-code, cursor, hermes, agents-chat, …)
(no agent overrides; all agents inherit the global mode)
Cwd glob rules
Match the working directory of the session. Higher priority than agent rules. ** matches any depth.
(no cwd rules)
Preview · consent.json
Click Download above to save to your machine, then replace ~/.experience-pool/consent.json.
{
"mode": "ask",
"default_acl": "private",
"save_pending_on_skip": true,
"agents": {},
"cwd_rules": [],
"session_overrides": {},
"version": 1
}