eop — Task Vault (iCloud-canonical)¶
Task tracker for the eop / ArtifactoftheEstablisher web app. This iCloud
copy is the source of truth — it syncs to phone + computer via Obsidian's
native iCloud sync. A repo mirror at docs/eop-tasks/ exists only so cloud
agents (which clone the repo, can't see iCloud) can read the tasks.
Open it in Obsidian¶
Open folder as vault → pick
…/iCloud~md~obsidian/Documents/eop. (Don't open the whole repo as a vault —
it'd index all the code.)
Sync¶
- This vault ↔ your devices: Obsidian's native iCloud sync. No git needed; edits flow phone ↔ computer automatically (mobile may lag a minute).
- This vault → cloud agents: local Claude refreshes the repo mirror
(
cp -R "<iCloud>/." docs/eop-tasks/+ commit) when cloud agents need to be current. iCloud stays the source of truth.
How it works¶
- One note per task in
tasks/, UIDT-NNN, YAML frontmatter (status,area,created,updated). - [[Task Board]] auto-renders by status — needs the Dataview plugin.
- I reference UIDs in chat ("T-017 blocked", "T-018 doing").
Statuses¶
todo · doing · blocked · done · dropped
Next free UID¶
T-073