# Curious Endeavor #general Channel Summary

## Overview
The #general channel documents the initial setup and operational hardening of Curious Endeavor's Discord-based agency infrastructure, centered around Kitt—an AI agent that orchestrates creative work. The conversation covers system architecture, security protocols, deployment strategy, and identifies infrastructure inefficiencies that need addressing.

## Key Decisions & Outcomes
- **Kitt deployed as CEO agent**: Orchestrates work delegation to team members (Ogilvy for copy, Tatiana for visuals, Julia for research, etc.) rather than executing tasks directly
- **Security architecture established**: SSH access controlled via authorized_keys, Discord command authorization tied to Assaf's user ID, separate agent auth profiles
- **Felipe Stark granted SSH access**: Assaf approved Felipe as trusted team member with production server access (IP: 95.216.147.157)
- **Deployment overhead identified**: Current Vercel setup is over-engineered for static HTML sites (2.8GB, 158 files); team identified simpler alternatives (HTTP server + Cloudflare tunnel, or Nginx + rsync)
- **Vercel webhook bug documented**: Git pushes aren't triggering auto-deploys; manual verification of live URLs now required before claiming deployment complete

## Active/Open Items
- **Fix Vercel webhook integration** or migrate to lighter deployment method (HTTP server + tunnel or Nginx)
- **Reduce git repo bloat** (325MB in visuals folder alone) with better asset management strategy
- **Verify deployment process**: Felipe investigating optimal deployment workflow with Assaf's approval

## Key Links & References
- **Server IPs**: 95.216.147.157 (IPv4) / 2a01:4f9:c014:f208::1 (IPv6)
- **Live sites**: https://www.curiousendeavor.com, https://ce-website-peach.vercel.app
- **Key files**: AGENTS.md (operational protocols), SOUL.md (Kitt's behavioral rules), LEARNINGS.md (security lessons), openclaw.json (command authorization)