Skip to content

Commit 5de037e

Browse files
committed
docs(readme): add Quick Navigation table
14-row nav table modeled on morgen-mcp / motion-mcp pattern. Every anchor verified against GFM-slug rules — all 14 resolve to real headings in the README (no -1/-2 collision suffixes, no dead links).
1 parent 1f7ac56 commit 5de037e

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,27 @@
1414

1515
---
1616

17+
## Quick Navigation
18+
19+
| Link | Section | What it does | Time |
20+
|---|---|---|---|
21+
| [What this is](#what-this-is) | Overview | The TL;DR — what the kit actually does | ~1 min |
22+
| [Do you actually need this?](#do-you-actually-need-a-three-way-sync) | Audience | ADHD honesty check — who this is (and isn't) for | ~1 min |
23+
| [Why not just...](#why-not-just) | Context | Why Notion / Obsidian / Motion / Zapier alone all fail | ~2 min |
24+
| [What you actually get](#what-you-actually-get) | Reference | Edit-anywhere, canonical source, git history, no lock-in | ~1 min |
25+
| [Architecture](#architecture) | Overview | Six directed edges, three workflows, one daemon | ~1 min |
26+
| [Workflow glossary](#workflow-glossary) | Reference | W1 / W2 / W3 — what each triggers and does | ~1 min |
27+
| [Daemon (local, macOS)](#daemon-local-macos) | Reference | The only thing that touches your filesystem | ~1 min |
28+
| [Prerequisites](#prerequisites) | Setup | Accounts + tools (Obsidian, Notion, Morgen, n8n, GitHub, macOS) | ~2 min |
29+
| [Quickstart](#quickstart) | Setup | Clone → env → daemon → backfill → n8n → smoke test | ~2 min |
30+
| [What's in the box](#whats-in-the-box) | Reference | Repo file-tree tour | ~1 min |
31+
| [Status](#status) | Meta | Alpha — running on my vault, looking for testers | ~1 min |
32+
| [Known quirks](#known-quirks) | Reference | macOS-only daemon, Morgen inbox-only, rate budget | ~1 min |
33+
| [License](#license) | Meta | MIT ||
34+
| [Credits](#credits) | Meta | Built by Nate Davidovich ||
35+
36+
---
37+
1738
> [!IMPORTANT]
1839
> **Template vs. instance.** `task-maxxing` is the **template**. When you run through setup, you'll create your own private `YOUR-VAULT-tasks` repo (step 8) — that's where your live sync state, `.sync-state.json`, and workflow commits actually live. This repo stays clean and reusable. Think `create-react-app` vs. your actual app.
1940

0 commit comments

Comments
 (0)