# TrustFortress Resource Library — LLM index > Historical archive for the cubie-tf monorepo: proof-corpus snapshots, evidence packs, datasets, recovery bundles, and session logs kept out of Git. This file is a compact agent map — every collection below lists representative objects with direct fetch URLs and keywords so you can locate specific material, not just collection titles. Use /api/catalog or /api/list for exhaustive object lookup. ## How to find material - Broad keyword search: `GET /api/search?q=&prefix=` - Grounded answer: `POST /api/ask {"question":"...","prefix":""}` - Full machine-readable catalog: `GET /api/catalog` - List a prefix: `GET /api/list?prefix=` - Fetch an object: `GET /objects/` - Browse a prefix (HTML): `GET /browse/` - Architecture map (HTML): `GET /architecture` - Grounded claims registry (JSON): `GET /api/claims` - Registry freshness: `GET /api/cubs/meta` - Exact CUB status: `GET /api/cubs/` - CUB discovery: `GET /api/cubs?` - M2MTF MCP — search/ask/claims tools: `POST /mcp (JSON-RPC 2.0; see docs/resource-library/MCP.md)` Base URL: https://lib.trustfortress.ai ## Start here - Watch a log [Browser tool]: https://lib.trustfortress.ai/watch/ - Choose a local CSV, text, JSONL, or gzip log and run the shared Rust/WASM detector entirely in your browser. - Public agent datasets [Dataset collection]: https://lib.trustfortress.ai/browse/cubie-tf%2Fwwt-demo-assets%2Fdatasets%2F2026-07-07%2F - Open the WWT demo archives for FinBot CTF, SkillGuard, MITRE ATLAS, and AgentDojo Inspect. - TEP reproduction data [Dataset collection]: https://lib.trustfortress.ai/browse/cubie-tf%2Ftep-dataset%2F2026-07-05%2F - Open the public Tennessee Eastman Process raw and detector-ready reproduction dataset. - CUB theorem registry [Status lookup]: https://registry.trustfortress.ai/registry - Look up the authoritative public theorem status before citing or implementing a CUB claim. - Public CUB API [Machine API]: https://lib.trustfortress.ai/api/cubs - Query the public-safe CUB projection by ID, repository, status, wiring, crate, or use case. - Workload certification evidence [Evidence guide]: https://lib.trustfortress.ai/objects/cubie-tf%2Fknowledge-base%2F2026-07-31%2Fworkload-admin-evidence.md - Interpret ontology/compiler replay, CUB declarations, embedded receipts, runtime observations, exact-head certification, and owner authorization without collapsing them into one claim. - Agent index [Agent map]: https://lib.trustfortress.ai/llms.txt - Give coding agents one compact map of entry points, collections, object URLs, and search routes. - Resource Library MCP [Machine endpoint]: POST https://lib.trustfortress.ai/mcp - Connect an MCP client for library search, grounded answers, collection discovery, and CUB lookup. ## Workload certification evidence - Requery `GET /api/cubs/meta` before citing a Registry digest or source head; do not cache a dated value. - Fetch CUB-3211 through CUB-3217 by exact ID. A short SHA or prefix match is `INCONCLUSIVE`, not exact-head `PASS`. - Keep `registry_declared_consumption`, `binary_embedded_receipt`, and `runtime_observed_consumption` separate. - Workload-admin compiler replay and preview validate embedded artifacts and hypothetical inputs; they do not freshly execute formal kernels or issue release, Canary, or Enforce authorization. ## Collections ### Knowledge base #### Knowledge base `[Q&A knowledge]` Public Q&A knowledge base for coding agents, onboarding admins, and customers: product overview, FAQ, honest learnings/scope, integrator and admin guides, workload certification evidence, plus claims / MCP / AI Gateway / AI Search guides. Ask via /api/ai-search or MCP ask_library. Keywords: faq overview onboarding admin integrator coding agent customer getting started how to connect mcp ai search deploy identity tenant claims scope learnings reproduce eu ai act conformity cra gpai workload ontology sticker compiler lower bound certification evidence registry cub runtime receipt exact head advisory simulation canary enforce what is trustfortress cubie product value help support questions crate map architecture api Access: public Prefix: `cubie-tf/knowledge-base/2026-07-31/` · Browse: https://lib.trustfortress.ai/browse/cubie-tf%2Fknowledge-base%2F2026-07-31%2F · List: https://lib.trustfortress.ai/api/list?prefix=cubie-tf%2Fknowledge-base%2F2026-07-31%2F Objects: - MANIFEST.md (3.2 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Fknowledge-base%2F2026-07-31%2FMANIFEST.md - CLAIMS.md (58 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Fknowledge-base%2F2026-07-31%2FCLAIMS.md - workload-admin-evidence.md (8.9 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Fknowledge-base%2F2026-07-31%2Fworkload-admin-evidence.md - FAQ.md (7.7 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Fknowledge-base%2F2026-07-31%2FFAQ.md - MCP.md (7.1 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Fknowledge-base%2F2026-07-31%2FMCP.md - agent-integrator-guide.md (6.8 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Fknowledge-base%2F2026-07-31%2Fagent-integrator-guide.md - GETTING_STARTED.md (6.5 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Fknowledge-base%2F2026-07-31%2FGETTING_STARTED.md - learnings.md (5.0 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Fknowledge-base%2F2026-07-31%2Flearnings.md - admin-onboarding.md (4.9 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Fknowledge-base%2F2026-07-31%2Fadmin-onboarding.md - product-overview.md (4.3 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Fknowledge-base%2F2026-07-31%2Fproduct-overview.md - README.md (3.6 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Fknowledge-base%2F2026-07-31%2FREADME.md - AI_GATEWAY.md (3.1 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Fknowledge-base%2F2026-07-31%2FAI_GATEWAY.md ### Developer #### Workspace cut map `[Architecture diagram]` Interactive diagram of the cubie-tf cargo workspace: 72 crates grouped into 8 tier cuts around the cubie-core kernel, each labeled with its Cut provenance and dependency fan-in, with click-to-trace dependencies. Generated from cargo metadata. Keywords: crate map cargo workspace topology dependency graph architecture cubie-core kernel tier cut projector cube compiler 72 crates interactive html repo map controlplane core-manifold ebpf-dataplane eu ai act Access: public Prefix: `cubie-tf/cut-map/2026-07-20/` · Browse: https://lib.trustfortress.ai/browse/cubie-tf%2Fcut-map%2F2026-07-20%2F · List: https://lib.trustfortress.ai/api/list?prefix=cubie-tf%2Fcut-map%2F2026-07-20%2F Objects: - MANIFEST.md (2.7 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Fcut-map%2F2026-07-20%2FMANIFEST.md - cut-map.html (33 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Fcut-map%2F2026-07-20%2Fcut-map.html ### Evidence #### Agentic waste evidence `[Reproduction data]` Public reproduction pack for the agentic-waste claim: the four result JSONs + REPRODUCE.md (download / verify / re-derive 66.85% / 51.76% / ~99.5%). See /claims/agentic-waste. Keywords: agentic waste blast radius 66.85 51.76 99.5 nvlink deadlock vram azure alibaba tp4 gpu fleet output input reproduce json intc Access: public Prefix: `cubie-tf/agentic-waste-evidence/2026-07-04/` · Browse: https://lib.trustfortress.ai/browse/cubie-tf%2Fagentic-waste-evidence%2F2026-07-04%2F · List: https://lib.trustfortress.ai/api/list?prefix=cubie-tf%2Fagentic-waste-evidence%2F2026-07-04%2F Objects: - MANIFEST.md (1.7 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Fagentic-waste-evidence%2F2026-07-04%2FMANIFEST.md - intc-v1.0-MANIFEST.md (5.9 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Fagentic-waste-evidence%2F2026-07-04%2Fintc-v1.0-MANIFEST.md - intc-v1.0-hunter_results.json (3.1 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Fagentic-waste-evidence%2F2026-07-04%2Fintc-v1.0-hunter_results.json - REPRODUCE.md (2.7 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Fagentic-waste-evidence%2F2026-07-04%2FREPRODUCE.md - intc-v1.0-azure_2024_unconstrained.json (2.3 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Fagentic-waste-evidence%2F2026-07-04%2Fintc-v1.0-azure_2024_unconstrained.json - intc-v1.0-tp4_nvlink_results.json (1.9 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Fagentic-waste-evidence%2F2026-07-04%2Fintc-v1.0-tp4_nvlink_results.json - intc-v1.0-alibaba_v2026_squatter_metrics.json (496 B) → https://lib.trustfortress.ai/objects/cubie-tf%2Fagentic-waste-evidence%2F2026-07-04%2Fintc-v1.0-alibaba_v2026_squatter_metrics.json #### Public materials `[Reference]` Owner-approved public-facing reference material: the Data Center Stakeholder FAQ. Proprietary whitepaper and evidence packs are email-gated. Keywords: data center stakeholder faq frequently asked questions marketing reference overview cubie public-facing Access: public Prefix: `cubie-tf/public-materials/2026-07-05/` · Browse: https://lib.trustfortress.ai/browse/cubie-tf%2Fpublic-materials%2F2026-07-05%2F · List: https://lib.trustfortress.ai/api/list?prefix=cubie-tf%2Fpublic-materials%2F2026-07-05%2F Objects: - MANIFEST.md (438 B) → https://lib.trustfortress.ai/objects/cubie-tf%2Fpublic-materials%2F2026-07-05%2FMANIFEST.md - Cubie_DataCenter_Stakeholder_FAQ.pdf (157 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Fpublic-materials%2F2026-07-05%2FCubie_DataCenter_Stakeholder_FAQ.pdf #### TEP dataset `[Reproduction data]` Public Russell/Chiang/Braatz TEP dataset (fault-free d00 + trio d03/d09/d15) as raw .dat + detector-ready CSV, so the FAR=0 / Opus-4.8 evidence is turnkey-reproducible. See docs/whitepaper/evidence-pack/REPRODUCE_TEP_FAR0_OPUS48.md and tools/tep_braatz_to_csv.py. Keywords: tennessee eastman tep dataset d00 d03 d09 d15 braatz russell chiang idv fault far=0 cusum reproduce csv dat train test far0 opus48 Access: public Prefix: `cubie-tf/tep-dataset/2026-07-05/` · Browse: https://lib.trustfortress.ai/browse/cubie-tf%2Ftep-dataset%2F2026-07-05%2F · List: https://lib.trustfortress.ai/api/list?prefix=cubie-tf%2Ftep-dataset%2F2026-07-05%2F Objects: - MANIFEST.md (1.8 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Ftep-dataset%2F2026-07-05%2FMANIFEST.md - d00_te.dat (781 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Ftep-dataset%2F2026-07-05%2Fd00_te.dat - d03_te.dat (781 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Ftep-dataset%2F2026-07-05%2Fd03_te.dat - d09_te.dat (781 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Ftep-dataset%2F2026-07-05%2Fd09_te.dat - d15_te.dat (781 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Ftep-dataset%2F2026-07-05%2Fd15_te.dat - d15_test.csv (691 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Ftep-dataset%2F2026-07-05%2Fd15_test.csv - d09_test.csv (690 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Ftep-dataset%2F2026-07-05%2Fd09_test.csv - d00_test.csv (690 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Ftep-dataset%2F2026-07-05%2Fd00_test.csv - d03_test.csv (690 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Ftep-dataset%2F2026-07-05%2Fd03_test.csv - d00.dat (406 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Ftep-dataset%2F2026-07-05%2Fd00.dat - d03.dat (390 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Ftep-dataset%2F2026-07-05%2Fd03.dat - d09.dat (390 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Ftep-dataset%2F2026-07-05%2Fd09.dat #### TEP May recovery and Opus replay `[Recovery evidence]` Credential-safe May 2026 TEP recovery subset: original Opus 4.7/4.8 result bytes, the pinned cubie-research evidence pack, and an environment-only replay harness with current scope corrections. Keywords: tennessee eastman tep rieth may 2026 opus 4.7 opus 4.8 anthropic replay api credential safe cubie layout search source recovery oneDrive claude session 60/60 Access: public Prefix: `cubie-research/tep-may-recovery/2026-08-01/` · Browse: https://lib.trustfortress.ai/browse/cubie-research%2Ftep-may-recovery%2F2026-08-01%2F · List: https://lib.trustfortress.ai/api/list?prefix=cubie-research%2Ftep-may-recovery%2F2026-08-01%2F Objects: - MANIFEST.md (2.8 KB) → https://lib.trustfortress.ai/objects/cubie-research%2Ftep-may-recovery%2F2026-08-01%2FMANIFEST.md - opus47_opus48_strict_20260528.original.json (13 KB) → https://lib.trustfortress.ai/objects/cubie-research%2Ftep-may-recovery%2F2026-08-01%2Fopus47_opus48_strict_20260528.original.json - cubie-research-tep-may-evidence-3a9950f.zip (9.6 KB) → https://lib.trustfortress.ai/objects/cubie-research%2Ftep-may-recovery%2F2026-08-01%2Fcubie-research-tep-may-evidence-3a9950f.zip - cubie_opus48_head_to_head_20260529.original.json (391 B) → https://lib.trustfortress.ai/objects/cubie-research%2Ftep-may-recovery%2F2026-08-01%2Fcubie_opus48_head_to_head_20260529.original.json #### TEP v8.1 paper and complete replay `[Research evidence]` Merged v8.1 TEP paper and credential-safe evidence bundle: complete continuous Cubie replay plus strict and adaptive Anthropic receipts on the common 52-channel, 960-row schedule. Keywords: tennessee eastman tep rieth v8.1 cubie opus 4.7 opus 4.8 fable 5 anthropic full 52 channel 960 row replay thinking tokens timing cost evidence Access: public Prefix: `cubie-research/tep-v8.1-evidence/2026-08-03/` · Browse: https://lib.trustfortress.ai/browse/cubie-research%2Ftep-v8.1-evidence%2F2026-08-03%2F · List: https://lib.trustfortress.ai/api/list?prefix=cubie-research%2Ftep-v8.1-evidence%2F2026-08-03%2F Objects: - MANIFEST.md (3.3 KB) → https://lib.trustfortress.ai/objects/cubie-research%2Ftep-v8.1-evidence%2F2026-08-03%2FMANIFEST.md - cubie-research-tep-evidence-bd51e5e.zip (464 KB) → https://lib.trustfortress.ai/objects/cubie-research%2Ftep-v8.1-evidence%2F2026-08-03%2Fcubie-research-tep-evidence-bd51e5e.zip - cubie_tep_whitepaper.pdf (230 KB) → https://lib.trustfortress.ai/objects/cubie-research%2Ftep-v8.1-evidence%2F2026-08-03%2Fcubie_tep_whitepaper.pdf #### V6 whitepaper evidence `[Whitepaper]` Cubie TEP v6 whitepaper PDF plus reproduction scripts, charts, summaries, and evidence packs. Access: public Prefix: `cubie-tf/v6-whitepaper-evidence/2026-07-03/` · Browse: https://lib.trustfortress.ai/browse/cubie-tf%2Fv6-whitepaper-evidence%2F2026-07-03%2F · List: https://lib.trustfortress.ai/api/list?prefix=cubie-tf%2Fv6-whitepaper-evidence%2F2026-07-03%2F Objects: - MANIFEST.md (2.3 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Fv6-whitepaper-evidence%2F2026-07-03%2FMANIFEST.md - tf-cubie-v6-whitepaper-evidence-20260703.zip (5.5 MB) → https://lib.trustfortress.ai/objects/cubie-tf%2Fv6-whitepaper-evidence%2F2026-07-03%2Ftf-cubie-v6-whitepaper-evidence-20260703.zip - v6_cubie_tep_whitepaper.pdf (511 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Fv6-whitepaper-evidence%2F2026-07-03%2Fv6_cubie_tep_whitepaper.pdf ### Reference data #### WWT public agent datasets `[Agent-security datasets]` Public upstream snapshots used by the WWT agent-security demo: FinBot CTF, SkillGuard, MITRE ATLAS, and AgentDojo Inspect, with license, commit, byte-size, and SHA-256 provenance. Keywords: wwt finbot ctf skillguard mitre atlas agentdojo inspect prompt injection agent security mcp scanner benchmark dataset public oss Access: public Prefix: `cubie-tf/wwt-demo-assets/datasets/2026-07-07/` · Browse: https://lib.trustfortress.ai/browse/cubie-tf%2Fwwt-demo-assets%2Fdatasets%2F2026-07-07%2F · List: https://lib.trustfortress.ai/api/list?prefix=cubie-tf%2Fwwt-demo-assets%2Fdatasets%2F2026-07-07%2F Objects: - DATASETS_MANIFEST.md (4.0 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Fwwt-demo-assets%2Fdatasets%2F2026-07-07%2FDATASETS_MANIFEST.md - agentdojo-inspect-a491020f.tar.gz (46 MB) → https://lib.trustfortress.ai/objects/cubie-tf%2Fwwt-demo-assets%2Fdatasets%2F2026-07-07%2Fagentdojo-inspect-a491020f.tar.gz - finbot-ctf-1450fc4.tar.gz (20 MB) → https://lib.trustfortress.ai/objects/cubie-tf%2Fwwt-demo-assets%2Fdatasets%2F2026-07-07%2Ffinbot-ctf-1450fc4.tar.gz - atlas-data-651dad9.tar.gz (5.6 MB) → https://lib.trustfortress.ai/objects/cubie-tf%2Fwwt-demo-assets%2Fdatasets%2F2026-07-07%2Fatlas-data-651dad9.tar.gz - skillguard-4df3645.tar.gz (57 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Fwwt-demo-assets%2Fdatasets%2F2026-07-07%2Fskillguard-4df3645.tar.gz #### WWT 1,500-request workload `[Synthetic workload]` Public synthetic 1,500-request WWT demo workload, including the packaged JSONL inputs, NIST mapping, source register, validation report, and provenance manifest. Keywords: wwt 1500 request workload llama8b llama70b clean enterprise token bloat retry loop unauthorized tool scope prompt injection malformed synthetic jsonl Access: public Prefix: `cubie-tf/wwt-demo-workload/2026-07-07/` · Browse: https://lib.trustfortress.ai/browse/cubie-tf%2Fwwt-demo-workload%2F2026-07-07%2F · List: https://lib.trustfortress.ai/api/list?prefix=cubie-tf%2Fwwt-demo-workload%2F2026-07-07%2F Objects: - MANIFEST.md (7.0 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Fwwt-demo-workload%2F2026-07-07%2FMANIFEST.md - wwt_cubie_demo_workload_1500.zip (2.0 MB) → https://lib.trustfortress.ai/objects/cubie-tf%2Fwwt-demo-workload%2F2026-07-07%2Fwwt_cubie_demo_workload_1500.zip - nist_mapping.csv (457 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Fwwt-demo-workload%2F2026-07-07%2Fnist_mapping.csv - source_register.csv (9.9 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Fwwt-demo-workload%2F2026-07-07%2Fsource_register.csv - run_manifest.yaml (2.2 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Fwwt-demo-workload%2F2026-07-07%2Frun_manifest.yaml - bulk_request_validation_report.json (2.1 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Fwwt-demo-workload%2F2026-07-07%2Fbulk_request_validation_report.json - exclusions.md (2.0 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Fwwt-demo-workload%2F2026-07-07%2Fexclusions.md - README.md (1.7 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Fwwt-demo-workload%2F2026-07-07%2FREADME.md - workload_variants.md (464 B) → https://lib.trustfortress.ai/objects/cubie-tf%2Fwwt-demo-workload%2F2026-07-07%2Fworkload_variants.md ### Proofs #### Unified CUB registry `[Registry export]` Full cross-repo CUB registry (2,597 rows: statements, proof-file pointers, SHA-256 hashes, wiring/invocation state) as JSON/CSV/JSONL, plus a session sheet with byte-accurate theorem text for the CUB-3x verification pass's authored and re-anchored theorems. Keywords: cub registry theorem coq lean verus json csv jsonl unified index proof corpus cross-repo cubie-tf cubie-research triple-kernel wiring audit Access: public Prefix: `cubie-tf/unified-cub-registry/2026-08-15/` · Browse: https://lib.trustfortress.ai/browse/cubie-tf%2Funified-cub-registry%2F2026-08-15%2F · List: https://lib.trustfortress.ai/api/list?prefix=cubie-tf%2Funified-cub-registry%2F2026-08-15%2F Objects: - MANIFEST.md (4.9 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Funified-cub-registry%2F2026-08-15%2FMANIFEST.md - unified_cub_registry_2026-08-15_enriched.jsonl (4.0 MB) → https://lib.trustfortress.ai/objects/cubie-tf%2Funified-cub-registry%2F2026-08-15%2Funified_cub_registry_2026-08-15_enriched.jsonl - unified_cub_registry_2026-08-15_enriched.csv (2.6 MB) → https://lib.trustfortress.ai/objects/cubie-tf%2Funified-cub-registry%2F2026-08-15%2Funified_cub_registry_2026-08-15_enriched.csv - unified_cub_registry_2026-08-15.json (2.1 MB) → https://lib.trustfortress.ai/objects/cubie-tf%2Funified-cub-registry%2F2026-08-15%2Funified_cub_registry_2026-08-15.json - unified_cub_registry_2026-08-15.jsonl (2.0 MB) → https://lib.trustfortress.ai/objects/cubie-tf%2Funified-cub-registry%2F2026-08-15%2Funified_cub_registry_2026-08-15.jsonl - unified_cub_registry_2026-08-15.csv (1.2 MB) → https://lib.trustfortress.ai/objects/cubie-tf%2Funified-cub-registry%2F2026-08-15%2Funified_cub_registry_2026-08-15.csv - FINAL_SHEET_CUB_SESSION_2026-08-15.md (24 KB) → https://lib.trustfortress.ai/objects/cubie-tf%2Funified-cub-registry%2F2026-08-15%2FFINAL_SHEET_CUB_SESSION_2026-08-15.md --- Provenance: each collection has an in-repo locator manifest under docs/resource-library/; SHA-256 coverage is manifest-backed where the locator provides it. Publishing runbook: docs/resource-library/AGENT_RUNBOOK.md.