Skip to content

Commit 1223819

Browse files
claudedanielmiessler
authored andcommitted
Fix missing closing parenthesis in settings.json
Fixed syntax error on line 39 where diskutil resetFusion was missing its closing parenthesis in the permissions deny list. Fixes #51 πŸ€– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent debe1e0 commit 1223819

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@
3535
> **✨ v0.5.0 NEW:** Skills-based PAI architecture with 92.5% token reduction! Core identity now in skill description, zero hook overhead. [See details below β†’](#-recent-updates)
3636
3737

38+
<details>
39+
<summary><strong>πŸ“… 2025-10-20 - Automated Documentation Update</strong></summary>
40+
41+
- **Settings:** 1 updated
42+
43+
*Updated by pre-commit hook: 1 modified*
44+
45+
</details>
46+
47+
3848
<details>
3949
<summary><strong>πŸ“… 2025-10-19 - Automated Documentation Update</strong></summary>
4050

β€Žsettings.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"Bash(diskutil coreStorage)",
3737
"Bash(diskutil cs)",
3838
"Bash(diskutil disableJournal)",
39-
"Bash(diskutil resetFusion",
39+
"Bash(diskutil resetFusion)",
4040
"Bash(diskutil disableOwnership)",
4141
"Bash(diskutil apfs deleteContainer)",
4242
"Bash(diskutil apfs eraseVolume)",

0 commit comments

Comments
Β (0)