Compare commits

...

6 Commits

Author SHA1 Message Date
46d094460a fix: add python3 shebang to visual_pr_reviewer.py (#681)
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 32s
PR Checklist / pr-checklist (pull_request) Failing after 6m29s
Smoke Test / smoke (pull_request) Failing after 23s
Validate Config / YAML Lint (pull_request) Failing after 13s
Validate Config / JSON Validate (pull_request) Successful in 9s
Validate Config / Python Syntax & Import Check (pull_request) Failing after 38s
Validate Config / Shell Script Lint (pull_request) Failing after 1m9s
Validate Config / Cron Syntax Check (pull_request) Successful in 13s
Validate Config / Deploy Script Dry Run (pull_request) Successful in 11s
Validate Config / Playbook Schema Validation (pull_request) Successful in 20s
2026-04-15 02:46:16 +00:00
096e95660b fix: add python3 shebang to diagram_meaning_extractor.py (#681) 2026-04-15 02:46:06 +00:00
f587b1d288 fix: add python3 shebang to captcha_bypass_handler.py (#681) 2026-04-15 02:46:01 +00:00
ff852d18d8 fix: add python3 shebang to soul_eval_gate.py (#681) 2026-04-15 02:45:54 +00:00
179625ee06 fix: add python3 shebang to nostr-agent-demo.py (#681) 2026-04-15 02:45:45 +00:00
3c73fd97f4 fix: add python3 shebang to glitch_patterns.py (#681) 2026-04-15 02:45:38 +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