Intelligence

Artifacts

Browse the repository, read documents, and manage the governance folders. Source, runtime, and infrastructure are read-only.

Repository
README.md
CONSTITUTION_COMPLIANCE_AUDIT_V1.mdREADME.md
repositories/aaf-holdings/hq01/lib/missions/config.ts
543 B
import path from "node:path";
import { CONTENT_ROOT } from "@/lib/content/config";

/**
 * Configuration for the HQ01 Mission Registry (PASS M0).
 *
 * Missions are the permanent objects all execution attaches to. They live on the
 * filesystem, one directory per mission, under a single registry root.
 */

/** Root of the mission registry: one MISSION-NNNNNN/ directory per mission. */
export const MISSIONS_ROOT =
  process.env.HQ01_MISSIONS_ROOT?.trim() || path.join(CONTENT_ROOT, "missions");

export const ORGANIZATION = "aaf-holdings";

root · /srv/aaf