Commit Graph

14 Commits

Author SHA1 Message Date
tony
1ec3b459bc Fix logo scaling and positioning across screen sizes
- Enhanced responsive breakpoints for 5 screen size categories
- Fixed logo centering with flexbox at multiple container levels
- Added proper CSS centering for Three.js canvas element
- Improved logo container positioning and aspect ratio handling
- Logo now scales from 4rem (mobile) to 16rem (desktop) appropriately

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-27 20:34:54 +10:00
tony
4ed167e734 Update branding assets and deployment configurations
- Enhanced moebius ring logo design in Blender
- Updated Docker Compose for website-only deployment with improved config
- Enhanced teaser layout with updated branding integration
- Added installation and setup documentation
- Consolidated planning and reports documentation
- Updated gitignore to exclude Next.js build artifacts and archives

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-27 07:45:08 +10:00
tony
8162496c11 fix: Update address in privacy policy footer
- Changed address from "Lucas" to "Ballarat, Victoria 3350, Australia"
- Ensures consistency with main site footer address
- Privacy policy now shows correct business location

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-26 15:44:38 +10:00
tony
4aef079def feat: Update address and reduce logo size
- Changed footer address from "Lucas" to "Ballarat, Victoria 3350, Australia"
- Reduced main logo size by removing large breakpoint (lg:w-[512px])
- Logo now maxes out at medium size (384px) for better proportions
- Maintains mobile (128px) and tablet (384px) responsive sizing

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-26 15:37:45 +10:00
tony
843f6bc252 feat: Add complete favicon package and update copyright
- Added favicon.ico, favicon-16x16.png, favicon-32x32.png (already present)
- Added android-chrome-192x192.png and android-chrome-512x512.png for Android
- Added apple-touch-icon.png for iOS devices
- Added site.webmanifest for PWA support
- Updated footer copyright from "Deep Black Cloud" to "Anthony Rawlins"

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-26 14:32:52 +10:00
tony
68cfaf7c63 feat: Update CHORUS mission statement with enhanced technical detail
- Added more comprehensive explanation of CHORUS context management system
- Explains differentiation from RAG and Git through role-based awareness
- Highlights temporal shift management and business intelligence capabilities
- Added new CSS utility class for left-aligned text with improved line height
- Enhanced copy emphasizes auditability and strategic decision context

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-26 14:28:39 +10:00
tony
c8fb816775 feat: Add CHORUS teaser website with mobile-responsive design
- Created complete Next.js 15 teaser website with CHORUS brand styling
- Implemented mobile-responsive 3D logo (128px mobile, 512px desktop)
- Added proper Exo font loading via Next.js Google Fonts for iOS/Chrome compatibility
- Built comprehensive early access form with GDPR compliance and rate limiting
- Integrated PostgreSQL database with complete schema for lead capture
- Added scroll indicators that auto-hide when scrolling begins
- Optimized mobile modal forms with proper scrolling and submit button access
- Deployed via Docker Swarm with Traefik SSL termination at chorus.services
- Includes database migrations, consent tracking, and email notifications

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-26 13:57:30 +10:00
tony
e73df0b20d Code reorg 2025-08-23 09:06:12 +10:00
tony
4511f4c801 Pre-cleanup snapshot - all current files
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-05 02:32:45 +10:00
tony
b7553856f5 feat: Add comprehensive brand system and website architecture documentation
This commit adds the complete CHORUS Services brand system and documentation:

BRAND ASSETS:
- Complete CHORUS brand guide with visual identity standards
- Comprehensive typography system with Exo font family
- Color system documentation (Carbon Black, Walnut Brown, Brushed Aluminum)
- Brand usage guidelines and logo specifications
- Website mockup concepts and design assets
- Texture assets for brand consistency

WEBSITE SUBMODULE UPDATE:
- Update to latest commit (7774d7e) with full brand system implementation
- Includes typography system, design tokens, and component updates
- Production-ready brand application across all website components

DOCUMENTATION:
- Website Architecture Strategy: Next.js 13+ with Ant Design 5+ technical specs
- UX Design Strategy: User experience and interface design principles
- Website Functionality Audit: Feature requirements and technical specifications
- Network Validation Report: Infrastructure and deployment validation

ASSETS STRUCTURE:
- /brand-assets/fonts/ - Complete Exo font family with licensing
- /brand-assets/colors/ - Color system documentation
- /brand-assets/typography/ - Typography hierarchy specifications
- /brand-assets/guidelines/ - Brand usage and implementation guidelines
- /brand-assets/mockups/ - Website design concepts and layouts
- /brand-assets/textures/ - Visual texture assets for brand consistency

This establishes the complete foundation for CHORUS Services brand identity
and provides comprehensive documentation for consistent implementation
across all marketing and product materials.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-02 22:13:32 +10:00
tony
4c2806d4ff Integrate CHORUS Services website as git submodule
INTEGRATION COMPLETE:
- Initialize git repository in website directory with all project files
- Add website as git submodule in modules/website/ following existing structure
- Update .gitmodules to include website submodule configuration
- Update build-and-push.sh to reference modules/website instead of website
- Fix website build configuration for Docker compatibility

SUBMODULE STRUCTURE:
modules/
├── bzzz/     # P2P Agent Coordination
├── slurp/    # Context Management (HCFS)
├── whoosh/   # Orchestration Platform
└── website/  # Marketing Website (NEW)

BUILD SYSTEM INTEGRATION:
- ./chorus.sh build works with submodule structure
- ./build-and-push.sh website builds from modules/website
- Docker stack deploy continues to work with existing configuration
- All existing CHORUS infrastructure maintains compatibility

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-02 14:00:28 +10:00
tony
9dafa8bcd9 feat: update WHOOSH submodule with agent roles integration
- Merged feature/agent-roles-integration branch to master
- Added comprehensive agent role management system
- Includes AgentManagement, AgentRoleSelector, and CollaborationDashboard components
- Updated database schema with agent roles and Gitea support
- Fixed production deployment URLs and registry integration
- WHOOSH now ready for role-based orchestration in CHORUS Services

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-01 10:09:40 +10:00
tony
214773f3fa feat: update BZZZ submodule with agent roles integration
- Merged feature/agent-roles-integration branch to main
- Added comprehensive agent role integration from Bees-AgenticWorkers
- Includes role-based configuration, collaboration, and topic subscription
- Fixed Docker and import issues for CHORUS Services integration
- BZZZ now ready for role-based multi-agent coordination

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-01 10:05:05 +10:00
tony
4b0d1577c5 Add core modules as git submodules
- modules/bzzz: P2P agent coordination system (Go + libp2p)
- modules/slurp: Context management system (Python + FastAPI)
- modules/whoosh: Orchestration platform (Python + React)

Submodules enable unified CHORUS Services platform while maintaining
independent development of each component.
2025-08-01 09:13:16 +10:00