Intelligence
Artifacts
Browse the repository, read documents, and manage the governance folders. Source, runtime, and infrastructure are read-only.
Repository
repositories/aaf-holdings/hq01/lib/assets/config.ts
351 B
import path from "node:path";
import { CONTENT_ROOT } from "@/lib/content/config";
/**
* The Asset Ledger (PASS M5) is a global registry: one originating mission per
* durable asset, surviving mission completion and archive. Assets reference
* files — they never duplicate them.
*/
export const ASSETS_ROOT = path.join(CONTENT_ROOT, "assets");
root · /srv/aaf