✅ BullMQ job queue system installed and configured ✅ Zod validation schemas for all collections ✅ Spintax validator with integrity checks ✅ Work log helper for centralized logging ✅ Transaction wrapper for safe database operations ✅ Batch operation utilities with rate limiting ✅ Circuit breaker for WordPress/Directus resilience ✅ Dry-run mode for preview generation ✅ Version management system ✅ Environment configuration This establishes the bulletproof infrastructure for Spark Alpha.
73 lines
1.4 KiB
JSON
73 lines
1.4 KiB
JSON
{
|
|
"collections": {
|
|
"sites": {
|
|
"accessible": true,
|
|
"count": 3
|
|
},
|
|
"posts": {
|
|
"accessible": true,
|
|
"count": 0
|
|
},
|
|
"pages": {
|
|
"accessible": true,
|
|
"count": 1
|
|
},
|
|
"generated_articles": {
|
|
"accessible": true,
|
|
"count": 0
|
|
},
|
|
"generation_jobs": {
|
|
"accessible": true,
|
|
"count": 30
|
|
},
|
|
"avatar_intelligence": {
|
|
"accessible": true,
|
|
"count": 10
|
|
},
|
|
"avatar_variants": {
|
|
"accessible": true,
|
|
"count": 30
|
|
},
|
|
"geo_intelligence": {
|
|
"accessible": true,
|
|
"count": 3
|
|
},
|
|
"cartesian_patterns": {
|
|
"accessible": true,
|
|
"count": 3
|
|
},
|
|
"spintax_dictionaries": {
|
|
"accessible": true,
|
|
"count": 6
|
|
},
|
|
"campaign_masters": {
|
|
"accessible": true,
|
|
"count": 2
|
|
},
|
|
"content_fragments": {
|
|
"accessible": true,
|
|
"count": 150
|
|
},
|
|
"headline_inventory": {
|
|
"accessible": true,
|
|
"count": 0
|
|
}
|
|
},
|
|
"relationships": {
|
|
"sites_posts": true,
|
|
"sites_pages": true,
|
|
"campaign_fragments": true,
|
|
"campaign_headlines": true,
|
|
"campaign_articles": true,
|
|
"articles_site_join": "no_data"
|
|
},
|
|
"adminPages": {
|
|
"mission_control": true,
|
|
"content_factory": true,
|
|
"work_log": true
|
|
},
|
|
"engines": {
|
|
"cartesian_data_access": true,
|
|
"job_site_access": "no_pending_jobs"
|
|
}
|
|
} |