deepflow 0.1.58 → 0.1.59

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.
@@ -1257,6 +1257,10 @@ main() {
1257
1257
  lint_script="${PROJECT_ROOT}/bin/df-spec-lint.js"
1258
1258
  elif [[ -f "${PROJECT_ROOT}/hooks/df-spec-lint.js" ]]; then
1259
1259
  lint_script="${PROJECT_ROOT}/hooks/df-spec-lint.js"
1260
+ elif [[ -f "${PROJECT_ROOT}/.claude/hooks/df-spec-lint.js" ]]; then
1261
+ lint_script="${PROJECT_ROOT}/.claude/hooks/df-spec-lint.js"
1262
+ elif [[ -f "${HOME}/.claude/hooks/df-spec-lint.js" ]]; then
1263
+ lint_script="${HOME}/.claude/hooks/df-spec-lint.js"
1260
1264
  fi
1261
1265
 
1262
1266
  if [[ -n "$lint_script" ]]; then
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deepflow",
3
- "version": "0.1.58",
3
+ "version": "0.1.59",
4
4
  "description": "Stay in flow state - lightweight spec-driven task orchestration for Claude Code",
5
5
  "keywords": [
6
6
  "claude",