|
14 | 14 |
|
15 | 15 | --- |
16 | 16 |
|
| 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 | + |
17 | 38 | > [!IMPORTANT] |
18 | 39 | > **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. |
19 | 40 |
|
|
0 commit comments