Browse Source

chore: Move justfile to tests directory

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0xDarkMatter 4 months ago
parent
commit
2776a81ca6
2 changed files with 16 additions and 1 deletions
  1. 16 1
      .claude/settings.local.json
  2. 0 0
      tests/justfile

+ 16 - 1
.claude/settings.local.json

@@ -20,7 +20,22 @@
       "Bash(found=\"$found $f\")",
       "Bash(found=\"$found $f\")",
       "Bash(})",
       "Bash(})",
       "Bash([ -n \"$found\" ])",
       "Bash([ -n \"$found\" ])",
-      "SlashCommand(/init)"
+      "SlashCommand(/init)",
+      "Bash(find:*)",
+      "Bash(winget install:*)",
+      "Bash(winget search:*)",
+      "Bash(export PATH=\"$PATH:$HOME/AppData/Local/Microsoft/WinGet/Links\")",
+      "Bash(TLDR=\"/c/Users/Mack/AppData/Local/Microsoft/WinGet/Packages/dbrgn.tealdeer_Microsoft.Winget.Source_8wekyb3d8bbwe/tldr.exe\")",
+      "Bash($TLDR --update)",
+      "Bash($TLDR git-rebase)",
+      "Bash(fc https://httpbin.org/html)",
+      "Bash(where fc:*)",
+      "Bash(firecrawl:*)",
+      "Bash(\"C:/Users/Mack/AppData/Local/Microsoft/WinGet/Links/firecrawl.cmd\" https://httpbin.org/html)",
+      "Bash(pip3 list:*)",
+      "Bash(python3:*)",
+      "Bash(where:*)",
+      "Bash(\"C:\\Users\\Mack\\AppData\\Local\\Programs\\Python\\Python313\\python.exe\" -c \"import os; print(''FIRECRAWL_API_KEY is set:'', ''Yes'' if os.getenv(''FIRECRAWL_API_KEY'') else ''No'')\")"
     ],
     ],
     "deny": [],
     "deny": [],
     "ask": []
     "ask": []

justfile → tests/justfile