Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
156 changes: 0 additions & 156 deletions .windsurf/admin-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,14 @@ models:
- translation
- orchestration
endpoints:
<<<<<<< HEAD
primary: "https://headysystems.com/api/brain"
=======
primary: "https://headyio.com/api/brain"
>>>>>>> a3d7d06c432bf92df85e53f8d0cf1e6c8622ccea
secondary: "https://headyio.com/api/brain-backup"
tertiary: "https://headyio.com/api/brain-emergency"
routing:
brain_first: true
<<<<<<< HEAD
fallback_to_external: false # ENFORCED
100_percent_heady: true # MANDATORY
external_blocked: true # NEW
=======
fallback_to_external: false
100_percent_heady: true
>>>>>>> a3d7d06c432bf92df85e53f8d0cf1e6c8622ccea

heady-conductor:
class: heady
Expand All @@ -76,7 +67,6 @@ models:
- quick_tasks
- code_review
endpoints:
<<<<<<< HEAD
primary: "https://headysystems.com/api"

# EXTERNAL MODELS REMOVED — 100% HEADY ONLY POLICY
Expand All @@ -94,128 +84,6 @@ model_selection_policy:
override_requires: "admin_only" # RESTRICTED
log_all_model_switches: true
external_models_blocked: true # ENFORCED
=======
primary: "https://headyio.com/api"

claude-sonnet-4:
class: claude
provider: anthropic
default_params:
temperature: 0.7
max_tokens: 8192
top_p: 0.95
top_k: 40
timeout: 120000
priority: 100
capabilities:
- code_generation
- analysis
- reasoning
- multi_modal

claude-sonnet-3.5:
class: claude
provider: anthropic
default_params:
temperature: 0.7
max_tokens: 8192
top_p: 0.95
timeout: 120000
priority: 95
capabilities:
- code_generation
- analysis
- reasoning

gpt-4o:
class: openai
provider: openai
default_params:
temperature: 0.7
max_tokens: 8192
top_p: 0.95
timeout: 120000
priority: 90
capabilities:
- code_generation
- analysis
- reasoning
- multi_modal

gpt-4o-mini:
class: openai
provider: openai
default_params:
temperature: 0.7
max_tokens: 4096
timeout: 60000
priority: 80
capabilities:
- code_generation
- quick_tasks

o1-preview:
class: openai
provider: openai
default_params:
temperature: 0.7
max_tokens: 32768
timeout: 300000
priority: 85
capabilities:
- complex_reasoning
- mathematics
- science

o1-mini:
class: openai
provider: openai
default_params:
temperature: 0.7
max_tokens: 65536
timeout: 180000
priority: 75
capabilities:
- complex_reasoning
- coding

gemini-1.5-pro:
class: gemini
provider: google
default_params:
temperature: 0.7
max_tokens: 8192
top_p: 0.95
timeout: 120000
priority: 70
capabilities:
- code_generation
- analysis
- multi_modal

gemini-1.5-flash:
class: gemini
provider: google
default_params:
temperature: 0.7
max_tokens: 8192
timeout: 60000
priority: 65
capabilities:
- quick_tasks
- code_generation

# Default Model Selection — Heady-First Policy
# HeadyBrain is used 100% of the time unless explicitly overridden.
default_model: heady-brain
fallback_model: claude-sonnet-4
model_selection_policy:
strategy: heady_first
heady_percentage: 100
allow_external_override: true
override_requires: "explicit_user_direction"
log_all_model_switches: true
>>>>>>> a3d7d06c432bf92df85e53f8d0cf1e6c8622ccea

# System Configuration
system:
Expand Down Expand Up @@ -253,18 +121,13 @@ system:
- ".DS_Store"
- "Thumbs.db"

<<<<<<< HEAD
# Security — Heady-Only Network
=======
# Security
>>>>>>> a3d7d06c432bf92df85e53f8d0cf1e6c8622ccea
allow_network_requests: true
allowed_domains:
- "api.headyio.com"
- "api.headyconnection.org"
- "me.headyio.com"
- "headyio.com"
<<<<<<< HEAD
- "headysystems.com"
- "brain.headysystems.com"
- "manager.headysystems.com"
Expand All @@ -279,28 +142,13 @@ system:
- "registry.npmjs.org" # Use Heady registry only
- "pypi.org" # Use Heady Python index only
- "cdn.jsdelivr.net" # Use Heady CDN only
=======
- "github.com"
- "registry.npmjs.org"
- "pypi.org"
- "cdn.jsdelivr.net"
blocked_domains:
- "*.malware.com"
- "*.phishing.net"
>>>>>>> a3d7d06c432bf92df85e53f8d0cf1e6c8622ccea

# Heady Integration
heady:
# API Endpoints
<<<<<<< HEAD
manager_url: "https://headysystems.com/manager"
brain_url: "https://headysystems.com/api/brain"
mcp_gateway_url: "https://headysystems.com/mcp"
=======
manager_url: "https://headyio.com/manager"
brain_url: "https://headyio.com/api/brain"
mcp_gateway_url: "https://headyio.com/mcp"
>>>>>>> a3d7d06c432bf92df85e53f8d0cf1e6c8622ccea

