2 Commits
Author SHA1 Message Date
Carlos Azaustre 6b063f79f6 chore: remove personal data, make config env-driven
- about/page.tsx: rewritten using BRANDING constants (no hardcoded names/locations)
- branding.ts: added agentLocation, birthDate, agentAvatar, agentDescription
- .env.example: added new branding vars with generic defaults
- agentsConfig.ts: removed personal agent names/roles, generic defaults
- agents/route.ts: removed hardcoded personal agent fallbacks
- public/office/: removed (2D sprites, replaced by 3D office)
- public/models/*.glb: removed personal agent models (user must add their own)
- public/models/README.md: rewritten as generic setup guide
- public/tenacitas-avatar.jpg: removed personal avatar
- Deleted: DESIGN-BRIEF.md, IMPLEMENTATION-STATUS.md, OPEN-SOURCE-CHECKLIST.md, ROADMAP-OFFICE-3D.md
2026-02-21 13:02:23 +00:00
Carlos Azaustre ab2d4cb306 feat: initial public release 🚀
- OpenClaw Mission Control dashboard
- Auth with rate limiting and secure cookie handling
- API routes protected by middleware authentication
- Terminal with safe command allowlist
- File browser, cron manager, activity feed
- Office 3D view with agent avatars
- Cost tracking and analytics
- Configurable branding via env vars
2026-02-21 12:34:54 +00:00