DJ-Goanna-Coding/oppo-node
0
1app:2 name: "VAMGUARD TITAN - HuggingFace Space Manager"3 version: "1.0.0"4 description: "Automated GitHub to HuggingFace synchronization with AI agent"5 6spaces:7 # One-way data diode: GitHub (source of truth) -> Hugging Face.8 # Target namespace: DJ-Goanna-Coding (double-N rift).9 primary:10 name: "vamguard-titan-bridge"11 namespace: "DJ-Goanna-Coding"12 type: "streamlit"13 auto_sync: true14 15 mapping_inventory:16 name: "mapping-and-inventory"17 namespace: "DJ-Goanna-Coding"18 type: "streamlit"19 auto_sync: true20 21 # Citadel Mesh spokes — wired into the deployment grid alongside the22 # primary bridge. All target the same DJ-Goanna-Coding (double-N) namespace.23 citadel_vortex:24 name: "citadel-vortex"25 namespace: "DJ-Goanna-Coding"26 type: "streamlit"27 auto_sync: true28 29 oppo_node:30 name: "oppo-node"31 namespace: "DJ-Goanna-Coding"32 type: "streamlit"33 auto_sync: true34 35 citadel_agentic_swarm:36 name: "citadel-agentic-swarm"37 namespace: "DJ-Goanna-Coding"38 type: "streamlit"39 auto_sync: true40 41 perimeter_scout:42 name: "perimeter-scout"43 namespace: "DJ-Goanna-Coding"44 type: "streamlit"45 auto_sync: true46 47sync:48 enabled: true49 interval_minutes: 3050 exclude_patterns:51 - "*.pyc"52 - "__pycache__"53 - ".git"54 - ".env"55 - "*.log"56 - ".venv"57 - "venv"58 59 include_extensions:60 - ".py"61 - ".md"62 - ".yaml"63 - ".yml"64 - ".json"65 - ".txt"66 - ".toml"67 68agent:69 model: "claude-sonnet-4-5-20250929"70 max_tokens: 409671 temperature: 0.772 capabilities:73 - file_management74 - code_analysis75 - space_deployment76 - automation77 78audit:79 enabled: true80 output_format: "json"81 create_archive: true82 archive_format: "tar.gz"83 source_directories:84 - "."85 exclude_from_audit:86 - ".git"87 - "__pycache__"88 - ".venv"89 - "*.pyc"90 