Commit Graph

39 Commits

Author SHA1 Message Date
horus fc6ddbd1b2 feat: Enhanced analyze - shows overview, scripts, sections, better project matching 2026-03-24 21:59:53 +01:00
horus 48a452b994 fix: ClawHub - move actions to POST, increase output font size 2026-03-24 19:00:30 +01:00
horus 88506aa423 feat: Analyze now shows which projects would benefit from skill 2026-03-24 18:53:41 +01:00
horus 28c6682f11 fix: Categories UI - click to view, not all expanded at once 2026-03-24 18:45:53 +01:00
horus 2ee9b22cec feat: Add analyze and Make My Version buttons
- Analyze shows skill description and preview
- Make My Version creates custom skill without installing from ClawHub
2026-03-24 18:43:42 +01:00
horus 5ece3001a3 feat: ClawHub categories view with top skills per category 2026-03-24 18:40:40 +01:00
horus 4c699a65a4 feat: Add sync/push buttons to ClawHub UI 2026-03-24 18:16:07 +01:00
horus 064812d730 feat: Multi-agent ClawHub management
- Agent selector (Horus, Amun, Cleo)
- Install/delete skills per agent
- Status bar showing installed skills per agent
- Popular refresh button
- Skills synced to agents-skills repo
2026-03-24 16:54:12 +01:00
horus 602dcff5b2 feat: ClawHub Marketplace in Mission Control
- /mission-control/clawhub - Search, browse skills
- Install, Analyze, or Clone skills
- API route at /api/clawhub
- Added to Council navigation
2026-03-24 16:10:36 +01:00
horus 2697a89285 fix(resume): separate JS file for resume logic
- resume-builder.js in public folder
- cleaner React component
- script loaded from public
2026-03-24 00:39:01 +01:00
horus 1052dac49c fix(resume): simplified React code 2026-03-24 00:36:39 +01:00
horus 21c4f321f3 feat(resume): copy-paste Haitham's exact HTML code
- All styling and structure preserved
- Photo upload with edit overlay
- Contenteditable sections
- LocalStorage version system
- All 4 experience entries
- All education, skills, languages
2026-03-24 00:33:45 +01:00
horus 8cd30cf5dc feat(resume): use Haitham's actual data and design
- All 4 experience entries populated
- Both education entries populated
- Skills and languages populated
- Photo upload with edit icon
- LocalStorage version system
- Print to PDF button
- Edit/Preview tabs
2026-03-24 00:29:35 +01:00
horus abbd6d2940 feat(resume): full redesign matching Haitham's design
- Circle photo frame with placeholder
- Name in sidebar and main header
- Contact with icons in gray circles
- About Me section instead of Profile
- Experience with border-left dots
- Location field in experience
- Education with location
- Skills and Languages as bullet lists
- Version manager with save/load
- Print to PDF button
2026-03-24 00:27:13 +01:00
horus 4d7073cab2 fix(resume): update preview to match Gemini's exact design
- Smaller font sizes (9-11px)
- Experience with border-left line and dots
- Education formatting with specific sizes
- Skills/Languages as bullet lists
- Main-header and section-header styling
2026-03-24 00:24:03 +01:00
horus 29312444d0 feat(resume): replace with Gemini's resume builder
- Two-column resume layout (sidebar + main)
- Edit mode with forms for all sections
- Preview mode with live resume preview
- Version saving system
- Print/Download functionality
- Personal info, Experience, Education, Skills, Languages
2026-03-24 00:22:40 +01:00
horus 746615e095 fix(pdf-viewer): load PDF.js from CDN instead of npm
- Loads PDF.js from CDN to avoid SSR issues
- Component handles loading state while PDF.js initializes
- No more dynamic import errors
2026-03-23 21:54:13 +01:00
horus 76e37e2363 fix(pdf-viewer): use PDF.js with client-side rendering
- Created PDFViewerClient component with PDF.js
- Uses dynamic import with ssr: false to avoid server-side issues
- Full page navigation and zoom controls
- Upload or load from URL
2026-03-23 21:51:16 +01:00
horus 6c605a5391 fix(pdf-viewer): fix Cloudflare blocking iframe content
- For uploaded PDFs: Show download/open buttons instead of iframe
- For URL PDFs: Use Google Docs viewer
- Works around Cloudflare's content blocking
2026-03-23 20:42:53 +01:00
horus 626a5e10ba fix(mission-control): restore Resume Builder and PDF Viewer implementations
- Resume Builder: Full resume editing (personal, experience, education, skills)
- PDF Viewer: Upload or load from URL
- Both restored from git history
2026-03-23 20:28:54 +01:00
horus fd9cbcb8a5 fix(mission-control): consistent dark theme across all pages
- All pages now use min-h-screen bg-slate-950
- Consistent card styling: bg-slate-800 rounded-xl border border-slate-700
- Fixed all hyphenated function names
- All 27 pages tested and returning 200
2026-03-23 19:35:06 +01:00
horus e33898ec2e fix(mission-control): fix hyphenated function names in pages
- PdfViewerPage, TradingChartPage, TradingReportsPage, TradingToolsPage
- TaskHistoryPage, HpSubmissionsPage, ProjectsPanelPage
- ResumeUploadPage, SystemStatusPage
2026-03-23 19:29:45 +01:00
horus 00908900c8 feat(mission-control): add BackToMC button to all pages
- Created BackToMC component
- Added to all 27 mission control pages
- Each page now has '← Back to Mission Control' button at top
- Also pushed beta to develop to sync branches
2026-03-23 18:26:37 +01:00
horus 2cee0e6513 feat(mission-control): add all missing pages
- Automation: AutoRun, ExecutionLogs, ChangeLog, Brainown, HorusAI
- Projects: Tasks, TaskHistory, Monday
- Trading: Trading Panel, Chart, Reports, Tools (placeholders)
- Leads: Lead Manager
- System: System Status, Skills Panel, Command Center, Projects Panel
- Council: Agents roster, Sessions, Council Chat, Voice
- All pages return 200 OK
2026-03-23 18:13:59 +01:00
horus 45af56d9cf feat(mission-control): restore MC tabs - temple, office, memory, claude, pdf-viewer, resume, resume-upload, temple-3d, demos
Also added:
- Memory API endpoints
- Briefs API endpoints
- AnveVoice stats API
- Claude spawn API
- TTS proxy
- Cleopatra voice widget
- api-auth middleware
2026-03-23 16:30:44 +01:00
horus d5575b58e3 SiteMente - AI-Powered Lead Generation Platform
Features:
- Mission Control dashboard
- HP Submissions tracking
- AI Agents integration
- Lead management CRM
- Marketing email templates
- Chrome extension support

