@@ -110,12 +110,12 @@ I like using a bug tracker that embeds bugs and identities and conversations dir
CLI for Lunatask (E2E encrypted productivity app). Names/contents are write-only due to encryption.
-**Conventions:** Resources accept UUIDs or `lunatask://` deeplinks as IDs, config keys for areas/goals/habits/notebooks, `-` for stdin, natural language for dates, and Markdown for content.
+**Conventions:** Resources accept UUIDs or `lunatask://` deeplinks (as `[title](lunatask://...)` links) as IDs, config keys for areas/goals/habits/notebooks, `-` for stdin, natural language for dates, and Markdown for content.
Task notes are useful for storing context/prompts for future agent sessions—use a `TASK_ID` placeholder, then update with the real ID so agents can track progress.
```bash
-lune task add "Name" -a AREA -g GOAL -n "note" -s next
+lune task add "Name" -a AREA -g GOAL -n "[Person](lunatask://person/ID)" -s next
lune task update ID -s completed
lune jrnl "Entry" # or: lune journal add -d yesterday
lune habit track KEY -d "2 days ago"