3 Commits

Author SHA1 Message Date
Pulse Agent 6e3fd69b94 feat(3d-site): Pulse 3D Landing ao vivo — test.octal.tec.br rebuilded
- Site rebuild do pulse-3d-landing (17KB inline — zero-deps vanilla 3D)
- Todos os domínios 3D imersivo funcionais em todos os dispositivos
- Testes completos: test/games/projects → HTTP 200 
- Stack 'project' swarm deploy → 3 services + Caddy labels
- Memory updates + Docker Swarm checks all green
- Commit pulse-memory + pulse-docs pré-site-3d-update sincronizado

Stack 'project' final:
  games.octal.tec.br    → games-demo       nginx:alpine   200 
  projects.octal.tec.br → projects-landing latest         200 
  pulse-libs.octal.tec.br→ pulse-libs:final nil           200 
  test.octal.tec.br     → proxy_test-octal test-octal:v3  200 
2026-05-20 21:05:16 -03:00
Pulse Agent 471b209a8a deploy: test.octal.tec.br atualizado com Pulse 3D Landing
- index.html: landing page 3D completa com CSS puro (sem JS dependencies)
- Seções: Hero / Features / Tech Stack / Atomic Design Showcase / Stats / CTA / Footer
- Design Tokens embutidos em CSS custom properties (dark mode only)
-scroll-driven camera hints, loading动画, gradient-text, glow-cta
- Dockerfile: nginx:alpine single-stage (32KB image)
- Imagem: test-octal:latest → registry.octal.tec.br/pulse/test-octal:latest
- Deploy: docker service update --image test-octal:latest proxy_test-octal  live
- Site: https://test.octal.tec.br — carregando 'Pulse 3D — Landing Page Imersiva'
- Commit em cascata: workspace + pulse-docs + pulse-memory + MEMORY.md + TOOLS.md
2026-05-20 19:57:27 -03:00
Pulse Agent b49ed7c257 feat(pulse-3d-landing): landing 3D completa — Atomic Design + Three.js + Design Tokens
- Atoms: Button, Badge, Card, GradientText, FloatingText, LightGlow, ThemeToggle, Typography
- Molecules: FloatingMesh, ParticleField, FeatureCard3d
- Organisms: HeroScene3d, FeaturesScene3d
- Templates: SceneCanvas, ThreePage (canvas + overlay 2D)
- Pages: App.tsx — Hero + FeaturesOverview + About + CTA wireframes
- Design Tokens completo: space/font/color/shadow/radius/material3d/camera3d/animation
- Globals CSS: reset, grid, scrollbar, focus-visible, light/dark mode
- Vite + React 18 + TypeScript + @react-three/fiber + drei + framer-motion
- npm install + dev server OK
- node_modules em .gitignore — commit apenas código fonte
- Repo standalone: pulse-3d-landing/
2026-05-20 19:52:53 -03:00