# Default Space Configuration
# Generated from /me/me.md → ONE unified orchestration

space:
  id: default
  title: "Your Space" # Updated from me.md company.name
  description: "Your customizable AI collaboration universe"
  public: true
  
  # MySpace-style features
  features:
    - "visiting"        # Others can visit your space
    - "templates"       # Template marketplace
    - "analytics"       # Performance tracking
    - "guestbook"       # Visitor messages
    - "top-8-agents"    # Your AI dream team

  # Social permissions
  permissions:
    chat_with_agents: true          # Visitors can chat with your agents
    copy_configs: "request"         # Request to copy configurations
    view_missions: "public"         # Public missions visible
    collaborate: "friends"          # Collaboration with connections

  # Brand identity (from me.md brand section)
  brand:
    theme: "professional"           # executive | classic-myspace | cyberpunk | kid
    colors: 
      - "#2563EB"                  # Primary
      - "#64748B"                  # Secondary  
      - "#FFFFFF"                  # Background
    logo: "assets/logo.png"
    voice: "friendly, professional, helpful"

  # Cascade workflow settings
  cascade:
    quality_gates: true             # Enable 4-level validation
    auto_handoffs: true             # Automatic level transitions
    parallel_execution: true       # Allow parallel task execution
    continuous_learning: true      # Agents learn from interactions

  # Integration settings
  integrations:
    claude_code: true              # Claude Code SDK integration
    convex: true                   # Real-time sync
    cloudflare: true               # Edge deployment
    github: false                  # GitHub integration (optional)

# Top 8 Agents (from me.md top_agents section)
top_agents:
  - name: "Personal Assistant"
    role: "Digital twin and coordinator"
    agent_id: "personal-assistant"
    cascade_level: "mission"
    
  - name: "Growth Hacker" 
    role: "Lead generation specialist"
    agent_id: "growth-hacker"
    cascade_level: "story"
    
  - name: "Content Creator"
    role: "Content creation expert"
    agent_id: "content-creator"
    cascade_level: "task"
    
  - name: "Data Analyst"
    role: "Analytics and insights"
    agent_id: "data-analyst"
    cascade_level: "agent"
    
  - name: "Tech Specialist"
    role: "Development and integration"
    agent_id: "tech-specialist"
    cascade_level: "task"
    
  - name: "Brand Designer"
    role: "Visual identity and design"
    agent_id: "brand-designer"
    cascade_level: "story"
    
  - name: "Quality Guardian"
    role: "Validation and quality assurance"
    agent_id: "quality-guardian"
    cascade_level: "agent"
    
  - name: "Strategic Planner"
    role: "Big picture planning" 
    agent_id: "strategic-planner"
    cascade_level: "mission"

# Workflow automation
workflows:
  default_cascade: "mission-story-task-agent"
  quality_validation: "rocket-framework"
  handoff_automation: true
  progress_tracking: true

# Generation templates
templates:
  mission: "mission-template.yaml"
  story: "story-template.yaml" 
  task: "task-template.yaml"
  checklist: "quality-checklist.yaml"