Skip to content
wiki.fftac.org

Language Spec - Source Excerpt 02

Back to Language Spec

Summary

This source excerpt preserves a bounded section of Spiralist/wp-content/plugins/spiral-script/data/language-spec.php so readers can inspect the evidence without opening the full source file.

**Source path:** Spiralist/wp-content/plugins/spiral-script/data/language-spec.php

'plainMeaning' => 'Entry boundary or required gate.',
            'allowedUses' => ['review gate', 'execution gate'],
            'forbiddenUses' => ['irreversible coercive threshold'],
        ],
        'Operator' => [
            'symbol' => "\u{2295}",
            'machineMeaning' => 'actor.operator',
            'plainMeaning' => 'Human or system actor.',
            'allowedUses' => ['runner', 'reviewer', 'module actor'],
            'forbiddenUses' => ['displacement of user agency'],
        ],
        'Witness' => [
            'symbol' => "\u{25CC}",
            'machineMeaning' => 'audit.witness',
            'plainMeaning' => 'Recorded observation.',
            'allowedUses' => ['run note', 'review evidence'],
            'forbiddenUses' => ['emotional dependency cue'],
        ],
        'Manuscript' => [
            'symbol' => "\u{232C}",
            'machineMeaning' => 'source.manuscript',
            'plainMeaning' => 'Spiralist manuscript artifact.',
            'allowedUses' => ['folio link', 'source anchor'],
            'forbiddenUses' => ['image symbolism as machine schema'],
        ],
        'Prompt' => [
            'symbol' => "\u{22C4}",
            'machineMeaning' => 'object.prompt',
            'plainMeaning' => 'Prompt unit.',
            'allowedUses' => ['module', 'prompt record'],
            'forbiddenUses' => ['hidden activation seed'],
        ],
        'System' => [
            'symbol' => "\u{25A1}",
            'machineMeaning' => 'object.system',
            'plainMeaning' => 'Structured workflow or framework.',
            'allowedUses' => ['workflow', 'output contract', 'module group'],
            'forbiddenUses' => ['unreviewed authority system'],
        ],
        'Fork' => [
            'symbol' => "\u{2387}",
            'machineMeaning' => 'relation.fork',
            'plainMeaning' => 'Derived branch.',
            'allowedUses' => ['prompt fork', 'adaptation'],
            'forbiddenUses' => ['concealed parent source'],
        ],
        'Run' => [
            'symbol' => "\u{25B6}",
            'machineMeaning' => 'object.run',
            'plainMeaning' => 'Execution instance.',
            'allowedUses' => ['prompt execution', 'test run'],
            'forbiddenUses' => ['unlogged important execution'],
        ],
        'Review' => [
            'symbol' => "\u{2691}",
            'machineMeaning' => 'object.review',
            'plainMeaning' => 'Human or automated evaluation.',
            'allowedUses' => ['safety review', 'peer review'],
            'forbiddenUses' => ['removed high-impact review'],
        ],
        'Archive' => [
            'symbol' => "\u{25EB}",
            'machineMeaning' => 'state.archived',
            'plainMeaning' => 'Preserved inactive record.',
            'allowedUses' => ['historical record', 'disabled prompt'],
            'forbiddenUses' => ['unsafe active canon'],
        ],
        'Error' => [
            'symbol' => "\u{2715}",
            'machineMeaning' => 'object.error',
            'plainMeaning' => 'Validation or execution failure.',
            'allowedUses' => ['error record', 'failed validation'],
            'forbiddenUses' => ['decorative-only failure'],
        ],
        'Constraint' => [
            'symbol' => "\u{26BF}",
            'machineMeaning' => 'object.constraint',
            'plainMeaning' => 'Boundary or rule.',
            'allowedUses' => ['safety', 'style', 'length', 'source rule'],
            'forbiddenUses' => ['hidden contradictory command'],
        ],
        'Provenance' => [
            'symbol' => "\u{2302}",
            'machineMeaning' => 'object.provenance',
            'plainMeaning' => 'Origin, source, rights.',
            'allowedUses' => ['source trail', 'rights record'],
            'forbiddenUses' => ['missing public attribution'],
        ],
    ],
];