agentic-loop 3.7.1 → 3.7.2

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.
@@ -22,7 +22,7 @@
22
22
  # Security checks (blocking - these will fail the commit)
23
23
  - id: check-env-files
24
24
  name: Block .env files from commit
25
- entry: bash -c 'echo "ERROR: .env files should not be committed. Add to .gitignore." && exit 1'
25
+ entry: "bash -c 'echo ERROR: .env files should not be committed && exit 1'"
26
26
  language: system
27
27
  files: '\.env($|\.)'
28
28
  pass_filenames: false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentic-loop",
3
- "version": "3.7.1",
3
+ "version": "3.7.2",
4
4
  "description": "Autonomous AI coding loop - PRD-driven development with Claude Code",
5
5
  "author": "Allie Jones <allie@allthrive.ai>",
6
6
  "license": "MIT",