Skip to content

Commit 474b8fd

Browse files
committed
chore: update settings and improve cascade_complete_taskless_steps safety and performance
- Added new Bash pattern for PGPASSWORD in settings.json - Included new mcp__sequentialthinking__sequentialthinking in settings - Enhanced cascade_complete_taskless_steps with iteration limit to prevent infinite loops - Added safety counter and exception handling for robustness - Improved documentation with detailed comments on safety and performance considerations
1 parent f462cf0 commit 474b8fd

19 files changed

+1565
-615
lines changed

.claude/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"Bash(./scripts/atlas-migrate-diff:*)",
55
"Bash(./scripts/atlas-migrate-hash:*)",
66
"Bash(./scripts/run-test-with-colors:*)",
7+
"Bash(PGPASSWORD=postgres psql -h 127.0.0.1 -p 50422 -U postgres -d postgres -c:*)",
78
"Bash(bin/run-test-with-colors:*)",
89
"Bash(cat:*)",
910
"Bash(cd:*)",
@@ -51,7 +52,8 @@
5152
"mcp__nx-mcp__nx_docs",
5253
"mcp__nx-mcp__nx_project_details",
5354
"mcp__nx-mcp__nx_workspace",
54-
"mcp__nx-mcp__nx_workspace_path"
55+
"mcp__nx-mcp__nx_workspace_path",
56+
"mcp__sequentialthinking__sequentialthinking"
5557
],
5658
"deny": []
5759
},

0 commit comments

Comments
 (0)