This website requires JavaScript.
3e4724007c
feat: add preview pages, real content factory, and fix api sorting
main
cawcenter
2025-12-15 13:50:17 -05:00
08298f3e79
feat: add global dev status banner to admin layout
cawcenter
2025-12-15 13:44:28 -05:00
d4df588067
fix: restore god mode specific colors in tailwind config
cawcenter
2025-12-15 13:37:01 -05:00
7748f9d83b
update astro config for site url and prefetching
cawcenter
2025-12-15 13:31:17 -05:00
68fd2b9e7c
fix: resolve ContentTable import typo breaking build
cawcenter
2025-12-15 12:50:21 -05:00
0760450a6d
feat: Add God Mode Command Center dashboard
cawcenter
2025-12-15 12:21:30 -05:00
7eb882a906
Add direct SQL deploy handler to God Mode API
cawcenter
2025-12-15 09:07:30 -05:00
701ac12d57
Migrate Engines to God Mode and add Directus Shim
cawcenter
2025-12-14 18:51:56 -05:00
e2953a37c4
🔱 VALHALLA: Enforce strict usage of DATABASE_URL
cawcenter
2025-12-14 18:15:59 -05:00
c6a7ff286d
🔱 VALHALLA: Added standalone God Mode app (independent container)
cawcenter
2025-12-14 17:55:01 -05:00
c51dbc716e
🛡️ SAFETY: Limit container restarts to 5 attempts + use npm install
cawcenter
2025-12-14 17:35:10 -05:00
b13c05aabd
🔧 FIX: Use npm install instead of npm ci for more reliable builds
cawcenter
2025-12-14 17:29:35 -05:00
486fe3c1be
🔧 FIX: Regenerate package-lock.json for npm ci
cawcenter
2025-12-14 17:21:08 -05:00
c8592597f8
🛡️ SAFETY: Make SQL schema non-fatal with timeout
cawcenter
2025-12-14 15:24:50 -05:00
3cd7073ecc
🔱 GOD PANEL: Visual diagnostics dashboard
cawcenter
2025-12-14 15:17:14 -05:00
acc4d2fe1b
🔱 Enhanced backdoor with Redis + Directus checks
cawcenter
2025-12-14 15:13:38 -05:00
c8c0ced446
🔱 BACKDOOR: Direct PostgreSQL access when Directus is down
cawcenter
2025-12-14 15:09:53 -05:00
6465c3d1f8
🔧 FIX: Prevent 'role root does not exist' PostgreSQL error
cawcenter
2025-12-14 15:05:35 -05:00
212e951b78
🔱 GOD MODE: Auto-uses GOD_MODE_TOKEN for ALL requests
cawcenter
2025-12-14 14:57:46 -05:00
bc6839919c
🔱 GOD MODE CLI: Persistent API access with no connection limits
cawcenter
2025-12-14 14:54:09 -05:00
0a20519bf4
🔐 PERMISSIONS GRANT PROTOCOL v1.0: Auto-unlock new collections
cawcenter
2025-12-14 14:38:42 -05:00
bbf2127f5d
🚀 STABILITY PATCH v1.0: Added 13 missing tables to Golden Schema
cawcenter
2025-12-14 14:32:23 -05:00
846b07e080
🔍 QC Update: Added P0 items for Auto-SEO and Kanban verification
cawcenter
2025-12-14 14:23:54 -05:00
9eb8744a5c
🔍 QC Audit: Identified gaps between documented and implemented features
cawcenter
2025-12-14 14:14:19 -05:00
4c632b6229
📚 Comprehensive Documentation Suite (Mil-Spec/IBM Redbook Style)
cawcenter
2025-12-14 13:58:28 -05:00
260baa2f4b
�� Add deployment workflow documentation for Coolify
cawcenter
2025-12-14 13:31:20 -05:00
9c49d6f26a
🔧 TypeScript Schema Fixes: Complete type safety for Directus SDK
cawcenter
2025-12-14 13:30:43 -05:00
25c934489c
🚀 Deployment Fix: Add TypeScript env types and SSR-safe URL detection
cawcenter
2025-12-14 13:28:25 -05:00
a74a4e946d
Refactor Directus types: rename to schemas.ts, fix imports, and resolve type errors
cawcenter
2025-12-14 12:48:08 -05:00
99f406e998
schema: implement Golden Schema with Harris Matrix ordering + Directus UI config
cawcenter
2025-12-14 12:21:17 -05:00
29337e8f42
fix: add missing parent tables and correct field names in schema
cawcenter
2025-12-14 12:15:06 -05:00
1340a98663
docs: add comprehensive Harris matrix and schema dependency analysis
cawcenter
2025-12-14 12:14:06 -05:00
658d18f1c8
fix(directus): resolve critical deployment issues
cawcenter
2025-12-14 11:45:09 -05:00
ce3089da41
fix: start.sh PostgreSQL user and proper env var quoting
cawcenter
2025-12-14 11:37:04 -05:00
52393ea2dd
fix: add TypeScript types to godMode client library
cawcenter
2025-12-14 11:28:22 -05:00
d26643b5fe
feat: god-mode expansion with schema management, site provisioning, and schema-as-code
cawcenter
2025-12-14 11:26:32 -05:00
f9947e81af
feat: add god-mode API and auto-permissions - SECURE TOKEN IN COOLIFY ENV ONLY
cawcenter
2025-12-14 11:13:34 -05:00
6d9209553e
feat: simplify domain architecture - consolidate to spark.jumpstartscaling.com
cawcenter
2025-12-14 11:00:17 -05:00
060ff6420b
docs: add Coolify terminal deployment guide with automation options
cawcenter
2025-12-14 10:51:12 -05:00
dda640fd85
docs: add fresh deployment guide and automated setup script
cawcenter
2025-12-14 10:49:03 -05:00
273fc0ee37
docs: add domain configuration fix documentation
cawcenter
2025-12-14 10:43:18 -05:00
3ffd081ccd
fix: correct domain configuration - frontend connects to spark.jumpstartscaling.com for API
cawcenter
2025-12-14 10:43:05 -05:00
8a85a3d94a
docs: add preview links implementation guide
cawcenter
2025-12-14 10:38:03 -05:00
df8dd18a43
feat: add preview button to sites and create site preview page
cawcenter
2025-12-14 10:37:18 -05:00
6a4de68319
docs: add final deployment verification report
cawcenter
2025-12-14 10:34:41 -05:00
7fbe2d7ae9
docs: add complete frontend debugging summary with dev tools usage
cawcenter
2025-12-14 10:31:16 -05:00
21a923de29
fix: add CoreProvider to AdminLayout to fix QueryClient error on all admin pages
cawcenter
2025-12-14 10:30:27 -05:00
005b0fcd9e
docs: add frontend database connection troubleshooting guide
cawcenter
2025-12-14 10:24:09 -05:00
ab8511ffcd
fix: update frontend PUBLIC_DIRECTUS_URL to launch.jumpstartscaling.com
cawcenter
2025-12-14 10:23:24 -05:00
c7e6dcb18b
fix: update Directus PUBLIC_URL to launch.jumpstartscaling.com for frontend compatibility
cawcenter
2025-12-14 10:22:30 -05:00
517a7281e4
docs: add live alpha deployment confirmation and AI agent onboarding guide
cawcenter
2025-12-14 10:18:47 -05:00
7b95b7251d
feat: complete database schema with all 39 tables and foreign key relationships
cawcenter
2025-12-14 10:16:01 -05:00
40e6b6465b
feat: add final 3 collections (article_templates, avatars, campaigns) - complete frontend-backend alignment
cawcenter
2025-12-14 09:37:05 -05:00
15c547d21d
feat: add all missing collections (locations, forms, content_modules, offer_blocks_universal)
cawcenter
2025-12-14 09:36:42 -05:00
6b1000c136
fix: Intelligence Library schema - add slug, tech_stack, identity fields and geo_clusters/geo_locations collections
cawcenter
2025-12-14 09:34:52 -05:00
65ea0971aa
feat: update schema to match frontend types - add globals, navigation, and missing fields
cawcenter
2025-12-14 09:32:13 -05:00
4842ddfe29
fix: rename postgres volume to postgres-data-fresh to force new database creation
cawcenter
2025-12-14 09:18:21 -05:00
80008ddcfd
fix: use default postgres user (always exists) instead of custom user
cawcenter
2025-12-14 09:14:20 -05:00
716ca8a9a9
fix: remove env_file to prevent credential override, add .env.production template
cawcenter
2025-12-14 09:12:02 -05:00
f2121e19e3
fix: use existing database credentials (bbdf554) to match initialized volume
cawcenter
2025-12-14 09:07:05 -05:00
3acd8b6330
feat: fully self-contained docker-compose with hardcoded credentials (no env vars needed)
cawcenter
2025-12-14 09:01:46 -05:00
64ecc8024f
feat: Heavy Duty config with Git URL syntax, maxed limits (500mb payload, 200 DB connections), and Coolify labels
cawcenter
2025-12-14 08:59:44 -05:00
99ec2fb951
fix: use Coolify-native labels (coolify.fqdn) for automatic domain configuration
cawcenter
2025-12-14 08:42:21 -05:00
efab6dafa9
fix: Coolify-friendly docker-compose with deployment guide
cawcenter
2025-12-14 08:25:54 -05:00
cd77908acd
fix: clean docker-compose.yaml with official Directus image and proper health checks
cawcenter
2025-12-14 08:20:52 -05:00
d392ecc618
fix: bootstrap script now persists credentials across restarts
cawcenter
2025-12-14 08:18:11 -05:00
8044630fc5
feat: update Directus Dockerfile to use bootstrap script with auto-generated credentials
cawcenter
2025-12-14 08:07:21 -05:00
f52372a29f
feat: add bootstrap script for auto-generated credentials on fresh install
cawcenter
2025-12-14 08:06:56 -05:00
fc88ad4240
refactor: use environment variables in docker-compose
cawcenter
2025-12-14 00:29:55 -05:00
75f36d35db
feat: hardcode all environment variables for fresh deployment
cawcenter
2025-12-14 00:20:58 -05:00
ed815ddfd5
fix(frontend): remove invalid prop from ReactQueryDevtools
cawcenter
2025-12-13 22:53:36 -05:00
789a423b6f
feat: add global debug toolbar with console capture and backend health check
cawcenter
2025-12-13 22:53:14 -05:00
be0bb9766d
fix(frontend): robust error handling in fetchers and fix UUID casting
cawcenter
2025-12-13 22:49:08 -05:00
6add486fe8
fix: disable directus pressure limiter and increase db pool
cawcenter
2025-12-13 22:47:26 -05:00
a924d90de5
feat: consolidate schema and fix frontend type errors
cawcenter
2025-12-13 22:00:00 -05:00
987958c8b9
docs: Update Bot Onboarding Guide to Release Readiness
cawcenter
2025-12-13 21:29:55 -05:00
79feba84fb
docs: Handover updates for Roadmap, Plans and Verification guides
cawcenter
2025-12-13 21:27:53 -05:00
0d59885144
docs: Update session summary with routing fixes
cawcenter
2025-12-13 21:26:30 -05:00
9ae496fd85
fix: Restore broken admin routes and fix article list
cawcenter
2025-12-13 21:23:29 -05:00
357c52c99f
fix: Align article fields in frontend engine
cawcenter
2025-12-13 21:15:51 -05:00
f7dd7b41b5
feat: Implement Frontend Engine (Router + BlockRenderer)
cawcenter
2025-12-13 21:15:11 -05:00
93734c8966
fix: Update preview logic to support page blocks
cawcenter
2025-12-13 21:09:09 -05:00
b25429dceb
docs: Add verification guides and summary
cawcenter
2025-12-13 21:06:48 -05:00
2109aa6867
fix: Resolve schema and editor disconnect, add Flagship Demo Data
cawcenter
2025-12-13 20:56:30 -05:00
1d60ba6a5e
feat: Completed Milestone 3 & M4 wrap up - Automation & Content Inventory - Implemented Campaign Scheduler & Wizard - Implemented Generic Content Managers for blocks, fragments, headlines - Finished all build tasks for Milestones 1-4
cawcenter
2025-12-13 20:44:40 -05:00
1e1ea237be
feat: Completed Milestone 4 - Launchpad Site Builder - Implemented Full Site Builder Suite: - Sites Manager (Multi-site deployment management) - Site Dashboard (Tabs for Pages, Nav, Theme) - Page Editor (Visual Block Editor for Hero, Content, Features) - Navigation Manager (Menu editor) - Theme Settings (Global styles) - Backend Schema (sites, pages, navigation, globals) setup script - Integrated all components into /admin/sites pages
cawcenter
2025-12-13 20:40:04 -05:00
ad7cf6f2ad
feat: Completed Milestone 2 Tasks 2.2 & 2.3 - Leads and Jobs Managers - Implemented Leads CRM with full schema and management UI - Implemented Generation Jobs Queue with real-time polling and controls - Updated Directus schema for leads and jobs (status, config, priority) - Fixed API consistency for job statuses (queued/completed) - Updated frontend types to match strict schema
cawcenter
2025-12-13 20:30:48 -05:00
bd5f40d65d
docs: Update roadmap and plan for Milestone 2 - Kanban Board completion
cawcenter
2025-12-13 20:24:55 -05:00
9ff5187e87
feat: Milestone 2 Task 1 - Content Factory Kanban Board
cawcenter
2025-12-13 20:23:40 -05:00
5aaef362b4
feat: Completed Milestone 1 - Full Intelligence Library Suite - Implemented Cartesian Manager with live Formula Builder - Added Dynamic Preview to Cartesian Manager (fetches real Geo/Spintax data) - Completed Spintax Manager with Schema Mapping - Updated Roadmap to reflect 100% Milestone 1 completion - Fixed all pending lint errors & type mismatches
cawcenter
2025-12-13 20:16:59 -05:00
97d5b4a58c
feat: Milestone 1 Task 4 - Spintax Manager
cawcenter
2025-12-13 20:13:54 -05:00
82e0892960
fix: TypeScript compatibility & Badge component upgrade - Updated Badge component to use class-variance-authority (Shadcn standard) - Fixed Type mismatches in AvatarVariantsManager using double assertion - Updated Implementation Roadmap with completed tasks - Updated daily progress log
cawcenter
2025-12-13 20:01:37 -05:00
5fb7a06047
feat: Milestone 1 Task 3 - Geo Intelligence Manager
cawcenter
2025-12-13 19:58:32 -05:00
42ba85acd2
feat: Milestone 1 Task 2 - Avatar Variants Manager
cawcenter
2025-12-13 19:56:16 -05:00
82bce17c19
feat: Milestone 1 Task 1 - Avatar Intelligence Manager
cawcenter
2025-12-13 19:49:17 -05:00
246ef8647f
Your commit message here
cawcenter
2025-12-13 19:48:53 -05:00
7993688995
feat: Complete implementation roadmap with file structure
cawcenter
2025-12-13 19:39:53 -05:00
a46b481c52
docs: Revised package strategy - Keep dev tools & queues
cawcenter
2025-12-13 19:28:57 -05:00
eb59f05f6d
docs: Final summary - All issues resolved
cawcenter
2025-12-13 19:25:46 -05:00
91a0628a35
docs: Package optimization implementation plan
cawcenter
2025-12-13 19:24:42 -05:00