Tech: Next.js, TypeScript, Tailwind CSS, MySQL
2026-03-19 17:38:12 +01:00
Horus f6d811de40 Add layout for agent pages with dark background 2026-02-27 17:49:48 +01:00
Horus d1b6a65d42 Fix Agent page dark background 2026-02-27 17:48:38 +01:00
Horus 167b845e37 Fix syntax error in Agent Config 2026-02-27 17:45:21 +01:00
Horus a97e7ca6de Fix Agent Command Center - dark theme, fixed navigation 2026-02-27 17:44:16 +01:00
Horus ab60c25f36 Fix Agent Command Center - exact BMHQ layout with white cards 2026-02-27 17:39:07 +01:00
Horus cc9dba2790 Fix transcripts: use API route for server-side fs 2026-02-27 15:25:06 +01:00
Horus d7cd81b293 Add YouTube transcripts tab to Mission Control 2026-02-27 15:00:38 +01:00
root ace78e3673 Fix: reapply all trading chart fixes + gareth 5970 frames 2026-02-22 23:36:24 +00:00
root 09f26f3b1c Revert to working version 2026-02-22 23:23:44 +00:00
root 476465ec59 Fix: docs page syntax error 2026-02-22 23:06:09 +00:00
root 9d316bd29d Add Amir as MC user 2026-02-22 16:19:46 +00:00
root 0817444dc5 Add LICENSE, README, and Docs tab to Mission Control 2026-02-22 07:33:18 +00:00
root 067be4d5a2 feat: Mission Control dashboard for project management 2026-02-16 11:22:06 +00:00