/wp-content/mu-plugins/sa-orch-spec-root.php`. * No `mu-plugins/` directory? Create it. WordPress auto-discovers it. * * Companion: The Asterion corpus directory itself must exist at * `/wp-content/sa-asterion/` and contain the canonical * spec files (`01-ontology.md`, `02-invariants.md`, `concepts/`, etc.). * Source of those files: `F:\SleeperAgents\SA-orchestration\asterion\` * (committed at v1.1, commit 848ee70). * * One file per WP install. Idempotent. No DB writes. No state. */ defined( 'ABSPATH' ) || exit; add_filter( 'sa_orch_asterion_spec_root', function () { return WP_CONTENT_DIR . '/sa-asterion'; }, 5 );