Files
timmy-config/bin
Alexander Whitestone 381da49747
Some checks failed
Architecture Lint / Linter Tests (pull_request) Successful in 22s
Smoke Test / smoke (pull_request) Failing after 23s
Validate Config / YAML Lint (pull_request) Failing after 24s
Validate Config / JSON Validate (pull_request) Successful in 28s
Validate Config / Python Syntax & Import Check (pull_request) Failing after 1m17s
Validate Config / Shell Script Lint (pull_request) Failing after 1m11s
Validate Config / Cron Syntax Check (pull_request) Successful in 22s
Validate Config / Deploy Script Dry Run (pull_request) Successful in 15s
Validate Config / Playbook Schema Validation (pull_request) Successful in 31s
PR Checklist / pr-checklist (pull_request) Failing after 11m13s
Architecture Lint / Lint Repository (pull_request) Has been cancelled
Validate Config / Python Test Suite (pull_request) Has been cancelled
fix: add python3 shebang to bin/glitch_patterns.py (#681)
bin/glitch_patterns.py:
  Added #!/usr/bin/env python3 as first line
  (was the only file from the issue list missing a shebang)

Other files listed in #681 already have shebangs:
  bin/nostr-agent-demo.py    ✓
  bin/soul_eval_gate.py      ✓
  scripts/captcha_bypass_handler.py ✓
  scripts/diagram_meaning_extractor.py ✓
  scripts/visual_pr_reviewer.py ✓

tests/test_shebangs.py: 2 tests + 17 subtests
  Verifies all issue-listed files have shebangs
  Verifies all bin/*.py files have shebangs
2026-04-15 21:37:22 -04:00
..