Skip to content
wiki.fftac.org

Foundation Content - Source Excerpt 05

Back to Foundation Content

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

'related_cta'    => 'Open executive briefings',
        ),
    );
}

/**
 * Route map for the Journal publication surface.
 *
 * @return array<int, array<string, string>>
 */
function antichrist_engine_foundation_journal_route_map()
{
    return array(
        array(
            'eyebrow' => 'Map',
            'title'   => 'Start with the publication map',
            'summary' => 'Use the Journal as a governed publication system with named tracks, archive rules, and visible release order instead of a generic post index.',
            'anchor'  => 'journal-map',
            'cta'     => 'Open the publication map',
        ),
        array(
            'eyebrow' => 'Flagship',
            'title'   => 'Follow the flagship AI lane',
            'summary' => 'Algorithmic Eschatology is the clearest differentiator in the memo and should read like the outward-facing spearpoint of the archive.',
            'anchor'  => 'flagship-track',
            'cta'     => 'Inspect the flagship lane',
        ),
        array(
            'eyebrow' => 'Tracks',
            'title'   => 'Compare the track board',
            'summary' => 'Verified Research, History of the Spirit, Algorithmic Eschatology, and Signals and Symbols each carry a different job in the archive.',
            'anchor'  => 'track-board',
            'cta'     => 'Review the track board',
        ),
        array(
            'eyebrow' => 'Desk',
            'title'   => 'Use the release desk',
            'summary' => 'The journal should explain what kind of file to publish before readers have to infer it from titles alone.',
            'anchor'  => 'release-desk',
            'cta'     => 'Open the release desk',
        ),
        array(
            'eyebrow' => 'Sequence',
            'title'   => 'See the release order',
            'summary' => 'The first outward files should establish doctrine, flagship systems critique, historical seriousness, and prophecy-industry deconstruction in a deliberate order.',
            'anchor'  => 'release-sequence',
            'cta'     => 'Open the release sequence',
        ),
        array(
            'eyebrow' => 'Packets',
            'title'   => 'Route by publication need',
            'summary' => 'If a reader knows the use case before the title, publication packets should route them into the right journal lane and proof surface quickly.',
            'anchor'  => 'publication-packets',
            'cta'     => 'Open publication packets',
        ),
        array(
            'eyebrow' => 'Cadence',
            'title'   => 'Keep publication tied to real rhythm',
            'summary' => 'Contributor lanes, signals rhythm, and review thresholds make the archive feel sequenced instead of sporadic.',
            'anchor'  => 'outward-cadence',
            'cta'     => 'Open outward cadence',
        ),
    );
}

/**
 * Copy for the launch-facing research command surfaces.
 *
 * @return array<string, string>
 */
function antichrist_engine_foundation_research_command_copy()
{
    return array(
        'eyebrow'                => 'Research Command',
        'title'                  => 'Enter the atlas with a real question',
        'summary'                => 'Use the command deck to jump into dossiers, timelines, and source trails by theme instead of wandering the archive section by section.',
        'share_hint'             => 'Every filter state now lives in the URL so editors, readers, and future contributors can pass around the exact same slice of the atlas.',
        'form_title'             => 'Build a claim-dossier query',
        'form_summary'           => 'Search by term, narrow by dossier lane or verdict, and carry that state from the homepage straight into the research program.',
        'search_label'           => 'Search terms',
        'search_placeholder'     => 'Try mark, Nero, papacy, AI authority, buying and selling...',
        'claim_category_label'   => 'Claim lane',
        'claim_verdict_label'    => 'Verdict',
        'timeline_category_label'=> 'Timeline lane',
        'submit_label'           => 'Open the filtered atlas',
        'clear_label'            => 'Clear command',
        'preset_eyebrow'         => 'Command Presets',
        'preset_title'           => 'Start with the strongest live lanes',
    );
}

/**
 * Preset entry points for the research command surfaces and navigator.
 *
 * @return array<int, array<string, mixed>>
 */
function antichrist_engine_foundation_research_command_presets()
{
    return array(
        array(
            'eyebrow' => 'Algorithmic Eschatology',
            'title'   => 'Algorithmic authority and machine obedience',
            'summary' => 'Open the dossiers where AI, black-box authority, surveillance, and synthetic consensus overlap.',
            'cta'     => 'Open algorithmic command',
            'anchor'  => 'claim-index',
            'args'    => array(
                'claim_q'          => 'algorithmic authority ai',
                'claim_category'   => 'algorithmic',
                'timeline_category'=> 'algorithmic',
            ),
        ),
        array(
            'eyebrow' => 'Textual Baseline',
            'title'   => 'Nero, 666, and the first-century frame',
            'summary' => 'Start with the textual and historical lanes that keep later prophecy inflation in proportion.',
            'cta'     => 'Trace the textual baseline',
            'anchor'  => 'historical-timeline',
            'args'    => array(
                'claim_q'          => 'nero 666',
                'claim_category'   => 'texts',
                'timeline_category'=> 'textual',
            ),
        ),
        array(
            'eyebrow' => 'History Of The Spirit',
            'title'   => 'Papacy, empire, and church conflict',
            'summary' => 'Move through the recurrent lane where the Antichrist label is used to fight over institutional legitimacy.',
            'cta'     => 'Open church-conflict command',
            'anchor'  => 'claim-index',
            'args'    => array(
                'claim_q'          => 'papacy church empire',
                'claim_category'   => 'church',
                'timeline_category'=> 'church',
            ),
        ),
        array(
            'eyebrow' => 'Identity Rails',
            'title'   => 'Mark rhetoric, commerce, and digital identity',
            'summary' => 'Focus the atlas on buying-and-selling anxiety, biometrics, programmable access, and dependency systems.',
            'cta'     => 'Inspect identity-rail claims',
            'anchor'  => 'claim-index',
            'args'    => array(
                'claim_q'          => 'mark digital identity buying selling',
                'claim_category'   => 'technology',
                'timeline_category'=> 'technology',
            ),
        ),
        array(
            'eyebrow' => 'Deconstruction',
            'title'   => 'Prophecy industry and the fear economy',
            'summary' => 'Filter for the dossiers about panic monetization, obedience loops, and the systems that keep anxiety profitable.',
            'cta'     => 'Open the fear-economy lane',
            'anchor'  => 'claim-index',
            'args'    => array(
                'claim_q'        => 'prophecy industry fear obedience',
                'claim_category' => 'prophecy',
            ),
        ),
    );
}

/**
 * Topic-cluster navigation used by the global topic map.
 *
 * @return array<int, array<string, mixed>>
 */
function antichrist_engine_foundation_topic_clusters()
{
    return array(
        array(
            'title'   => 'Core Record',
            'summary' => 'Canonical doctrine, governance, and editorial boundaries.',
            'links'   => array(
                array(
                    'label'  => 'Manifesto',
                    'target' => 'manifesto',
                ),
                array(
                    'label'  => 'Charter',
                    'target' => 'charter',
                ),
                array(
                    'label'  => 'Standards',
                    'target' => 'standards',
                ),
                array(
                    'label'  => 'Doctrine Q&A',
                    'target' => 'questions',
                ),
            ),
        ),
        array(
            'title'   => 'Research Atlas',
            'summary' => 'Comparative frameworks, timelines, claim dossiers, and deconstruction guides.',
            'links'   => array(
                array(
                    'label'  => 'Research Command',
                    'target' => 'research',
                    'anchor' => 'research-command',
                ),
                array(
                    'label'  => 'Framework Map',