Foundation Content - Source Excerpt 30
Summary
This source excerpt preserves a bounded section of Anti-Christ.org/wp-content/plugins/fftac-foundation-core/inc/foundation-content.php so readers can inspect the evidence without opening the full source file.
**Source path:** Anti-Christ.org/wp-content/plugins/fftac-foundation-core/inc/foundation-content.php
array(
'path' => 'research/timeline',
'label' => 'Timeline',
'description' => 'Historical entries for how the Antichrist label moves across eras. Supports `category`.',
),
array(
'path' => 'research/projections',
'label' => 'Projection ledger',
'description' => 'Flattened claim chronology entries for failed forecasts, repeated villain assignments, and mutated panic scripts. Supports `category` and `q`.',
),
array(
'path' => 'research/frameworks',
'label' => 'Framework map',
'description' => 'Comparative theological and systemic lenses used on the research page.',
),
array(
'path' => 'research/briefings',
'label' => 'Executive briefings',
'description' => 'Short-form summaries suitable for UI cards, audio experiments, and mobile layers.',
),
array(
'path' => 'research/fact-check',
'label' => 'Fact-check summary',
'description' => 'Verdict counts, evidence posture, and chronology totals derived from the claim dossiers.',
),
array(
'path' => 'research/map',
'label' => 'Connection map',
'description' => 'Claim-to-source links, dossier relationships, lane totals, and source hubs for visualization and citation tooling.',
),
array(
'path' => 'research/sources',
'label' => 'Source library',
'description' => 'Works cited, grouped source metadata, source record IDs, and live claim-reference counts used by the memo-backed research layer.',
),
array(
'path' => 'research/series',
'label' => 'Publication series',
'description' => 'Verified Research, History of the Spirit, Algorithmic Eschatology, and Signals and Symbols metadata.',
),
),
);
}
/**
* Shared copy for the journal interface shell.
*
* @return array<string, mixed>
*/
function antichrist_engine_foundation_journal_interface_copy()
{
return array(
'hero_lead' => 'The Journal is the Foundation\'s citation-facing publication archive for essays, transmissions, directives, and research releases.',
'latest_release_fallback' => 'First release queue staged',
'map_title' => 'Publication system map',
'map_summary' => 'Use the Journal to understand how flagship essays, historical files, verified dossiers, briefing cadence, and contributor lanes fit together as one outward publication system.',
'flagship_title' => 'Flagship outward lane',
'flagship_summary' => 'Algorithmic Eschatology is the clearest modern differentiator in the memo and should lead the outward publication posture rather than hiding as one track among many.',
'track_board_title' => 'Track board',
'track_board_summary' => 'Each track has a different job: some stabilize evidence, some historicize the label, some translate it into systems critique, and some keep the outward rhythm alive.',
'release_desk_title' => 'Release desk',
'release_desk_summary' => 'Different public files should do different jobs. The journal needs a visible newsroom layer so readers can tell whether a release is doing flagship framing, historical calibration, citation work, brief orientation, or archive-to-review bridge work.',
'sequence_title' => 'Launch release sequence',
'sequence_summary' => 'The first outward files should land in a deliberate order so the institution reads like doctrine, flagship systems critique, historical seriousness, and deconstruction rather than generic prophecy commentary.',
'packet_title' => 'Publication packets',
'packet_summary' => 'If someone already knows they need the fastest first read, the citation path, the historical reframing lane, or the contributor/review route, the journal should send them there without forcing title-by-title browsing first.',
'metrics_title' => 'Current state of the publication archive',
'metrics' => array(
'published_files' => array(
'label' => 'Published files',
'summary' => 'Essays, transmissions, and research releases currently indexed in the journal.',
),
'archive_pages' => array(
'label' => 'Archive pages',
'summary' => 'Paginated archive views generated automatically from live publications.',
),
'active_topics' => array(
'label' => 'Active topics',
'summary' => 'Current topical groupings inferred from the public archive taxonomy.',
),
),
'staged_routes_title' => 'Where to begin before the first public file lands',
'staged_routes_summary' => 'The archive is being staged around context, evidence, short-form Signals, and serious contributor intake instead of pretending that empty post lists are finished publication.',
'standards_title' => 'How material enters the public archive',
'archive_title' => 'Published essays, transmissions, and releases',
'empty_title' => 'The archive is being staged on purpose',
'empty_summary' => 'No public journal file has been promoted yet. The useful routes are already live: the moral frame, the research atlas, the Signals briefing layer, and the participation path.',
'track_empty_summary' => 'No public file has been promoted into the %s track yet. Use the route cards below to read the surrounding frame while this lane is staged.',
'launch_queue_title' => 'Priority release order',
'launch_queue_summary' => 'These launch files establish the institution as doctrine, history, systems critique, and bounded inquiry rather than generic prophecy commentary.',
);
}
/**
* Release-desk roles for the journal surface.
*
* @return array<int, array<string, mixed>>
*/
function antichrist_engine_foundation_publication_release_desk()
{
return array(
array(
'eyebrow' => 'Flagship Essay',
'title' => 'Lead the archive with a flagship systems essay',
'summary' => 'Use this release mode when the outward need is conceptual differentiation: AI, surveillance, biometrics, digital identity, machine-mediated obedience, and the migration of prophecy panic into system power.',
'best_for' => 'Best for interviews, explainers, launch-week social proof, and readers deciding whether FFTAC has a living present-tense question.',
'target' => 'journal',
'args' => array('track' => 'algorithmic-eschatology'),
'anchor' => 'flagship-track',
'cta' => 'Open the flagship track',
'secondary_target' => 'research',
'secondary_args' => array(
'claim_q' => 'algorithmic authority ai',
'claim_category' => 'algorithmic',
),
'secondary_anchor' => 'claim-index',
'secondary_cta' => 'Open the algorithmic atlas lane',
'keywords' => 'release desk flagship essay algorithmic eschatology ai systems critique media launch publication',
),
array(
'eyebrow' => 'Citation Dossier',
'title' => 'Publish the slower citation-facing dossier when evidence needs to carry the load',
'summary' => 'Use this release mode when the point is durable public argument: visible source trails, counter-reading discipline, and a file strong enough to survive disagreement instead of merely generating atmosphere.',
'best_for' => 'Best for journalists, skeptics, researchers, and anyone who needs the claim trail rather than a rhetorical gesture.',
'target' => 'journal',
'args' => array('track' => 'verified-research'),
'anchor' => '',
'cta' => 'Open verified dossiers',
'secondary_target' => 'research',
'secondary_anchor' => 'claim-index',
'secondary_cta' => 'Open the claim index',
'keywords' => 'release desk citation dossier verified research public file evidence source trail publication',
),
array(