agentic-loop 3.2.2 → 3.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/ralph/setup.sh +3 -1
package/package.json
CHANGED
package/ralph/setup.sh
CHANGED
|
@@ -371,7 +371,7 @@ setup_mcp() {
|
|
|
371
371
|
tmp=$(mktemp)
|
|
372
372
|
jq '.mcpServers["chrome-devtools"] = {
|
|
373
373
|
"command": "npx",
|
|
374
|
-
"args": ["-
|
|
374
|
+
"args": ["chrome-devtools-mcp@latest"]
|
|
375
375
|
}' "$claude_json" > "$tmp" && mv "$tmp" "$claude_json"
|
|
376
376
|
echo " Added chrome-devtools MCP server (debugging & inspection)"
|
|
377
377
|
added_any=true
|
|
@@ -436,6 +436,8 @@ repos:
|
|
|
436
436
|
- repo: https://github.com/allthriveai/agentic-loop
|
|
437
437
|
rev: v1.0.0
|
|
438
438
|
hooks:
|
|
439
|
+
- id: backup-db
|
|
440
|
+
name: Backup database before commit
|
|
439
441
|
- id: check-secrets
|
|
440
442
|
name: Check for hardcoded secrets
|
|
441
443
|
- id: check-hardcoded-urls
|