---
vault_clearance: EUCLID
halo:
  classification: INTERNAL
  confidence: MEDIUM
  front: "08_Project_Astronomicon"
  custodian: "Gemini"
  created: 2026-03-27
  updated: 2026-03-27
  wing: UNASSESSED
  containment: "FORM â€” infra + pipeline paradigm map"
---
# FORM â€” Frontier Operations Relay Mesh

**BOOK:** [BOOK.md](BOOK.md) â€” Scanpy/Seurat/10x doc links and method DOIs as pipeline rows freeze.

> **F**rontier **O**perations **R**elay **M**esh.
> Map scattered scripts vs unified genomics path + warp (u-os.dev) + GCP heavy metal.

---

## The Two Paradigms

### Orthodox (ad-hoc data munging)
- **Philosophy:** Notebook archaeology; â€œit worked on my laptopâ€; paths in chat.
- **Free parameters:** Every rerun invents new folders; duplicate `Analysis *` trees.
- **Tools:** One-off bash, manual STAR, mystery h5ad.
- **Output:** Hard to hand off; brittle for exterior collaborators.

### Astronomicon (ours)
- **Philosophy:** **One compass** â€” canonical methods live under [10 Symphony/methods/](../10_Project_DiscordIntoSymphony/methods/); this project owns **infrastructure narrative**, warp, Worker routes, STATUS, deployment; GCP VM when RAM matters.
- **Free parameters:** Explicit in pipeline docs â€” not rediscovered per session.
- **Tools:** `u_os_dev/`, export_script, Worker README, DEPLOYMENT story at vault/08 links.
- **Output:** Re-runnable pipeline + reachable lab edge for NAMEs without MCP.

---

## Head-to-Head: Axes That Matter

| Axis | Orthodox | Astronomicon |
|------|----------|--------------|
| **Canonical code** | â€œSomewhere in 08â€ | 10/methods entrypoints |
| **Reach** | VPN + prayer | Warp + lab.read patterns |
| **Cost** | Surprise GCP bill | Named VM on demand (Samarkand) |
| **Security** | Keys in chat | wrangler.toml gitignore; HALO exclusions |

---

## The Murder Board â€” Where Orthodox Fails

1. **Ghost folders** â€” README points to paths that moved to `_archive`.
2. **Two truths** â€” â€œpublic labâ€ stale vs vault root fresh.
3. **Silent credential growth** â€” every new service adds shadow keys.
4. **Warp as replacement archive** â€” violates sovereignty triad.

**Astronomicon countermove:** STATUS + export_script + README precedence rules; Technomancer remains ground truth.

---

## What We Take From Orthodox (Honestly)

| From mainstream bioinformatics | Why | Into Astronomicon how |
|--------------------------------|-----|-------------------------|
| **Containers** | Repro env | When adopted, pin in pipeline doc |
| **Workflow managers** | Scale | Compare cost to current Python entry |
| **CI** | Regression | unified-ci patterns at vault level |

---

## The Proof: Concrete Comparisons to Run

1. **Export freshness:** Run `u_os_dev/export_script.py`; diff public_lab root vs vault root files.
2. **Path audit:** Grep for `Analysis 2026-03-13`; should land in `_archive` pointers only.
3. **Warp contract:** One `lab.read` path â€” matches on-disk layout after push.
4. **Cost:** Samarkand job â€” log wall time + RAM; compare to laptop fail.

---

## Expected Result

- **Orthodox** wins **first-hour hack speed**.
- **Astronomicon** wins **relay, reproducibility, and exterior legibility**.

---

## FORM â€” Final Assessment

Astronomicon is **body (data path) + door (warp)**. FORM states: **pipeline canon lives in 10; infra canon lives here.**

---

**Orthodox apex toolbar (vault-wide):** Workers / D1 / wrangler and comparable edge baselines are cited in [16_Project_Constellation/FORM_ORTHODOX_APEX_TOOLING.md](../16_Project_Constellation/FORM_ORTHODOX_APEX_TOOLING.md) â€” **Chapter 08**.

*FORM â€” Frontier Operations Relay Mesh. Same data, reachable door, honest bill.*
