Compare commits

...

6 Commits

Author SHA1 Message Date
d89bfb04b8 fix(#681): add python3 shebang to visual_pr_reviewer.py
Some checks failed
Architecture Lint / Lint Repository (pull_request) Blocked by required conditions
Validate Config / Python Test Suite (pull_request) Blocked by required conditions
Architecture Lint / Linter Tests (pull_request) Successful in 22s
PR Checklist / pr-checklist (pull_request) Failing after 3m23s
Smoke Test / smoke (pull_request) Failing after 22s
Validate Config / YAML Lint (pull_request) Failing after 16s
Validate Config / JSON Validate (pull_request) Successful in 16s
Validate Config / Python Syntax & Import Check (pull_request) Failing after 1m6s
Validate Config / Shell Script Lint (pull_request) Failing after 37s
Validate Config / Cron Syntax Check (pull_request) Successful in 9s
Validate Config / Deploy Script Dry Run (pull_request) Successful in 10s
Validate Config / Playbook Schema Validation (pull_request) Successful in 24s
2026-04-15 02:51:59 +00:00
76f2bd3270 fix(#681): add python3 shebang to diagram_meaning_extractor.py 2026-04-15 02:51:55 +00:00
1713c9df86 fix(#681): add python3 shebang to captcha_bypass_handler.py 2026-04-15 02:51:50 +00:00
5749f340c7 fix(#681): add python3 shebang to soul_eval_gate.py 2026-04-15 02:51:45 +00:00
c4218fbcab fix(#681): add python3 shebang to nostr-agent-demo.py 2026-04-15 02:51:32 +00:00
f55e024109 fix(#681): add python3 shebang to glitch_patterns.py 2026-04-15 02:51:13 +00:00
6 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
"""
Glitch pattern definitions for 3D world anomaly detection.

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
"""
Full Nostr agent-to-agent communication demo - FINAL WORKING
"""

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
"""
Soul Eval Gate — The Conscience of the Training Pipeline

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
import json
from hermes_tools import browser_navigate, browser_vision

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
import json
from hermes_tools import browser_navigate, browser_vision

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
import json
from hermes_tools import browser_navigate, browser_vision