← WickedSpooky.org Operations Console Log out

WSAI Operational Guides

Human-readable operational knowledge repository.

Make Publishing Orchestration

Guide ID: 11
Path: Operations Manual / Operational Knowledge Base / Make Publishing Orchestration
Slug: make-publishing-orchestration
Source Post: 34
Last Source Modified: 2026-05-31 04:06:09
SHA256: 9b7bd44d0ab21b3d229203b5fea998cbb0f85a8316e4905c77c03e7679b99e17
View JSON

Make Publishing Orchestration

Subsystem: WSAI_MakePublishingOrchestration_v1

Status: Production Validated / Locked

Purpose

The Make Publishing Orchestration subsystem governs the end-to-end content publication lifecycle for WickedSpooky.ai using MariaDB as authority, Make as orchestration, and WordPress as presentation.

Validated Lifecycle

queued
→ ai_draft
→ human_review
→ approved
→ wordpress_draft_created
→ media_ready
→ taxonomy_mapped
→ published

Operational Authority

  • MariaDB = Operational Authority
  • Make = Orchestration Layer
  • WordPress = Presentation Layer
  • SSH = Execution Bridge

Validated Production State

  • Publishing lifecycle validated
  • Failure governance validated
  • Dead-letter queue validated
  • Retry processing validated
  • Featured image governance validated
  • Taxonomy mapping validated
  • Publishing validation gate operational

Validation Query

SELECT *
FROM v_publishing_items_ready_to_publish;

Bootstrap Usage

Bootstrap Repository:
WSAI_MakePublishingOrchestration_v1

Related Subsystems

  • WSAI_OperationalSchemaRegistry_v1
  • WSAI_OperationsManual_v1
  • WSAI_OperationalKnowledgeBase_v1