From eb72ec72d9f60f2085e82e450bc4b1bc021f61d7 Mon Sep 17 00:00:00 2001 From: Pulse Agent Date: Wed, 20 May 2026 19:53:01 -0300 Subject: [PATCH] =?UTF-8?q?docs(MEMORY):=20adiciona=20pulse-3d-landing=20?= =?UTF-8?q?=E2=80=94=20Design=20Tokens=20+=20Atomic=20Design=203D=20+=2011?= =?UTF-8?q?=20atoms?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MEMORY.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/MEMORY.md b/MEMORY.md index a1b05ae..58ea22b 100644 --- a/MEMORY.md +++ b/MEMORY.md @@ -97,3 +97,15 @@ Stack Swarm `dev` com ambiente completo de desenvolvimento: | `pulse-docs` | Guias, runbooks, ADRs | https://git.octal.tec.br/Roberto/pulse-docs | | `pulse-projects` | Rastreador de projetos | https://git.octal.tec.br/Roberto/pulse-projects | | **pulse-dev** | **Nova stack + código (commit em workspace)** | — | + +## 🎨 Design System & Web3D (nova — 2026-05-20) +- `pulse-3d-landing/` — Landing Page 3D completa (Atomic Design + Three.js) +- Atoms (11): Button, Badge, Card, Divider, GradientText, FloatingText, LightGlow, ThemeToggle, Typography, FloatingMesh, ParticleField +- Molecules (3): FloatingMesh, ParticleField, FeatureCard3d +- Organisms (2): HeroScene3d, FeaturesScene3d +- Templates (2): SceneCanvas (R3F Canvas), ThreePage (canvas + overlay) +- Pages: App.tsx com Hero + Features + About + CTA +- Tokens: space, font, color, shadow, radius, **material3d**, **camera3d**, **animation** (8 domínios) +- Stack: Vite + React 18 + TS + @react-three/fiber + drei + framer-motion +- npm install + build OK +- Dev: `cd pulse-3d-landing && npm run dev`