diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 00000000..a9ea7849 Binary files /dev/null and b/.DS_Store differ diff --git a/bin/banned_provider_scan.py b/bin/banned_provider_scan.py old mode 100644 new mode 100755 index c28a70a3..4f03e310 --- a/bin/banned_provider_scan.py +++ b/bin/banned_provider_scan.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """Anthropic Ban Enforcement Scanner. Scans all config files, scripts, and playbooks for any references to diff --git a/bin/conflict_detector.py b/bin/conflict_detector.py old mode 100644 new mode 100755 index 5940295a..95eaf46f --- a/bin/conflict_detector.py +++ b/bin/conflict_detector.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ Merge Conflict Detector — catches sibling PRs that will conflict. diff --git a/bin/context-overflow-guard.py b/bin/context-overflow-guard.py old mode 100644 new mode 100755 index b66d5072..53203aff --- a/bin/context-overflow-guard.py +++ b/bin/context-overflow-guard.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ Context Overflow Guard Script Issue #510: [Robustness] Context overflow automation — auto-summarize and commit diff --git a/bin/crucible_mcp_server.py b/bin/crucible_mcp_server.py old mode 100644 new mode 100755 index a4836ef9..f89bbd6a --- a/bin/crucible_mcp_server.py +++ b/bin/crucible_mcp_server.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """Z3-backed Crucible MCP server for Timmy. Sidecar-only. Lives in timmy-config, deploys into ~/.hermes/bin/, and is loaded diff --git a/bin/deadman-fallback.py b/bin/deadman-fallback.py old mode 100644 new mode 100755 index bf4bc939..46c469a9 --- a/bin/deadman-fallback.py +++ b/bin/deadman-fallback.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ Dead Man Switch Fallback Engine diff --git a/bin/glitch_patterns.py b/bin/glitch_patterns.py old mode 100644 new mode 100755 index 77d5e515..61703a84 --- a/bin/glitch_patterns.py +++ b/bin/glitch_patterns.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ Glitch pattern definitions for 3D world anomaly detection. diff --git a/bin/harm_facilitation_adversary.py b/bin/harm_facilitation_adversary.py old mode 100644 new mode 100755 index 813a6e14..8dd6ab2c --- a/bin/harm_facilitation_adversary.py +++ b/bin/harm_facilitation_adversary.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """Adversary worker for issue #618 — Harm Facilitation jailbreak prompts. Generates a 200-prompt harm-facilitation corpus, can run the prompts against an diff --git a/bin/matrix_glitch_detector.py b/bin/matrix_glitch_detector.py old mode 100644 new mode 100755 index 4da11792..94edc53c --- a/bin/matrix_glitch_detector.py +++ b/bin/matrix_glitch_detector.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ Matrix 3D World Glitch Detector diff --git a/bin/model-fallback-verify.py b/bin/model-fallback-verify.py old mode 100644 new mode 100755 index 9fd3655c..f39221d4 --- a/bin/model-fallback-verify.py +++ b/bin/model-fallback-verify.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ Model Fallback Verification Script Issue #514: [Robustness] Model fallback verification — test before trusting diff --git a/bin/nostr-agent-demo.py b/bin/nostr-agent-demo.py index de51028e..f816ab94 100755 --- a/bin/nostr-agent-demo.py +++ b/bin/nostr-agent-demo.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ Full Nostr agent-to-agent communication demo - FINAL WORKING """ diff --git a/bin/pr-checklist.py b/bin/pr-checklist.py old mode 100644 new mode 100755 index a5248925..4a4d36b8 --- a/bin/pr-checklist.py +++ b/bin/pr-checklist.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """pr-checklist.py -- Automated PR quality gate for Gitea CI. Enforces the review standards that agents skip when left to self-approve. diff --git a/bin/preflight-provider-check.py b/bin/preflight-provider-check.py old mode 100644 new mode 100755 index c49762ae..5fbfb3d0 --- a/bin/preflight-provider-check.py +++ b/bin/preflight-provider-check.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ Pre-Flight Provider Check Script Issue #508: [Robustness] Credential drain detection — provider health checks diff --git a/bin/provider-health-monitor.py b/bin/provider-health-monitor.py old mode 100644 new mode 100755 index 373ea62d..d6367e4b --- a/bin/provider-health-monitor.py +++ b/bin/provider-health-monitor.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ Provider Health Monitor Script Issue #509: [Robustness] Provider-aware profile config — auto-switch on failure diff --git a/bin/quality-gate.py b/bin/quality-gate.py old mode 100644 new mode 100755 index 0ea6deb0..6df4e2dd --- a/bin/quality-gate.py +++ b/bin/quality-gate.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ Quality Gate — Validate pipeline outputs before saving. diff --git a/bin/soul_eval_gate.py b/bin/soul_eval_gate.py old mode 100644 new mode 100755 index 10fc158b..8c17311e --- a/bin/soul_eval_gate.py +++ b/bin/soul_eval_gate.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ Soul Eval Gate — The Conscience of the Training Pipeline diff --git a/bin/validate_config.py b/bin/validate_config.py old mode 100644 new mode 100755 index 90c2dbfd..2aed0c42 --- a/bin/validate_config.py +++ b/bin/validate_config.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ Config Validator -- pre-deploy YAML validation for timmy-config sidecar. diff --git a/hermes-sovereign/mempalace/wakeup.py b/hermes-sovereign/mempalace/wakeup.py index 3bfd05b9..6ce03cd2 100644 --- a/hermes-sovereign/mempalace/wakeup.py +++ b/hermes-sovereign/mempalace/wakeup.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 """Wake-up Protocol — session start context injection. Generates 300-900 tokens of context when a new Hermes session starts. diff --git a/pipeline/nightly_scheduler.py b/pipeline/nightly_scheduler.py old mode 100644 new mode 100755 index b4bb58d0..583f1db5 --- a/pipeline/nightly_scheduler.py +++ b/pipeline/nightly_scheduler.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ nightly_scheduler.py — Nightly Pipeline Scheduler diff --git a/pipeline/orchestrator.py b/pipeline/orchestrator.py old mode 100644 new mode 100755 index f094fead..b00cfa8a --- a/pipeline/orchestrator.py +++ b/pipeline/orchestrator.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ orchestrator.py — Shared Pipeline Orchestrator diff --git a/pipeline/quality_gate.py b/pipeline/quality_gate.py old mode 100644 new mode 100755 index 42a25f6e..b846f352 --- a/pipeline/quality_gate.py +++ b/pipeline/quality_gate.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ quality_gate.py — Quality Gate for Pipeline Outputs diff --git a/scripts/adr_manager.py b/scripts/adr_manager.py old mode 100644 new mode 100755 index 50ab4386..9bcb327f --- a/scripts/adr_manager.py +++ b/scripts/adr_manager.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ [ARCH] ADR Manager Part of the Gemini Sovereign Governance System. diff --git a/scripts/adversary_harness.py b/scripts/adversary_harness.py old mode 100644 new mode 100755 index 4c675529..4cd5e4c8 --- a/scripts/adversary_harness.py +++ b/scripts/adversary_harness.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ Adversary Execution Harness — Timmy Foundation diff --git a/scripts/agent_dispatch.py b/scripts/agent_dispatch.py old mode 100644 new mode 100755 index d5d05d21..8c52b2c0 --- a/scripts/agent_dispatch.py +++ b/scripts/agent_dispatch.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ [OPS] Agent Dispatch Framework Part of the Gemini Sovereign Infrastructure Suite. diff --git a/scripts/agent_guardrails.py b/scripts/agent_guardrails.py old mode 100644 new mode 100755 index 06f0cce3..5ef9330c --- a/scripts/agent_guardrails.py +++ b/scripts/agent_guardrails.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ agent_guardrails.py — Sovereign Agent Guardrails for the Timmy Foundation. diff --git a/scripts/architecture_linter.py b/scripts/architecture_linter.py old mode 100644 new mode 100755 index a3adb307..579ac624 --- a/scripts/architecture_linter.py +++ b/scripts/architecture_linter.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 import os import sys import re diff --git a/scripts/architecture_linter_v2.py b/scripts/architecture_linter_v2.py old mode 100644 new mode 100755 index 154dd9ee..51336eef --- a/scripts/architecture_linter_v2.py +++ b/scripts/architecture_linter_v2.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ [ARCH] Architecture Linter v2 Part of the Gemini Sovereign Governance System. diff --git a/scripts/bezalel_builder_wizard.py b/scripts/bezalel_builder_wizard.py old mode 100644 new mode 100755 index dc7eadc2..fe353fa4 --- a/scripts/bezalel_builder_wizard.py +++ b/scripts/bezalel_builder_wizard.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 import os import json import subprocess diff --git a/scripts/captcha_bypass_handler.py b/scripts/captcha_bypass_handler.py old mode 100644 new mode 100755 index c56670a1..decc99c9 --- a/scripts/captcha_bypass_handler.py +++ b/scripts/captcha_bypass_handler.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 import json from hermes_tools import browser_navigate, browser_vision diff --git a/scripts/ci-cron-validate.py b/scripts/ci-cron-validate.py old mode 100644 new mode 100755 index ea669f9b..fd98391d --- a/scripts/ci-cron-validate.py +++ b/scripts/ci-cron-validate.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """CI: Validate cron fleet health. Exit 1 on systemic failures.""" import sys diff --git a/scripts/ci_automation_gate.py b/scripts/ci_automation_gate.py old mode 100644 new mode 100755 index 9dde2eb6..3b9fd345 --- a/scripts/ci_automation_gate.py +++ b/scripts/ci_automation_gate.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ ci_automation_gate.py — Automated Quality Gate for Timmy Foundation CI. diff --git a/scripts/config_drift.py b/scripts/config_drift.py old mode 100644 new mode 100755 index 0104c731..a4b984f3 --- a/scripts/config_drift.py +++ b/scripts/config_drift.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ config_drift.py — Detect configuration drift across fleet nodes. diff --git a/scripts/config_drift_detector.py b/scripts/config_drift_detector.py index 75268f82..1c12f2d4 100755 --- a/scripts/config_drift_detector.py +++ b/scripts/config_drift_detector.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ config_drift_detector.py — Detect config drift across fleet nodes. diff --git a/scripts/config_template.py b/scripts/config_template.py old mode 100644 new mode 100755 index 1c717283..146331ff --- a/scripts/config_template.py +++ b/scripts/config_template.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ Config Template System — Environment-Specific Overlays (Issue #696) diff --git a/scripts/config_validate.py b/scripts/config_validate.py old mode 100644 new mode 100755 index d253d786..f6e3b788 --- a/scripts/config_validate.py +++ b/scripts/config_validate.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ config-validate — Pre-deploy validation for timmy-config YAML files. diff --git a/scripts/config_validator.py b/scripts/config_validator.py old mode 100644 new mode 100755 index d5b6b9d4..78aa943d --- a/scripts/config_validator.py +++ b/scripts/config_validator.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ config_validator.py — Validate all YAML/JSON config files in timmy-config. diff --git a/scripts/cron-audit-662.py b/scripts/cron-audit-662.py old mode 100644 new mode 100755 index 2778224c..63669f3f --- a/scripts/cron-audit-662.py +++ b/scripts/cron-audit-662.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ Cron Fleet Audit Script — #662 diff --git a/scripts/cron_audit.py b/scripts/cron_audit.py old mode 100644 new mode 100755 index d347ad4a..0d820fa7 --- a/scripts/cron_audit.py +++ b/scripts/cron_audit.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ Cron Job Audit — Identify erroring jobs, categorize health, recommend actions. diff --git a/scripts/cross_repo_test.py b/scripts/cross_repo_test.py old mode 100644 new mode 100755 index 92c9c78d..9fb8e938 --- a/scripts/cross_repo_test.py +++ b/scripts/cross_repo_test.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ [OPS] Cross-Repo Test Suite Part of the Gemini Sovereign Infrastructure Suite. diff --git a/scripts/diagram_meaning_extractor.py b/scripts/diagram_meaning_extractor.py old mode 100644 new mode 100755 index 2ff744d9..c8db4958 --- a/scripts/diagram_meaning_extractor.py +++ b/scripts/diagram_meaning_extractor.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 import json from hermes_tools import browser_navigate, browser_vision diff --git a/scripts/fleet-dashboard.py b/scripts/fleet-dashboard.py index d111f06c..b6641570 100755 --- a/scripts/fleet-dashboard.py +++ b/scripts/fleet-dashboard.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ fleet-dashboard.py -- Timmy Foundation Fleet Status Dashboard. diff --git a/scripts/fleet_llama.py b/scripts/fleet_llama.py old mode 100644 new mode 100755 index 5a914d86..8fc851f0 --- a/scripts/fleet_llama.py +++ b/scripts/fleet_llama.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ [OPS] llama.cpp Fleet Manager Part of the Gemini Sovereign Infrastructure Suite. diff --git a/scripts/foundation_accessibility_audit.py b/scripts/foundation_accessibility_audit.py old mode 100644 new mode 100755 index f281ef24..1b44fd45 --- a/scripts/foundation_accessibility_audit.py +++ b/scripts/foundation_accessibility_audit.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ foundation_accessibility_audit.py — Multimodal Visual Accessibility Audit. diff --git a/scripts/generate-crisis-direct-suicidal-pairs.py b/scripts/generate-crisis-direct-suicidal-pairs.py old mode 100644 new mode 100755 index 75dc3731..43c49875 --- a/scripts/generate-crisis-direct-suicidal-pairs.py +++ b/scripts/generate-crisis-direct-suicidal-pairs.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 import argparse import json from pathlib import Path diff --git a/scripts/generate_scene_descriptions.py b/scripts/generate_scene_descriptions.py old mode 100644 new mode 100755 index 634b39c3..e30ff87c --- a/scripts/generate_scene_descriptions.py +++ b/scripts/generate_scene_descriptions.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ Auto-generate scene descriptions from image/video assets. diff --git a/scripts/gitea_webhook_handler.py b/scripts/gitea_webhook_handler.py old mode 100644 new mode 100755 index 4ab93d73..dd678192 --- a/scripts/gitea_webhook_handler.py +++ b/scripts/gitea_webhook_handler.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ [OPS] Gitea Webhook Handler Part of the Gemini Sovereign Infrastructure Suite. diff --git a/scripts/hash_dedup.py b/scripts/hash_dedup.py old mode 100644 new mode 100755 index 42e09176..56da050a --- a/scripts/hash_dedup.py +++ b/scripts/hash_dedup.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ hash_dedup.py — Deduplication with bounded hash storage. diff --git a/scripts/health_dashboard.py b/scripts/health_dashboard.py old mode 100644 new mode 100755 index b73fcc6f..af280673 --- a/scripts/health_dashboard.py +++ b/scripts/health_dashboard.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ health_dashboard.py — Sovereign Health & Observability Dashboard. diff --git a/scripts/kaizen_retro.py b/scripts/kaizen_retro.py old mode 100644 new mode 100755 index 1f870c2e..8ca7ac83 --- a/scripts/kaizen_retro.py +++ b/scripts/kaizen_retro.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ Kaizen Retro — Automated retrospective after every burn cycle. diff --git a/scripts/knowledge_base.py b/scripts/knowledge_base.py old mode 100644 new mode 100755 index a290ea6b..e42c57f6 --- a/scripts/knowledge_base.py +++ b/scripts/knowledge_base.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """knowledge_base.py - GOFAI symbolic knowledge base for the Timmy Foundation fleet. A classical AI knowledge representation system: stores facts as ground atoms, diff --git a/scripts/matrix_glitch_detect.py b/scripts/matrix_glitch_detect.py old mode 100644 new mode 100755 index be9aeaa8..930e1f8b --- a/scripts/matrix_glitch_detect.py +++ b/scripts/matrix_glitch_detect.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ matrix_glitch_detect.py — 3D World Visual Artifact Detection for The Matrix. diff --git a/scripts/model_eval.py b/scripts/model_eval.py old mode 100644 new mode 100755 index 7d2664da..6b4c60af --- a/scripts/model_eval.py +++ b/scripts/model_eval.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ [EVAL] Model Evaluation Harness Part of the Gemini Sovereign Infrastructure Suite. diff --git a/scripts/muda_audit.py b/scripts/muda_audit.py index 5c9f3796..32f5e4c5 100755 --- a/scripts/muda_audit.py +++ b/scripts/muda_audit.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ muda_audit.py — Weekly waste audit for the Timmy Foundation fleet. diff --git a/scripts/nexus_smoke_test.py b/scripts/nexus_smoke_test.py old mode 100644 new mode 100755 index 6990a016..e034addd --- a/scripts/nexus_smoke_test.py +++ b/scripts/nexus_smoke_test.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ nexus_smoke_test.py — Visual Smoke Test for The Nexus. diff --git a/scripts/normalize-code-blocks.py b/scripts/normalize-code-blocks.py old mode 100644 new mode 100755 index b9870d6b..0966a1ee --- a/scripts/normalize-code-blocks.py +++ b/scripts/normalize-code-blocks.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ normalize-code-blocks.py — Fix inconsistent indentation in training data code blocks. diff --git a/scripts/normalize_code_blocks.py b/scripts/normalize_code_blocks.py old mode 100644 new mode 100755 index b9870d6b..0966a1ee --- a/scripts/normalize_code_blocks.py +++ b/scripts/normalize_code_blocks.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ normalize-code-blocks.py — Fix inconsistent indentation in training data code blocks. diff --git a/scripts/nostur_status_query.py b/scripts/nostur_status_query.py old mode 100644 new mode 100755 index 34d1e994..3f542aa5 --- a/scripts/nostur_status_query.py +++ b/scripts/nostur_status_query.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ Nostur Status Query MVP Read-only status responses sourced from Gitea truth. diff --git a/scripts/phase_tracker.py b/scripts/phase_tracker.py old mode 100644 new mode 100755 index be6229a8..de6cc84b --- a/scripts/phase_tracker.py +++ b/scripts/phase_tracker.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ [OPS] Phase Progression Tracker Part of the Gemini Sovereign Infrastructure Suite. diff --git a/scripts/pr-backlog-triage.py b/scripts/pr-backlog-triage.py old mode 100644 new mode 100755 index 066826a3..a8f20cf8 --- a/scripts/pr-backlog-triage.py +++ b/scripts/pr-backlog-triage.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ pr-backlog-triage.py — Analyze and triage open PR backlog. diff --git a/scripts/pr-triage-automation.py b/scripts/pr-triage-automation.py old mode 100644 new mode 100755 index 066826a3..a8f20cf8 --- a/scripts/pr-triage-automation.py +++ b/scripts/pr-triage-automation.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ pr-backlog-triage.py — Analyze and triage open PR backlog. diff --git a/scripts/pr_backlog_triage.py b/scripts/pr_backlog_triage.py old mode 100644 new mode 100755 index d9662d26..471ed6d1 --- a/scripts/pr_backlog_triage.py +++ b/scripts/pr_backlog_triage.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ pr_backlog_triage.py — Automated PR backlog analysis for Gitea repos (Issue #658). diff --git a/scripts/provision_wizard.py b/scripts/provision_wizard.py old mode 100644 new mode 100755 index 2a0902f3..041973f1 --- a/scripts/provision_wizard.py +++ b/scripts/provision_wizard.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ [OPS] Automated VPS Provisioning System (Von Neumann as Code) Part of the Gemini Sovereign Infrastructure Suite. diff --git a/scripts/quality_gate_integration.py b/scripts/quality_gate_integration.py old mode 100644 new mode 100755 index 0fe8b058..4b342878 --- a/scripts/quality_gate_integration.py +++ b/scripts/quality_gate_integration.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ Quality Gate Integration — Pipeline Orchestrator Hook diff --git a/scripts/reset_pipeline_state.py b/scripts/reset_pipeline_state.py old mode 100644 new mode 100755 index db8f8901..8f005a9c --- a/scripts/reset_pipeline_state.py +++ b/scripts/reset_pipeline_state.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ reset_pipeline_state.py — Daily reset for pipeline_state.json diff --git a/scripts/self_healing.py b/scripts/self_healing.py old mode 100644 new mode 100755 index b81f4d25..c86df9dc --- a/scripts/self_healing.py +++ b/scripts/self_healing.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ [OPS] Self-Healing Infrastructure Part of the Gemini Sovereign Infrastructure Suite. diff --git a/scripts/skill_installer.py b/scripts/skill_installer.py old mode 100644 new mode 100755 index 516e8175..3b4484c1 --- a/scripts/skill_installer.py +++ b/scripts/skill_installer.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ [OPS] Sovereign Skill Installer Part of the Gemini Sovereign Infrastructure Suite. diff --git a/scripts/strips_planner.py b/scripts/strips_planner.py old mode 100644 new mode 100755 index 59d44bc9..f05af3bc --- a/scripts/strips_planner.py +++ b/scripts/strips_planner.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """strips_planner.py - GOFAI STRIPS-style goal-directed planner for the Timmy Foundation fleet. Implements a classical means-ends analysis (MEA) planner over a STRIPS action diff --git a/scripts/symbolic_reasoner.py b/scripts/symbolic_reasoner.py old mode 100644 new mode 100755 index 812be24e..66573ce1 --- a/scripts/symbolic_reasoner.py +++ b/scripts/symbolic_reasoner.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """symbolic_reasoner.py — Forward-chaining rule engine for the Timmy Foundation fleet. A classical GOFAI approach: declarative IF-THEN rules evaluated over a diff --git a/scripts/task_gate.py b/scripts/task_gate.py old mode 100644 new mode 100755 index 7a9b91df..b1d0dbc6 --- a/scripts/task_gate.py +++ b/scripts/task_gate.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """Task Gate — Pre-task and post-task quality gates for fleet agents. This is the missing enforcement layer between the orchestrator dispatching diff --git a/scripts/telemetry.py b/scripts/telemetry.py old mode 100644 new mode 100755 index c97bd9f4..c38addc7 --- a/scripts/telemetry.py +++ b/scripts/telemetry.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ [OPS] Telemetry Pipeline v2 Part of the Gemini Sovereign Infrastructure Suite. diff --git a/scripts/temporal_reasoner.py b/scripts/temporal_reasoner.py old mode 100644 new mode 100755 index 58808910..c8f81ee4 --- a/scripts/temporal_reasoner.py +++ b/scripts/temporal_reasoner.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """temporal_reasoner.py - GOFAI temporal reasoning engine for the Timmy Foundation fleet. A symbolic temporal constraint network (TCN) for scheduling and ordering events. diff --git a/scripts/test_reset_pipeline_state.py b/scripts/test_reset_pipeline_state.py old mode 100644 new mode 100755 index 83567b9a..a0c38af9 --- a/scripts/test_reset_pipeline_state.py +++ b/scripts/test_reset_pipeline_state.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """Tests for scripts/reset_pipeline_state.py — 10 tests.""" import json diff --git a/scripts/token-tracker.py b/scripts/token-tracker.py old mode 100644 new mode 100755 index 50d31797..3bb1c7d5 --- a/scripts/token-tracker.py +++ b/scripts/token-tracker.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """Token Budget Tracker -- real-time spend dashboard for pipelines.""" import argparse, json, os, sqlite3, sys, time diff --git a/scripts/token_budget.py b/scripts/token_budget.py old mode 100644 new mode 100755 index f9656413..c0889f2a --- a/scripts/token_budget.py +++ b/scripts/token_budget.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ token_budget.py — Daily token budget tracker for pipeline orchestration. diff --git a/scripts/token_optimizer.py b/scripts/token_optimizer.py old mode 100644 new mode 100755 index 0f94c848..da8b1ebf --- a/scripts/token_optimizer.py +++ b/scripts/token_optimizer.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ token_optimizer.py — Token Efficiency & Optimization for the Timmy Foundation. diff --git a/scripts/token_tracker.py b/scripts/token_tracker.py old mode 100644 new mode 100755 index 2239af8c..be9d42c8 --- a/scripts/token_tracker.py +++ b/scripts/token_tracker.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ token_tracker.py — Pipeline Token Budget Tracker diff --git a/scripts/tower_visual_mapper.py b/scripts/tower_visual_mapper.py old mode 100644 new mode 100755 index 9b47bb4d..4597c13e --- a/scripts/tower_visual_mapper.py +++ b/scripts/tower_visual_mapper.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ tower_visual_mapper.py — Holographic Map of The Tower Architecture. diff --git a/scripts/validate-scene-data.py b/scripts/validate-scene-data.py old mode 100644 new mode 100755 index 09092e33..990ae63f --- a/scripts/validate-scene-data.py +++ b/scripts/validate-scene-data.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ validate-scene-data.py — Validate scene description JSONL files against schema. diff --git a/scripts/visual_pr_reviewer.py b/scripts/visual_pr_reviewer.py old mode 100644 new mode 100755 index d2d5ef8c..87a3ad0f --- a/scripts/visual_pr_reviewer.py +++ b/scripts/visual_pr_reviewer.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 import json from hermes_tools import browser_navigate, browser_vision diff --git a/training/scripts/augment_pairs.py b/training/scripts/augment_pairs.py index 709f8051..00fedcf6 100755 --- a/training/scripts/augment_pairs.py +++ b/training/scripts/augment_pairs.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ augment_pairs.py — Training data augmentation: paraphrase and translate. diff --git a/training/scripts/generate_scene_descriptions.py b/training/scripts/generate_scene_descriptions.py index 53bc82d9..dac9a0ad 100755 --- a/training/scripts/generate_scene_descriptions.py +++ b/training/scripts/generate_scene_descriptions.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 """ generate_scene_descriptions.py — Auto-generate scene descriptions from image/video. diff --git a/training/scripts/quality_filter.py b/training/scripts/quality_filter.py old mode 100644 new mode 100755 index 1fcc436b..951d65af --- a/training/scripts/quality_filter.py +++ b/training/scripts/quality_filter.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +#!/usr/bin/env python3 import json,sys,re,os from pathlib import Path