Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 12 additions & 7 deletions .claude/settings.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Restore _ip_risk_acceptance attribution block

This change drops the only _*_acceptance metadata from .claude/settings.json, so edits to docs/research/ip-questionable/** can still proceed (via the existing broad Bash(gh api *) allow rule) without the named-human risk attribution required by .claude/rules/human-audit-and-legal-risk-acceptance-pattern-in-settings.md (“MUST attach a named human” with operator/scope/policy/see_also). That creates an auditability regression: the risk-acceptance trail documented for this scope is no longer present at the command-permission surface where it was previously anchored.

Useful? React with 👍 / 👎.

"_ip_risk_acceptance": {
"operator": "Rodney Aaron Stainback",
"scope": "docs/research/ip-questionable/**",
"policy": "Sole maintainer of Lucent-Financial-Group accepts personal legal liability for verbatim third-party content reproduced under docs/research/ip-questionable/ per README.md in that folder. Authorization granted 2026-05-24.",
"see_also": "docs/research/ip-questionable/README.md"
},
"skillListingBudgetFraction": 0.02,
"hooks": {
"PreToolUse": [
Expand Down Expand Up @@ -64,7 +58,6 @@
"Bash(gh pr *)",
"Bash(gh issue *)",
"Bash(gh api *)",
"Bash(gh api -X PUT repos/Lucent-Financial-Group/Zeta/contents/docs/research/ip-questionable/*)",
"Bash(gh run *)",
"Bash(gh label *)",
"Bash(gh repo view *)",
Expand All @@ -90,6 +83,18 @@
"Bash(kill *)",
"Bash(pkill *)",
"Bash(open -a *)",
"Bash(brew install *)",
"Bash(brew install --cask *)",
"Bash(brew upgrade *)",
"Bash(brew list *)",
"Bash(brew --version)",
"Bash(nix *)",
"Bash(nix-env *)",
"Bash(nix-shell *)",
"Bash(nix-build *)",
"Bash(nix-store *)",
"Bash(nix-channel *)",
"Bash(darwin-rebuild *)",
"Edit",
"Write",
"WebFetch",
Expand Down
Loading