Skip to content
wiki.fftac.org

Foundation Content - Source Excerpt 25

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

'eyebrow' => 'Amendment Marker',
            'title'   => 'First public record review',
            'summary' => 'Once one full cycle of dossiers, briefings, and archive releases has been completed, the first formal amendment notice should be published as FFTAC-REC-01.',
            'note'    => 'Phase-four legitimacy begins when the institution learns publicly and records the revision.',
        ),
    );
}

/**
 * Editorial launch priorities used while the public archive is still sparse.
 *
 * @return array<int, array<string, string>>
 */
function antichrist_engine_foundation_editorial_launch_priorities()
{
    return array(
        array(
            'eyebrow' => 'Launch File 01',
            'title'   => 'Lead with free conscience and the diagnostic-category thesis',
            'summary' => 'Open with the manifesto, philosophy hub, and inaugural essay arguing that the Anti-Christ is a diagnostic category before it is a character.',
            'target'  => 'manifesto',
            'cta'     => 'Read the canonical frame',
            'rationale' => 'The institution needs a moral and philosophical center before it asks readers to trust its archive, AI lane, support ask, or historical claims.',
            'outcome'   => 'This establishes free conscience, counterfeit-authority critique, and public moral method as the frame beneath every later file.',
            'related_target' => 'philosophy',
            'related_anchor' => 'moral-commitments',
            'related_cta'    => 'Open the moral center',
        ),
        array(
            'eyebrow' => 'Launch File 02',
            'title'   => 'Publish the first Algorithmic Eschatology paper',
            'summary' => 'Explain how apocalyptic anxieties about the mark, surveillance, and identity control migrate into AI, biometrics, and machine-mediated governance.',
            'target'  => 'journal',
            'track'   => 'algorithmic-eschatology',
            'cta'     => 'Open the flagship AI lane',
            'rationale' => 'This is the clearest differentiator in the memo and the most media-facing proof that FFTAC is studying power, not replaying old prophecy slogans.',
            'outcome'   => 'The flagship lane should make the site feel current, conceptually sharp, and legible to readers outside prophecy subculture.',
            'related_target' => 'ai_engine',
            'related_cta'    => 'Open the AI Engine',
        ),
        array(
            'eyebrow' => 'Launch File 03',
            'title'   => 'Publish the transparent moral-method explainer',
            'summary' => 'Answer what replaces inherited authority by showing the actual questions behind dignity, truth, freedom, repair, responsibility, and reciprocal judgment.',
            'target'  => 'philosophy',
            'cta'     => 'Open the philosophy hub',
            'rationale' => 'Skeptical readers need to see that the project is not only deconstruction. It has an inspectable moral method that refuses both dogma and nihilism.',
            'outcome'   => 'This gives recovery readers, journalists, and potential contributors a concise answer to the most important trust question: what keeps critique morally accountable?',
            'related_target' => 'standards',
            'related_anchor' => 'launch-voice-checks',
            'related_cta'    => 'Run the voice checks',
        ),
        array(
            'eyebrow' => 'Launch File 04',
            'title'   => 'Trace antichrist as a political category across history',
            'summary' => 'Show how the label functioned across church conflict, reform, empire, and authoritarian theater rather than treating it as only a supernatural end-times character.',
            'target'  => 'journal',
            'track'   => 'history-of-the-spirit',
            'cta'     => 'Open the history track',
            'rationale' => 'The archive has to prove historical range quickly so the institution is not mistaken for one more futurist panic site with a better layout.',
            'outcome'   => 'This gives the public record historical weight and shows how the label has always been used as a weapon inside real institutions.',
            'related_target' => 'research',
            'related_anchor' => 'historical-timeline',
            'related_cta'    => 'Open the historical timeline',
        ),
        array(
            'eyebrow' => 'Launch File 05',
            'title'   => 'Execute the prophecy-industry deconstruction briefing',
            'summary' => 'Document how fear-based prophecy systems monetize anxiety, flatten judgment, and turn technological change into ready-made panic scripts.',
            'target'  => 'journal',
            'track'   => 'signals-and-symbols',
            'cta'     => 'Open the briefing lane',
            'rationale' => 'The site should not only reinterpret prophecy claims. It should also expose the panic economy that keeps those claims profitable and socially sticky.',
            'outcome'   => 'This gives recovery readers and skeptical newcomers a direct explanation of why fear-based eschatology spreads so efficiently.',
            'related_target' => 'research',
            'related_anchor' => 'executive-briefings',
            'related_cta'    => 'Open executive briefings',
        ),
        array(
            'eyebrow' => 'Launch File 06',
            'title'   => 'Publish the recovery-without-contempt field guide',
            'summary' => 'Give readers leaving fear-based systems a practical route from panic into context, agency, and public questions without demanding instant identity replacement.',
            'target'  => 'recovery',
            'cta'     => 'Open the recovery route',
            'rationale' => 'The philosophy becomes credible when it protects the people most likely to arrive wounded, ashamed, curious, or still afraid.',
            'outcome'   => 'This keeps the launch from sounding like a victory lap over former believers and turns the recovery route into a first-class public promise.',
            'related_target' => 'questions',
            'related_anchor' => 'recovery-participation',
            'related_cta'    => 'Open recovery answers',
        ),
    );
}

/**
 * Shared copy for the public program intake flow.
 *
 * @return array<string, string>
 */
function antichrist_engine_foundation_program_interest_copy()
{
    return array(
        'title'            => 'Program Intake',
        'summary'          => 'Register interest in post-apocalyptic cohorts, digital summits, verified-research collaborations, and academic affiliate pathways. The goal is not vague community language but concrete routing into the right working lane.',
        'name_label'       => 'Name or alias',
        'email_label'      => 'Email address',
        'program_label'    => 'Which pathway fits you?',
        'program_default'  => 'Choose a program',
        'role_label'       => 'Role, discipline, or background',
        'notes_label'      => 'What would you like to contribute or study?',
        'submit_label'     => 'Submit interest',
        'privacy_note'     => 'Intake submissions are stored inside WordPress for editorial review. This is not an automatic approval flow.',
        'metrics_label'    => 'stored program inquiries',
        'anchor'           => 'program-intake',
    );
}

/**
 * Detailed program blueprints used across participation surfaces.
 *
 * @return array<string, array<string, mixed>>
 */
function antichrist_engine_foundation_program_blueprints()
{
    return array(
        'research-cohort' => array(
            'label'         => 'Post-Apocalyptic Cohort',
            'description'   => 'A slower group study path for readers working through texts, church history, technology, and deconstruction.',
            'eyebrow'       => 'Cohort 01',
            'title'         => 'Recovery, reading, and slower reconstruction after fear',
            'summary'       => 'Built for people leaving prophecy panic, control-heavy churches, or exhausted certainty. The cohort treats recovery and disciplined reading as real intellectual work rather than side quests.',
            'format'        => 'Six-week moderated reading cohort',
            'cadence'       => 'Weekly seminar, reflection prompts, and atlas routes',
            'deliverable'   => 'Annotated reading path and shared notes',
            'audience'      => 'Best for readers who need a serious deconstruction destination instead of endless reaction content.',
            'current_cycle' => 'Current cycle: shaping Cohort 01 around church conflict, technology anxiety, and how apocalyptic fear colonizes moral judgment.',
            'member_layer'  => 'The portal becomes the protected layer for reading prompts, cohort notes, and slow-route follow-up once a cycle is active.',