Commit Graph

3 Commits

Author SHA1 Message Date
Claude
8f18c98489 🎨 Restore original digital-branding.css from git history
**Problem:** CSS file was accidentally deleted in cleanup commit `2f17475` but template still references it

**Solution:** Recovered original CSS from commit `3fac20f` with proper design system integration

**Original CSS Features:**
 Uses CSS custom properties from base design system (--primary-blue, --gradient-hero, etc.)
 Follows existing design patterns from homepage and other pages
 Proper responsive design with clamp() functions for fluid scaling
 Consistent with site's visual identity and branding
 Professional gradients, shadows, and animations
 Mobile-first responsive design approach

**Impact:** Digital branding page now displays correctly with proper styling

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-14 22:47:03 +05:30
Claude
2f17475445 🧹 Major codebase cleanup - remove obsolete files and reduce project bloat
Removed obsolete files across multiple categories:
- AGENTS_APP_RECREATION_GUIDE.md (640 lines) - obsolete recreation guide
- 4 HTML prototype files (agent_template_prototype.html, social_ads*.html, workflow_template.html)
- Log files and database dumps (netcop.log, server.log, local_database_dump.json, docs_update_summary.txt)
- 6 obsolete test files for old agent systems and webhooks
- 4 unused static JS files (data-analyzer.js, workflows*.js, text-summarizer.js)
- 2 unused CSS files (digital-branding.css, workflows.css)

This cleanup reduces codebase size significantly while maintaining all 8 active agents and core functionality.
File-based agent system remains fully operational with streamlined, relevant files only.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-14 09:42:56 +05:30
Claude
3fac20fe28 🎯 Complete dual integration architecture with JotForm and digital branding
- Add CyberSec Career Navigator with JotForm white-label integration
- Implement direct access agent system alongside webhook agents
- Add digital branding services page with SOSTAC+RACE methodology
- Create dual integration patterns: webhook vs direct access flows
- Clean up unused form API endpoints for streamlined architecture
- Add career navigator management command and templates
- Update marketplace with conditional logic for different agent types
- Fix UI consistency issues (remove category labels, fix animations)
- Update documentation to reflect new dual architecture

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-02 10:47:16 +05:30