# Authentication
api_key: "${HEADY_API_KEY}"
Expand Down Expand Up @@ -568,11 +416,7 @@ security:
# Network
tls_verify: true
proxy_url: "${HTTP_PROXY}"
<<<<<<< HEAD
no_proxy: "internal.headyio.com,internal.headyio.com,.local"
=======
no_proxy: "localhost,127.0.0.1,.local"
>>>>>>> a3d7d06c432bf92df85e53f8d0cf1e6c8622ccea

# Backup and Recovery
backup:
Expand Down
40 changes: 0 additions & 40 deletions .windsurf/headycloud-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,8 @@
# ║ LAYER: root ║
# ╚══════════════════════════════════════════════════════════════════╝
# HEADY_BRAND:END
<<<<<<< HEAD
# HeadyCloud Optimal Development Environment Configuration
# 100% Heady Services Integration with Intelligent Orchestration
=======
# HeadyCloud Configuration - CLOUD ONLY MODE
cloud_mode:
enabled: true
primary_target: "https://headyio.com"
disable_localhost: true
enforce_cloud_first: true
fallback_to_cloud: true
local_development: false
>>>>>>> a3d7d06c432bf92df85e53f8d0cf1e6c8622ccea

version: "3.0.0"
name: HeadyCloud-Optimal-Dev-Env
Expand All @@ -47,7 +36,6 @@ headycloud:
registry_query: "/api/registry"
pattern_store: "/api/patterns"

<<<<<<< HEAD
# HeadyVM Migration Ready Configuration
headyvm:
migration_ready: true
Expand All @@ -59,11 +47,6 @@ headycloud:
# Intelligent routing with failover
routing:
primary: "headysystems.com"
=======
# Intelligent routing with failover
routing:
primary: "headyio.com"
>>>>>>> a3d7d06c432bf92df85e53f8d0cf1e6c8622ccea
fallback: "headyio.com"
emergency: "172.67.136.19"
circuit_breaker_threshold: 3
Expand Down Expand Up @@ -97,27 +80,18 @@ windsurf:
gpu_acceleration: true
cache_size_mb: 1024

<<<<<<< HEAD
# Heady services integration — 100% Heady Only
=======
# Heady services integration
>>>>>>> a3d7d06c432bf92df85e53f8d0cf1e6c8622ccea
heady_services:
brain_first_policy: true
100_percent_compliance: true
auto_recovery: true
continuous_validation: true
usage_enforcement: true
dominance_monitoring: true
<<<<<<< HEAD
external_models_blocked: true # ENFORCED
override_capability: false # DISABLED

# Model selection — Heady is the ONLY model (100% enforcement)
=======

# Model selection — Heady is the only model unless explicitly overridden
>>>>>>> a3d7d06c432bf92df85e53f8d0cf1e6c8622ccea
model_selection:
default_model: "heady-brain"
display_name: "Heady"
Expand All @@ -127,16 +101,11 @@ windsurf:
provider: "headysystems"
priority: 200
default: true
<<<<<<< HEAD
endpoint: "https://headysystems.com/api/brain"
=======
endpoint: "https://headyio.com/api/brain"
>>>>>>> a3d7d06c432bf92df85e53f8d0cf1e6c8622ccea
- id: "heady-conductor"
name: "Heady Conductor"
provider: "headysystems"
priority: 190
<<<<<<< HEAD
endpoint: "https://headysystems.com/api"
policy:
strategy: "heady_only"
Expand All @@ -145,15 +114,6 @@ windsurf:
override_requires: "admin_only" # RESTRICTED
log_all_selections: true
external_override_disabled: true # NEW
=======
endpoint: "https://headyio.com/api"
policy:
strategy: "heady_only"
heady_percentage: 100
external_models_blocked: true
override_requires: "explicit_user_direction"
log_all_selections: true
>>>>>>> a3d7d06c432bf92df85e53f8d0cf1e6c8622ccea

# ─── INTELLIGENT ORCHESTRATION ───────────────────────────────────────────
orchestration:
Expand Down
10 changes: 0 additions & 10 deletions .windsurf/model_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ models:
- embedding
- semantic_search

<<<<<<< HEAD
# Routing Policy — 100% Heady Only (No Exceptions)
routing_policy:
strategy: heady_only
Expand All @@ -89,12 +88,3 @@ routing_policy:
log_model_switches: true
external_models_blocked: true # ENFORCED
external_override_disabled: true # NEW
=======
# Routing Policy — 100% Heady
routing_policy:
strategy: heady_only
heady_percentage: 100
external_fallback: false
override_requires: explicit_user_direction
log_model_switches: true
>>>>>>> a3d7d06c432bf92df85e53f8d0cf1e6c8622ccea
Loading