Skip to content
wiki.fftac.org

Foundation Content - Source Excerpt 16

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

'label'     => 'Confusing later traditions with the earliest witness.',
                        'framework' => 'historical',
                    ),
                    array(
                        'label'     => 'Missing the spirit of deception already active around us.',
                        'framework' => 'pattern',
                    ),
                    array(
                        'label'     => 'Failing to recognize a coming final crisis.',
                        'framework' => 'future',
                    ),
                    array(
                        'label'     => 'Letting opaque systems normalize obedience and exclusion.',
                        'framework' => 'systemic',
                    ),
                ),
            ),
        ),
        'profiles'  => array(
            'historical' => array(
                'title'     => 'Historical-critical lens',
                'summary'   => 'You instinctively read the Antichrist as a contested historical label before a final prophecy puzzle.',
                'next_step' => 'Spend time in the framework map and the timeline to compare how the label changed across eras.',
            ),
            'pattern' => array(
                'title'     => 'Pattern-recognition lens',
                'summary'   => 'You treat the Antichrist as a recurring spirit of deception, fracture, and counterfeit authority.',
                'next_step' => 'Pair the timeline with the deconstruction guide so recurring patterns do not collapse into paranoia.',
            ),
            'future' => array(
                'title'     => 'Futurist lens',
                'summary'   => 'You are alert to the possibility of a final convergence of power, spectacle, and crisis.',
                'next_step' => 'Test that instinct against the claim index to see which narratives repeat and why they remain persuasive.',
            ),
            'systemic' => array(
                'title'     => 'Systemic-power lens',
                'summary'   => 'You read Antichrist language as a diagnosis of concentrated power expressed through institutions, technology, and performance.',
                'next_step' => 'Follow the contemporary signals and executive briefings to connect theology with present-tense systems.',
            ),
            'mixed' => array(
                'title'     => 'Hybrid lens',
                'summary'   => 'Your instincts span multiple frameworks, which is often the healthiest starting point for serious inquiry.',
                'next_step' => 'Use the atlas comparatively rather than trying to force one total explanation too early.',
            ),
        ),
    );
}

/**
 * Participation pathways for the join page.
 *
 * @return array<int, array<string, string>>
 */
function antichrist_engine_foundation_participation_paths()
{
    return array(
        array(
            'title'       => 'Open the Recovery Guide',
            'description' => 'Start with a public path built for people leaving prophecy panic, fear-based religion, and control-heavy certainty before they enter programs or membership.',
            'cta'         => 'Open the guide',
            'target'      => 'recovery',
        ),
        array(
            'title'       => 'Enter the Members Area',
            'description' => 'Access the private portal for protected essays, contributor notes, working drafts, and future discussion spaces.',
            'cta'         => 'Open the portal',
            'target'      => 'membership_portal',
        ),
        array(
            'title'       => 'Join a Research Cohort',
            'description' => 'Work through texts, history, technology, and deconstruction questions in a slower, study-first environment.',
            'cta'         => 'Enter the research program',
            'target'      => 'research',
        ),
        array(
            'title'       => 'Follow the Signals Briefing',
            'description' => 'Track short mobile-first updates on authority, technology, prophecy narratives, and new archive releases.',
            'cta'         => 'Read the journal',
            'target'      => 'journal',
        ),
        array(
            'title'       => 'Refine the Inquiry Engine',
            'description' => 'Offer prompts, examples, and critiques that improve the adversarial inquiry engine without turning it into a dogma machine.',
            'cta'         => 'Explore the AI engine',
            'target'      => 'ai_engine',
        ),
    );
}

/**
 * Community-facing programs surfaced through the join experience.
 *
 * @return array<int, array<string, string>>
 */
function antichrist_engine_foundation_community_programs()
{
    $blueprints = antichrist_engine_foundation_program_blueprints();

    return array(
        array(
            'eyebrow'       => $blueprints['research-cohort']['eyebrow'],
            'title'         => $blueprints['research-cohort']['title'],
            'summary'       => $blueprints['research-cohort']['summary'],
            'current_cycle' => $blueprints['research-cohort']['current_cycle'],
            'target'        => 'join',
            'args'          => array('program' => 'research-cohort'),
            'anchor'        => 'program-intake',
            'cta'           => 'Open cohort intake',
        ),
        array(
            'eyebrow'       => $blueprints['digital-summit']['eyebrow'],
            'title'         => $blueprints['digital-summit']['title'],
            'summary'       => $blueprints['digital-summit']['summary'],
            'current_cycle' => $blueprints['digital-summit']['current_cycle'],
            'target'        => 'join',
            'args'          => array('program' => 'digital-summit'),
            'anchor'        => 'program-intake',
            'cta'           => 'Open summit intake',
        ),
        array(
            'eyebrow'       => $blueprints['verified-research']['eyebrow'],
            'title'         => $blueprints['verified-research']['title'],
            'summary'       => $blueprints['verified-research']['summary'],
            'current_cycle' => $blueprints['verified-research']['current_cycle'],
            'target'        => 'join',
            'args'          => array('program' => 'verified-research'),
            'anchor'        => 'program-intake',
            'cta'           => 'Open dossier lane',
        ),
    );
}

/**
 * First-visit routes used on the homepage and recovery surfaces.
 *
 * @return array<int, array<string, mixed>>
 */
function antichrist_engine_foundation_first_visit_routes()
{
    return array(
        array(
            'eyebrow' => 'Route 01',
            'title'   => 'Start with the Recovery Guide',
            'summary' => 'If prophecy panic, shame, or certainty collapse is the immediate problem, begin with orientation before trying to absorb the whole archive.',
            'note'    => 'Best for readers leaving fear-based religion and looking for a destination rather than another spectacle.',
            'target'  => 'recovery',
            'cta'     => 'Open the recovery guide',
        ),
        array(
            'eyebrow' => 'Route 02',
            'title'   => 'Open the Research Atlas',
            'summary' => 'Go straight to dossiers, timelines, source trails, and comparative frameworks if you want the citable map behind the rhetoric.',
            'note'    => 'Best for researchers, skeptics, journalists, and readers who want claims tested in public.',
            'target'  => 'research',
            'anchor'  => 'research-command',
            'cta'     => 'Open the atlas',
        ),
        array(
            'eyebrow' => 'Route 03',
            'title'   => 'Test a belief in the AI Engine',
            'summary' => 'Use bounded adversarial inquiry when you need a doctrine, fear, or moral reflex pressure-tested without turning a chatbot into a priest.',
            'note'    => 'Best for users who need a live reframing prompt before committing to a longer reading path.',
            'target'  => 'ai_engine',
            'cta'     => 'Enter the AI Engine',
        ),
        array(
            'eyebrow' => 'Route 04',
            'title'   => 'Use the outward-facing briefing layer',
            'summary' => 'Start with short-form Signals and current journal tracks if you want the public-facing rhythm before the deeper archive work.',
            'note'    => 'Best for mobile readers, first-time visitors, and anyone checking whether the institution is publishing with continuity.',
            'target'  => 'journal',
            'args'    => array('track' => 'signals-and-symbols'),
            'cta'     => 'Read the Signals layer',
        ),
    );
}

/**