# ADE-F.T — Index Map

**Purpose:** Complete inventory of this site — routes, anchors, assets, and agent docs.  
**Companion SoT:** [`SOURCE-OF-TRUTH.md`](./SOURCE-OF-TRUTH.md)  
**Machine twin:** [`index-map.json`](./index-map.json)  
**Updated:** 2026-08-05  
**Root:** `sandbox/adeft/public/` (deploy root when hosted)

---

## 1. Document tree

```
sandbox/adeft/
├── README.md
└── public/                          ← site root
    ├── index.html                   ← single-page UI
    ├── style.css
    ├── app.js
    ├── SOURCE-OF-TRUTH.md           ← human + agent SoT (this site)
    ├── INDEX-MAP.md                 ← this file
    ├── index-map.json               ← machine index
    ├── llms.txt                     ← mandatory agent discovery
    ├── llms-full.txt
    ├── logo-adeft.jpg
    ├── favicon.svg
    ├── favicon-16.png
    ├── favicon-32.png
    ├── favicon-48.png
    ├── favicon-512.png
    └── apple-touch-icon.png
```

---

## 2. URL / path index

| Path | Type | Role |
|------|------|------|
| `/` · `index.html` | HTML | Twin explainer + PoW + ritual + signals + contact footer |
| `/SOURCE-OF-TRUTH.md` | Markdown | Canonical site facts |
| `/INDEX-MAP.md` | Markdown | This inventory |
| `/index-map.json` | JSON | Machine-readable map |
| `/llms.txt` | Text | Short agent SoT (llmstxt.org) |
| `/llms-full.txt` | Text | Expanded agent dump |
| `/style.css` | CSS | Design tokens + layout |
| `/app.js` | JS | Nav toggle · twin hover · fade-in |
| `/logo-adeft.jpg` | Image | ADE-F.T Seven Archers wordmark (nav) |
| `/favicon.svg` | Image | Four interlocking teal arches |
| `/favicon-16.png` | Image | Favicon 16 |
| `/favicon-32.png` | Image | Favicon 32 |
| `/favicon-48.png` | Image | Favicon 48 |
| `/favicon-512.png` | Image | Large mark |
| `/apple-touch-icon.png` | Image | Apple touch icon |

---

## 3. Page anchors (`index.html`)

| ID | Nav label | Section job |
|----|-----------|-------------|
| `#top` | (logo / home) | Hero — acronym, headline, CTAs |
| `#sevens` | Two Sevens | Archetypes vs Archers |
| `#twins` | Twin Matrix | Matched twins table |
| `#proof` | Proof / Builds | Portfolio cards + estimates |
| `#howto` | How | OS ritual steps |
| `#signals` | Signals | Cursor skill call strings |

### Hero CTAs

| Control | Target |
|---------|--------|
| How they twin | `#twins` |
| How you run it | `#howto` |

---

## 4. Proof-of-work outbound map

Each card is an `<a class="pow-card">` with `data-brand` and **Open site →**.

| `data-brand` | Host | Accent note |
|--------------|------|-------------|
| `dome` | https://dome.ml-nightworx.io/ | cyan |
| `rem` | https://rem.ml-nightworx.io/ | amber |
| `lv2` | https://lv2.ml-nightworx.io/ | gold |
| `moat` | https://moat.ml-nightworx.io/ | green |
| `agency888` | https://agency888.ml-nightworx.io/ | gold |
| `legal777` | https://legal777.ml-nightworx.io/ | sand |
| `aaas` | https://aaas.ml-nightworx.io/ | violet |
| `payflow` | https://payflow.ml-nightworx.io/ | teal |
| `onos` | https://onos.ml-nightworx.io/ | blue |
| `hawk` | https://hawk.ml-nightworx.io/ | amber |
| `onos-mk2` | https://onos-mk2.ml-nightworx.io/ | indigo |
| `oasis` | https://oasisproperty.ml-nightworx.io/ | sage |

---

## 5. Chrome / contact map

### Primary nav

Logo wordmark → `#top` · links → anchors in §3 · CTA **Builds** → `#proof`

### Footer columns

| Column | Contents |
|--------|----------|
| Brand | Arch mark + ADE-F.T acronym blurb |
| // Navigate | `#sevens` `#twins` `#proof` `#howto` `#signals` |
| // Agents | `llms.txt` · `llms-full.txt` · llmstxt.org · **SoT** · **Index map** |
| // Contact | WhatsApp · Telegram · email · web · LinkedIn · X |

### Footer bottom

Sydney · London · Paris · Bangkok · ML Nightworx · ML-NTWX

### Contact links (canonical)

| Label | URL |
|-------|-----|
| WhatsApp | https://wa.me/61419000033 |
| Telegram | https://t.me/+61419000033 |
| Email | mailto:support@ml-nightworx.com |
| Web (.io) | https://www.ml-nightworx.io/ |
| Web (.com) | https://ml-nightworx.com/ |
| LinkedIn | https://www.linkedin.com/in/ml-ntwx/ |
| X | https://x.com/ML__NTWX |

---

## 6. Related repo paths (not in public/)

| Path | Role |
|------|------|
| `sandbox/adeft/README.md` | Sandbox home notes |
| `drafts/adeft/` | Block 0 draft, brief, Franchise Kit, OS ritual |
| `sandbox/ntwx-model-router/` | Twin / router configs |
| `.cursor/skills/adeft-design/` | Visual system |
| `.cursor/skills/llms-txt/` | llms.txt skill |
| `.cursor/skills/model-router/` | Model router skill |
| `harness/hermes-routing-2026-08.yaml` | Live swarm routes (Commander-gated) |

---

## 7. Local serve checklist

```bash
cd sandbox/adeft/public && python3 -m http.server 8887
```

| Check | URL |
|-------|-----|
| Home | http://127.0.0.1:8887/ |
| SoT | http://127.0.0.1:8887/SOURCE-OF-TRUTH.md |
| Index map | http://127.0.0.1:8887/INDEX-MAP.md |
| Index JSON | http://127.0.0.1:8887/index-map.json |
| llms.txt | http://127.0.0.1:8887/llms.txt |
