Skip to content

Commit 5a6c7d3

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 fc686ff commit 5a6c7d3

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:*)",
@@ -52,7 +53,8 @@
5253
"mcp__nx-mcp__nx_docs",
5354
"mcp__nx-mcp__nx_project_details",
5455
"mcp__nx-mcp__nx_workspace",
55-
"mcp__nx-mcp__nx_workspace_path"
56+
"mcp__nx-mcp__nx_workspace_path",
57+
"mcp__sequentialthinking__sequentialthinking"
5658
],
5759
"deny": []
5860
},

0 commit comments

Comments
 (0)