fix: replace python3 with py/jq throughout scripts and docs

Windows Store python3 stub returns exit 49 instead of running Python.
Replace with: py (Windows launcher) for actual Python code, jq for
simple JSON extraction. Reorder fallback loops to try py first.
Add Bash(py:*) to settings.local.json allowlist.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-20 12:14:43 -07:00
parent 056e36aeac
commit 936ea49b33
10 changed files with 19 additions and 28 deletions

View File

@@ -232,7 +232,7 @@ curl http://172.16.3.30:8001/health
# Check total contexts
curl -H "Authorization: Bearer $JWT" \
http://172.16.3.30:8001/api/conversation-contexts | \
python -c "import sys,json; print(f'Total: {json.load(sys.stdin)[\"total\"]}')"
jq -r '.total'
# Try different search term
# Instead of: search_term=dataforth%20DOS