@aitne-sh/aitne 0.1.7 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (317) hide show
  1. package/README.md +256 -833
  2. package/agent-assets/agent-profiles/_safety.md +52 -20
  3. package/agent-assets/agent-profiles/browser-task.md +108 -0
  4. package/agent-assets/agent-profiles/conversational.md +3 -3
  5. package/agent-assets/agent-profiles/profile-importer.md +3 -3
  6. package/agent-assets/agent-profiles/routine-fetch-window.md +30 -19
  7. package/agent-assets/agent-profiles/routine.md +4 -3
  8. package/agent-assets/agents/context-index-reconcile/agent.md +52 -0
  9. package/agent-assets/agents/evening-review/agent.md +53 -0
  10. package/agent-assets/agents/hourly-check/agent.md +62 -0
  11. package/agent-assets/agents/monthly-review/agent.md +55 -0
  12. package/agent-assets/agents/morning-routine/agent.md +78 -0
  13. package/agent-assets/agents/roadmap-maintenance/agent.md +52 -0
  14. package/agent-assets/agents/skill-curation/agent.md +52 -0
  15. package/agent-assets/agents/user-profile-sweep-evening/agent.md +48 -0
  16. package/agent-assets/agents/user-profile-sweep-morning/agent.md +53 -0
  17. package/agent-assets/agents/weekly-review/agent.md +51 -0
  18. package/agent-assets/docs/concepts/agent-day.md +18 -11
  19. package/agent-assets/docs/concepts/auth-health.md +56 -10
  20. package/agent-assets/docs/concepts/backends-and-tiers.md +110 -41
  21. package/agent-assets/docs/concepts/costs-and-quotas.md +74 -19
  22. package/agent-assets/docs/concepts/delegated-mode.md +193 -75
  23. package/agent-assets/docs/concepts/memory-model.md +79 -34
  24. package/agent-assets/docs/concepts/observations.md +61 -11
  25. package/agent-assets/docs/concepts/process-keys.md +66 -17
  26. package/agent-assets/docs/concepts/routines.md +77 -32
  27. package/agent-assets/docs/concepts/safety-and-execution.md +50 -21
  28. package/agent-assets/docs/concepts/safety-model.md +62 -37
  29. package/agent-assets/docs/concepts/skills.md +38 -17
  30. package/agent-assets/docs/features/integrations/browser-history.md +195 -0
  31. package/agent-assets/docs/features/integrations/calendar.md +40 -30
  32. package/agent-assets/docs/features/integrations/git.md +20 -9
  33. package/agent-assets/docs/features/integrations/github.md +93 -35
  34. package/agent-assets/docs/features/integrations/mail.md +60 -17
  35. package/agent-assets/docs/features/integrations/notion.md +51 -11
  36. package/agent-assets/docs/features/integrations/obsidian.md +35 -7
  37. package/agent-assets/docs/features/lifestyle/git.md +45 -44
  38. package/agent-assets/docs/features/lifestyle/reading.md +50 -22
  39. package/agent-assets/docs/features/lifestyle/receipts.md +66 -21
  40. package/agent-assets/docs/features/lifestyle/travel-bookings.md +91 -14
  41. package/agent-assets/docs/features/memory-files/agent-journal.md +111 -50
  42. package/agent-assets/docs/features/memory-files/projects.md +75 -15
  43. package/agent-assets/docs/features/memory-files/roadmap.md +55 -10
  44. package/agent-assets/docs/features/memory-files/schedule.md +113 -70
  45. package/agent-assets/docs/features/memory-files/today.md +47 -21
  46. package/agent-assets/docs/features/memory-files/user-profile.md +67 -31
  47. package/agent-assets/docs/features/messaging/bang-commands.md +115 -28
  48. package/agent-assets/docs/features/messaging/dashboard-chat.md +43 -21
  49. package/agent-assets/docs/features/messaging/discord.md +46 -4
  50. package/agent-assets/docs/features/messaging/overview.md +40 -19
  51. package/agent-assets/docs/features/messaging/pairing-and-magic-phrase.md +94 -27
  52. package/agent-assets/docs/features/messaging/slack.md +79 -14
  53. package/agent-assets/docs/features/messaging/telegram.md +25 -6
  54. package/agent-assets/docs/features/messaging/whatsapp.md +79 -14
  55. package/agent-assets/docs/features/operations/activity-and-conversations.md +45 -16
  56. package/agent-assets/docs/features/operations/approvals.md +53 -15
  57. package/agent-assets/docs/features/operations/backend-routing.md +75 -16
  58. package/agent-assets/docs/features/operations/cost-tracking.md +90 -17
  59. package/agent-assets/docs/features/operations/managed-chromium.md +221 -0
  60. package/agent-assets/docs/features/operations/notifications.md +58 -11
  61. package/agent-assets/docs/features/operations/quiet-hours.md +63 -40
  62. package/agent-assets/docs/features/operations/schedule-approaching.md +59 -16
  63. package/agent-assets/docs/features/routines/custom-routines.md +97 -23
  64. package/agent-assets/docs/features/routines/evening-review.md +75 -22
  65. package/agent-assets/docs/features/routines/hourly-check.md +150 -30
  66. package/agent-assets/docs/features/routines/morning-routine.md +60 -33
  67. package/agent-assets/docs/features/routines/weekly-review.md +65 -20
  68. package/agent-assets/docs/features/wiki/commands.md +37 -16
  69. package/agent-assets/docs/features/wiki/cost-and-approval.md +240 -0
  70. package/agent-assets/docs/features/wiki/dashboard.md +255 -0
  71. package/agent-assets/docs/features/wiki/overview.md +80 -12
  72. package/agent-assets/docs/features/wiki/search.md +248 -0
  73. package/agent-assets/docs/features/wiki/workspaces.md +254 -0
  74. package/agent-assets/docs/getting-started/01-what-is-this.md +64 -32
  75. package/agent-assets/docs/getting-started/02-first-steps.md +28 -10
  76. package/agent-assets/docs/getting-started/03-what-can-this-do.md +42 -21
  77. package/agent-assets/docs/getting-started/04-first-day.md +52 -20
  78. package/agent-assets/docs/glossary.md +285 -21
  79. package/agent-assets/docs/guides/add-a-custom-routine.md +74 -22
  80. package/agent-assets/docs/guides/backup-and-restore.md +92 -14
  81. package/agent-assets/docs/guides/budget-and-cost-for-wiki.md +62 -25
  82. package/agent-assets/docs/guides/build-your-wiki.md +33 -6
  83. package/agent-assets/docs/guides/change-which-model-handles-x.md +70 -9
  84. package/agent-assets/docs/guides/connect-a-new-mail-account.md +80 -15
  85. package/agent-assets/docs/guides/explore-with-trace-and-connect.md +32 -9
  86. package/agent-assets/docs/guides/import-knowledge-file.md +60 -39
  87. package/agent-assets/docs/guides/install-and-run.md +64 -19
  88. package/agent-assets/docs/guides/maintain-wiki-health.md +41 -10
  89. package/agent-assets/docs/guides/migrate-machines.md +86 -18
  90. package/agent-assets/docs/guides/multiple-wikis-for-multiple-domains.md +119 -59
  91. package/agent-assets/docs/guides/pause-the-agent.md +71 -22
  92. package/agent-assets/docs/guides/reinstall-cleanly.md +102 -17
  93. package/agent-assets/docs/guides/setup-wizard.md +126 -56
  94. package/agent-assets/docs/guides/switch-default-backend.md +72 -17
  95. package/agent-assets/docs/guides/use-an-existing-obsidian-vault.md +31 -10
  96. package/agent-assets/docs/reference/api.md +162 -23
  97. package/agent-assets/docs/reference/cli-commands.md +55 -15
  98. package/agent-assets/docs/reference/config.md +246 -39
  99. package/agent-assets/docs/reference/disallowed-tools.md +42 -10
  100. package/agent-assets/docs/reference/keyboard-shortcuts.md +47 -10
  101. package/agent-assets/docs/reference/knowledge-layout.md +620 -0
  102. package/agent-assets/docs/reference/process-keys.md +126 -20
  103. package/agent-assets/docs/reference/skills.md +62 -18
  104. package/agent-assets/docs/troubleshooting/auth-failed.md +53 -19
  105. package/agent-assets/docs/troubleshooting/dashboard-shows-degraded.md +96 -22
  106. package/agent-assets/docs/troubleshooting/fallback-keeps-firing.md +94 -20
  107. package/agent-assets/docs/troubleshooting/messaging-not-pairing.md +77 -22
  108. package/agent-assets/docs/troubleshooting/morning-routine-didnt-run.md +87 -22
  109. package/agent-assets/docs/troubleshooting/observation-not-detected.md +85 -21
  110. package/agent-assets/docs/troubleshooting/quota-exhausted.md +36 -6
  111. package/agent-assets/docs/troubleshooting/wiki-ingest-full-blocked.md +128 -51
  112. package/agent-assets/docs/troubleshooting/wiki-write-failed.md +33 -11
  113. package/agent-assets/optimizer-skills/drift-analysis/SKILL.md +1 -1
  114. package/agent-assets/optimizer-skills/knowledge-map/SKILL.md +1 -1
  115. package/agent-assets/optimizer-skills/skill-curation/SKILL.md +2 -2
  116. package/agent-assets/sandbox/linux/aitne-chromium.apparmor +91 -0
  117. package/agent-assets/sandbox/macos/aitne-chromium.sb +156 -0
  118. package/agent-assets/skills/agent-actions/SKILL.md +122 -0
  119. package/agent-assets/skills/agent-create/SKILL.md +149 -0
  120. package/agent-assets/skills/attach/SKILL.md +3 -4
  121. package/agent-assets/skills/browser-history/SKILL.md +198 -0
  122. package/agent-assets/skills/browser-history-respond/SKILL.md +106 -0
  123. package/agent-assets/skills/browser-task/SKILL.md +169 -0
  124. package/agent-assets/skills/context/SKILL.md +45 -463
  125. package/agent-assets/skills/context/curation.json +2 -2
  126. package/agent-assets/skills/context/references/api.md +232 -0
  127. package/agent-assets/skills/context/references/required-frontmatter.md +73 -0
  128. package/agent-assets/skills/context/references/snapshot-files.md +103 -0
  129. package/agent-assets/skills/context/seeds/file-responsibilities.seed.json +4 -4
  130. package/agent-assets/skills/docs-search/SKILL.md +17 -16
  131. package/agent-assets/skills/external-services/SKILL.delegated.claude.md +14 -26
  132. package/agent-assets/skills/external-services/SKILL.delegated.codex.md +14 -26
  133. package/agent-assets/skills/external-services/SKILL.delegated.gemini.md +14 -26
  134. package/agent-assets/skills/external-services/SKILL.md +9 -262
  135. package/agent-assets/skills/external-services/SKILL.native.claude.md +6 -7
  136. package/agent-assets/skills/external-services/SKILL.native.codex.md +8 -9
  137. package/agent-assets/skills/external-services/SKILL.native.gemini.md +5 -6
  138. package/agent-assets/skills/external-services/references/calendar-apple.md +97 -0
  139. package/agent-assets/skills/external-services/references/calendar-google.md +72 -0
  140. package/agent-assets/skills/external-services/references/calendar-outlook.md +36 -0
  141. package/agent-assets/skills/external-services/references/github.md +17 -0
  142. package/agent-assets/skills/external-services/references/obsidian.md +49 -0
  143. package/agent-assets/skills/external-services/references/skills-crud.md +27 -0
  144. package/agent-assets/skills/gmail-lifestyle/SKILL.md +151 -0
  145. package/agent-assets/skills/gmail-lifestyle/references/receipts-api.md +93 -0
  146. package/agent-assets/skills/gmail-lifestyle/references/travel-bookings-api.md +75 -0
  147. package/agent-assets/skills/mail/SKILL.delegated.claude.md +15 -6
  148. package/agent-assets/skills/mail/SKILL.delegated.codex.md +9 -5
  149. package/agent-assets/skills/mail/SKILL.delegated.gemini.md +9 -5
  150. package/agent-assets/skills/mail/SKILL.md +9 -114
  151. package/agent-assets/skills/mail/SKILL.native.claude.md +1 -1
  152. package/agent-assets/skills/mail/SKILL.native.codex.md +1 -1
  153. package/agent-assets/skills/mail/SKILL.native.gemini.md +1 -1
  154. package/agent-assets/skills/mail/references/api.md +110 -0
  155. package/agent-assets/skills/mail/references/examples.md +70 -0
  156. package/agent-assets/skills/mail/references/providers.md +8 -8
  157. package/agent-assets/skills/managed-tasks/SKILL.md +472 -0
  158. package/agent-assets/skills/managed-tasks/references/errors.md +73 -0
  159. package/agent-assets/skills/managed-tasks/references/output-path.md +75 -0
  160. package/agent-assets/skills/managed-tasks/references/recurrence-rule.md +86 -0
  161. package/agent-assets/skills/management-policy/SKILL.md +54 -125
  162. package/agent-assets/skills/management-policy/curation.json +1 -1
  163. package/agent-assets/skills/management-policy/references/policy-workflow.md +101 -0
  164. package/agent-assets/skills/management-policy/seeds/policy-file-shape.seed.json +1 -1
  165. package/agent-assets/skills/notify/SKILL.md +10 -82
  166. package/agent-assets/skills/notify/references/priority.md +65 -0
  167. package/agent-assets/skills/notion/SKILL.delegated.claude.md +2 -2
  168. package/agent-assets/skills/notion/SKILL.delegated.codex.md +2 -2
  169. package/agent-assets/skills/notion/SKILL.delegated.gemini.md +2 -2
  170. package/agent-assets/skills/notion/SKILL.md +6 -10
  171. package/agent-assets/skills/notion/SKILL.native.claude.md +11 -8
  172. package/agent-assets/skills/notion/SKILL.native.codex.md +10 -6
  173. package/agent-assets/skills/notion/SKILL.native.gemini.md +10 -6
  174. package/agent-assets/skills/observations/SKILL.md +25 -14
  175. package/agent-assets/skills/project-doc/SKILL.md +2 -6
  176. package/agent-assets/skills/project-doc/curation.json +3 -3
  177. package/agent-assets/skills/project-doc/seeds/project-shape.seed.json +7 -4
  178. package/agent-assets/skills/project-doc/seeds/slug-grammar.seed.json +3 -3
  179. package/agent-assets/skills/reading/SKILL.md +12 -2
  180. package/agent-assets/skills/reading/references/reading-taste.md +2 -2
  181. package/agent-assets/skills/roadmap/SKILL.md +43 -141
  182. package/agent-assets/skills/roadmap/curation.json +1 -1
  183. package/agent-assets/skills/roadmap/references/api.md +100 -0
  184. package/agent-assets/skills/roadmap/references/cross-check.md +80 -0
  185. package/agent-assets/skills/roadmap/references/migration.md +56 -0
  186. package/agent-assets/skills/roadmap/references/preparation-timeline.md +2 -2
  187. package/agent-assets/skills/roadmap/seeds/entry-types.seed.json +1 -1
  188. package/agent-assets/skills/schedule/SKILL.md +76 -104
  189. package/agent-assets/skills/schedule/references/batch.md +93 -0
  190. package/agent-assets/skills/schedule/references/errors.md +217 -0
  191. package/agent-assets/skills/schedule/references/model-selection.md +96 -0
  192. package/agent-assets/skills/schedule/references/recurrence-rule.md +86 -0
  193. package/agent-assets/skills/scheduled-managed-task/SKILL.md +59 -51
  194. package/agent-assets/skills/today/SKILL.md +32 -62
  195. package/agent-assets/skills/today/curation.json +3 -3
  196. package/agent-assets/skills/today/references/agent-plan-lifecycle.md +114 -0
  197. package/agent-assets/skills/today/seeds/section-shape.seed.json +1 -1
  198. package/agent-assets/skills/user-interview/SKILL.md +23 -67
  199. package/agent-assets/skills/user-interview/references/op-briefing.md +51 -0
  200. package/agent-assets/skills/user-interview/references/op-morning.md +59 -0
  201. package/agent-assets/skills/user-interview/references/sweep-and-fallback.md +9 -1
  202. package/agent-assets/skills/user-profile/SKILL.md +54 -74
  203. package/agent-assets/skills/user-profile/curation.json +2 -2
  204. package/agent-assets/skills/user-profile/references/character-preferences.md +83 -0
  205. package/agent-assets/skills/user-profile/seeds/routing-table.seed.json +8 -8
  206. package/agent-assets/skills/user-profile/seeds/topic-files.seed.json +30 -2
  207. package/agent-assets/skills/wiki/wiki-ask/SKILL.md +0 -1
  208. package/agent-assets/skills/wiki/wiki-compile/SKILL.md +4 -5
  209. package/agent-assets/skills/wiki/wiki-connect/SKILL.md +0 -1
  210. package/agent-assets/skills/wiki/wiki-graduate/SKILL.md +0 -1
  211. package/agent-assets/skills/wiki/wiki-ingest/SKILL.md +0 -1
  212. package/agent-assets/skills/wiki/wiki-lint/SKILL.md +0 -1
  213. package/agent-assets/skills/wiki/wiki-trace/SKILL.md +0 -1
  214. package/agent-assets/skills/wiki/wiki-vault-rules/SKILL.md +0 -1
  215. package/agent-assets/system-prompts/routine-fetch-window.md +78 -0
  216. package/agent-assets/system-prompts/skill-index-instruction.md +26 -0
  217. package/agent-assets/task-flows/_partials/calendar-acquire.google_calendar.md +20 -11
  218. package/agent-assets/task-flows/_partials/calendar-acquire.outlook_calendar.md +18 -9
  219. package/agent-assets/task-flows/_partials/capture-user-info.md +24 -0
  220. package/agent-assets/task-flows/_partials/confirm-subflow.md +68 -0
  221. package/agent-assets/task-flows/_partials/dm-intent.long-horizon.md +35 -0
  222. package/agent-assets/task-flows/_partials/dm-intent.project.md +391 -0
  223. package/agent-assets/task-flows/_partials/mail-acquire.gmail.md +20 -11
  224. package/agent-assets/task-flows/_partials/mail-acquire.outlook_mail.md +18 -9
  225. package/agent-assets/task-flows/_partials/notion-acquire.notion.md +26 -15
  226. package/agent-assets/task-flows/browser_task.md +84 -0
  227. package/agent-assets/task-flows/github.assigned.md +1 -1
  228. package/agent-assets/task-flows/github.pull_request.review_requested.md +2 -2
  229. package/agent-assets/task-flows/github.workflow_run.failed.md +2 -2
  230. package/agent-assets/task-flows/knowledge.import.md +15 -15
  231. package/agent-assets/task-flows/message.received.dm.md +20 -17
  232. package/agent-assets/task-flows/message.received.dm_first.md +11 -15
  233. package/agent-assets/task-flows/routine.custom.md +6 -4
  234. package/agent-assets/task-flows/routine.evening_review.md +46 -170
  235. package/agent-assets/task-flows/routine.fetch_window.md +19 -14
  236. package/agent-assets/task-flows/routine.hourly_check.md +27 -15
  237. package/agent-assets/task-flows/routine.hourly_check.triage.md +1 -1
  238. package/agent-assets/task-flows/routine.monthly_review.md +67 -25
  239. package/agent-assets/task-flows/routine.morning_routine_journal.md +135 -0
  240. package/agent-assets/task-flows/routine.morning_routine_today.md +673 -0
  241. package/agent-assets/task-flows/routine.research_cluster_update.md +35 -0
  242. package/agent-assets/task-flows/routine.research_dispatch.md +38 -0
  243. package/agent-assets/task-flows/routine.research_offer_dm.md +125 -0
  244. package/agent-assets/task-flows/routine.research_wiki_summary.md +53 -0
  245. package/agent-assets/task-flows/routine.roadmap_refresh.md +68 -23
  246. package/agent-assets/task-flows/routine.today_refresh.md +4 -4
  247. package/agent-assets/task-flows/routine.user_profile_sweep.md +19 -20
  248. package/agent-assets/task-flows/routine.weekly_review.md +370 -86
  249. package/agent-assets/task-flows/schedule.approaching.md +0 -1
  250. package/agent-assets/task-flows/scheduled.dm.md +13 -13
  251. package/agent-assets/task-flows/scheduled.task.md +9 -9
  252. package/agent-assets/task-flows/setup.initial.md +171 -251
  253. package/agent-assets/task-flows/setup.update.md +2 -2
  254. package/agent-assets/task-flows/wiki.ingest_url.md +1 -1
  255. package/agent-assets/templates/README.md +27 -20
  256. package/agent-assets/templates/_index.md +42 -26
  257. package/agent-assets/templates/_manifest.json +34 -99
  258. package/agent-assets/templates/{user → identity}/_index.md +1 -1
  259. package/agent-assets/templates/identity/expertise.md +9 -0
  260. package/agent-assets/templates/identity/goals.md +9 -0
  261. package/agent-assets/templates/identity/people.md +13 -0
  262. package/agent-assets/templates/identity/personal.md +9 -0
  263. package/agent-assets/templates/{user → identity}/profile.md +2 -2
  264. package/agent-assets/templates/identity/work.md +9 -0
  265. package/agent-assets/templates/{dossiers → knowledge/dossiers}/_index.md +2 -2
  266. package/agent-assets/templates/{projects → plans/projects}/_active.base +1 -1
  267. package/agent-assets/templates/policies/_index.md +21 -0
  268. package/agent-assets/templates/{rules → policies}/journal-export.md +1 -1
  269. package/agent-assets/templates/policies/journal-format.md +168 -0
  270. package/agent-assets/templates/{rules/policies → policies/management-captures}/_index.md +2 -2
  271. package/agent-assets/templates/{rules → policies}/management.md +3 -3
  272. package/agent-assets/templates/{rules → policies}/mcp.md +1 -1
  273. package/agent-assets/templates/{rules → policies}/redaction.md +1 -1
  274. package/agent-assets/templates/{routines → policies/routines}/_index.md +1 -1
  275. package/agent-assets/templates/{routines → policies/routines}/evening.md +2 -2
  276. package/agent-assets/templates/{routines → policies/routines}/hourly.md +1 -1
  277. package/agent-assets/templates/{routines → policies/routines}/monthly.md +2 -2
  278. package/bin/aitne.mjs +21 -5
  279. package/package.json +5 -4
  280. package/scripts/commands/doctor.mjs +63 -5
  281. package/scripts/commands/run-now.mjs +187 -0
  282. package/scripts/commands/verify.mjs +264 -0
  283. package/scripts/lib/ports.d.mts +27 -0
  284. package/scripts/lib/ports.mjs +36 -0
  285. package/scripts/lib/read-api-token.mjs +176 -0
  286. package/scripts/start.mjs +2 -1
  287. package/agent-assets/docs/features/lifestyle/travel-time.md +0 -52
  288. package/agent-assets/docs/features/routines/monthly-review.md +0 -65
  289. package/agent-assets/skills/management-task-modify/SKILL.md +0 -203
  290. package/agent-assets/skills/management-task-register/SKILL.md +0 -330
  291. package/agent-assets/skills/management-task-stop/SKILL.md +0 -166
  292. package/agent-assets/skills/receipts/SKILL.md +0 -134
  293. package/agent-assets/skills/travel/SKILL.md +0 -132
  294. package/agent-assets/skills/travel-time/SKILL.md +0 -158
  295. package/agent-assets/task-flows/routine.morning_routine.md +0 -322
  296. package/agent-assets/task-flows/routine.morning_routine_initial.md +0 -204
  297. package/agent-assets/templates/context-index.md +0 -42
  298. package/agent-assets/templates/rules/_index.md +0 -19
  299. package/agent-assets/templates/rules/journal-format.md +0 -61
  300. package/agent-assets/templates/user/expertise.md +0 -7
  301. package/agent-assets/templates/user/goals.md +0 -7
  302. package/agent-assets/templates/user/people.md +0 -7
  303. package/agent-assets/templates/user/personal.md +0 -7
  304. package/agent-assets/templates/user/work.md +0 -7
  305. /package/agent-assets/templates/{agent/journal.md → journal/agent.md} +0 -0
  306. /package/agent-assets/templates/{dossiers → knowledge/dossiers}/evening.md +0 -0
  307. /package/agent-assets/templates/{dossiers → knowledge/dossiers}/hourly.md +0 -0
  308. /package/agent-assets/templates/{dossiers → knowledge/dossiers}/monthly.md +0 -0
  309. /package/agent-assets/templates/{dossiers → knowledge/dossiers}/morning.md +0 -0
  310. /package/agent-assets/templates/{dossiers → knowledge/dossiers}/roadmap.md +0 -0
  311. /package/agent-assets/templates/{dossiers → knowledge/dossiers}/weekly.md +0 -0
  312. /package/agent-assets/templates/{projects → plans/projects}/_index.md +0 -0
  313. /package/agent-assets/templates/{roadmap.md → plans/roadmap.md} +0 -0
  314. /package/agent-assets/templates/{routines → policies/routines}/morning.md +0 -0
  315. /package/agent-assets/templates/{routines → policies/routines}/weekly.md +0 -0
  316. /package/agent-assets/templates/{agent → state}/profile-questions.md +0 -0
  317. /package/agent-assets/templates/{today.md → state/today.md} +0 -0
@@ -0,0 +1,254 @@
1
+ ---
2
+ schema_version: 1
3
+ slug: features/wiki/workspaces
4
+ title: Wiki Workspaces, Vaults, and Write Strategy
5
+ id: wiki-workspaces
6
+ aliases:
7
+ - wiki workspace
8
+ - wiki workspaces
9
+ - internal wiki
10
+ - external wiki
11
+ - multi-workspace wiki
12
+ - obsidian vault wiki
13
+ - wiki write strategy
14
+ - wiki language
15
+ category: features
16
+ summary: |
17
+ How wiki workspaces are organised — the difference between internal
18
+ and external mode, how multi-workspace addressing works (`@<name>`),
19
+ how Aitne picks between direct filesystem writes and the Obsidian CLI
20
+ on external vaults, and what each `/settings/wiki` toggle does to the
21
+ underlying `wiki_workspaces` row.
22
+ section: wiki
23
+ tags:
24
+ - wiki
25
+ - workspaces
26
+ - config
27
+ - core
28
+ status: stable
29
+ ask_examples:
30
+ - What is a wiki workspace?
31
+ - What is the difference between internal and external wiki?
32
+ - How do I add a second wiki workspace?
33
+ - How do I switch between wikis in a DM?
34
+ - Why is the wiki writing through the Obsidian CLI instead of directly?
35
+ - What is the wiki write strategy?
36
+ - Can the wiki language be different from my primary language?
37
+ - Can two wikis live in nested folders?
38
+ locale: en-US
39
+ created: 2026-05-21
40
+ updated: 2026-05-28
41
+ keywords:
42
+ - wiki workspace
43
+ - workspace
44
+ - internal mode
45
+ - external mode
46
+ - multi-workspace
47
+ - @workspace
48
+ - write strategy
49
+ - fs strategy
50
+ - cli strategy
51
+ - auto strategy
52
+ - obsidian-cli
53
+ - iCloud sandbox
54
+ - dispatch mode
55
+ - parallel
56
+ - serial
57
+ - concurrency_cap
58
+ - language
59
+ - dm_agent_write_enabled
60
+ - archive workspace
61
+ related:
62
+ - features/wiki/overview
63
+ - features/wiki/commands
64
+ - features/wiki/dashboard
65
+ - guides/use-an-existing-obsidian-vault
66
+ - guides/multiple-wikis-for-multiple-domains
67
+ - troubleshooting/wiki-write-failed
68
+ ui_anchors:
69
+ - /settings/wiki
70
+ api_endpoints:
71
+ - /api/wiki/workspaces
72
+ - /api/wiki/workspaces/probe
73
+ - /api/wiki/workspaces/:workspace
74
+ - /api/wiki/workspaces/:workspace/archive
75
+ process_keys:
76
+ - wiki.ingest_url
77
+ - wiki.compile
78
+ - wiki.ask
79
+ - wiki.lint
80
+ - wiki.trace
81
+ - wiki.connect
82
+ config_keys:
83
+ - primaryVaultPath
84
+ - externalObsidianVaultPath
85
+ ---
86
+
87
+ # Wiki Workspaces, Vaults, and Write Strategy
88
+
89
+ A **wiki workspace** is one row in the `wiki_workspaces` table plus
90
+ the directory tree it points at. Aitne ships with no active
91
+ workspace; the first run of the Enable flow creates one named
92
+ `default`. Phase 5 unlocked multi-workspace — you can run as many
93
+ side-by-side wikis as you have distinct knowledge domains.
94
+
95
+ ## Internal vs external mode
96
+
97
+ | | Internal (recommended) | External |
98
+ |---|---|---|
99
+ | Root path | `$PA_DATA_DIR/context/knowledge/wiki/<name>` (daemon-owned, inside the context vault) | Any path you pick (typically an existing Obsidian vault) |
100
+ | Writes | Atomic local-fs writes | Atomic local-fs writes when permitted; Obsidian-CLI fallback for sandboxed paths |
101
+ | Backup surface | `md_file_snapshots` table | git auto-commit (when the vault is git-tracked) + sibling backup mirror under `90_meta/health/pre-migrate-<date>/` |
102
+ | iCloud-friendly | Yes (lives in `~/.personal-agent`) | Yes via the Obsidian CLI fallback (requires the Obsidian app running) |
103
+ | Best for | First-time users, isolated wiki, no Obsidian dependency | Power users with an existing Obsidian vault they want the agent to extend |
104
+
105
+ Path-collision rules apply to both modes:
106
+ - The workspace root must not overlap `PA_DATA_DIR`.
107
+ - It must not overlap your primary Obsidian vault (`primaryVaultPath`).
108
+ - It must not overlap the external Obsidian vault (`externalObsidianVaultPath`).
109
+ - Two wiki workspaces may not nest — neither root can be inside the other.
110
+
111
+ The dashboard probe (`POST /api/wiki/workspaces/probe`) runs these
112
+ checks live before the workspace row is written and surfaces a
113
+ human-readable error if any rule trips.
114
+
115
+ ## The layered layout
116
+
117
+ Every workspace, internal or external, lays out the same five
118
+ top-level subdirectories plus a workspace-root `log.md`:
119
+
120
+ | Layer | Owner | Purpose |
121
+ |---|---|---|
122
+ | `00_inbox/` | Human-only | Drop-zone for things you want the agent to read but not write to. The agent has read access. |
123
+ | `10_raw/` | Wiki agent (append-only) | Source-faithful raw notes per URL ingested. |
124
+ | `20_wiki/` | Wiki agent | Synthesised wiki articles plus `_index.md`. |
125
+ | `30_outputs/` | Wiki agent | Answer / report artifacts from `!ask`, `!trace`, `!connect`. |
126
+ | `90_meta/` | Wiki agent | Taxonomy (`taxonomy.md`), schemas, health reports (`90_meta/health/<date>.md`), migration records (`90_meta/health/pre-migrate-<date>/`). |
127
+ | `log.md` | Wiki agent (append-only) | One line per write. Drives the dashboard timeline. |
128
+
129
+ The DM agent can read wiki search and index routes, but only the
130
+ wiki process keys (`wiki.ingest_url`, `wiki.compile`, `wiki.ask`,
131
+ `wiki.lint`, `wiki.trace`, `wiki.connect`) can write into these
132
+ layers. The chokepoint is `POST /api/wiki/:workspace/files/:path` —
133
+ the route validates the layer the path resolves into and rejects
134
+ writes to `00_inbox/` unconditionally.
135
+
136
+ ## Multi-workspace addressing
137
+
138
+ Every wiki bang command accepts an optional `@<name>` token
139
+ immediately after the bang to target a specific workspace. The token
140
+ is parsed before the command's own argument parser sees the rest, so
141
+ multi-word topics and comma-separated arguments work as normal:
142
+
143
+ ```
144
+ !compile @research full
145
+ !ask @parenting what did the pediatrician recommend?
146
+ !connect @research diffusion models, score matching
147
+ ```
148
+
149
+ Omit the token and the command targets the **default** workspace —
150
+ in practice the oldest active workspace (lowest id), which is the one
151
+ named `default` on a fresh install, or the next-oldest active
152
+ workspace if `default` has been archived.
153
+
154
+ A workspace name after `@` must start with a letter or digit and then
155
+ contain only letters, digits, `.`, `_`, or `-` (max 64 chars). An
156
+ invalid token is rejected with a usage error rather than silently
157
+ falling back to the default.
158
+
159
+ See [guides/multiple-wikis-for-multiple-domains](../../guides/multiple-wikis-for-multiple-domains.md)
160
+ for a walkthrough.
161
+
162
+ ## Write strategy (`fs` / `cli` / `auto`)
163
+
164
+ `wiki_workspaces.write_strategy` controls how the daemon persists a
165
+ write. Three values:
166
+
167
+ - **`fs`** — atomic local-fs writes via `writeFileAtomically()`.
168
+ Internal-mode workspaces always use `fs`; the toggle is fixed on
169
+ the row but the column is read-only for internal workspaces.
170
+ - **`cli`** — writes go through the official Obsidian CLI (the
171
+ Catalyst-only CLI shipped since 2026-02; requires the Obsidian app
172
+ running). Used for external vaults that live in sandboxed
173
+ locations (typically iCloud-synced vaults) where direct fs writes
174
+ fail with `EPERM` / `EACCES` / `EROFS` / `EBUSY`.
175
+ - **`auto`** — the resolver tries `fs` first, falls back to `cli`
176
+ on those sandbox error codes, and persists the resolved value back
177
+ to the row so subsequent writes skip the probe.
178
+
179
+ Internal workspaces are pinned to `fs`. External workspaces start in
180
+ `auto` and self-tune. You can override the resolved value from
181
+ `/settings/wiki` if you need to force one path or the other (e.g. to
182
+ test the CLI path on a non-sandboxed vault).
183
+
184
+ The resolved strategy is surfaced in the workspace API response and
185
+ on the `/settings/wiki` row, so you can always see which path
186
+ (`fs` or `cli`) `auto` settled on. The full design is in
187
+ WIKI_BUILDER_DESIGN.md §P2.B / §8.
188
+
189
+ ## Dispatch mode (`parallel` / `serial`)
190
+
191
+ `!ingest` honours the per-workspace **dispatch mode** in
192
+ `/settings/wiki`:
193
+
194
+ - **Parallel** (default): all URLs fan out simultaneously up to the
195
+ per-URL concurrency cap (`wiki_workspaces.concurrency_cap`, default
196
+ `3`, valid range 1–10). Fastest; small risk of bursting rate
197
+ limits at the URL host.
198
+ - **Serial**: URLs are enqueued in submitted order; each agent
199
+ session starts only after the previous one completes. Slower but
200
+ predictable budget and rate.
201
+
202
+ The acknowledgement DM tells you which mode ran
203
+ (`in parallel` / `serially`).
204
+
205
+ ## Language
206
+
207
+ `wiki_workspaces.language` is the workspace's content language. It
208
+ defaults to `en` and is independent of `runtimeSettings.primaryLanguage`
209
+ — see WIKI_BUILDER_DESIGN.md §14 Q2 for the reasoning. You can pick
210
+ any language tag from the picker in `/settings/wiki`; the value is
211
+ passed to the wiki skills as the target language for compiled
212
+ articles, ask answers, and trace / connect outputs.
213
+
214
+ The wiki language does **not** cascade from your primary language at
215
+ seed time. A user who runs the dashboard in Japanese can keep their
216
+ wiki in English, and vice versa.
217
+
218
+ ## Archive vs delete
219
+
220
+ - **Archive** — flips `active=0` on the row but keeps the on-disk
221
+ data and the row's metadata. Bang commands cannot target an
222
+ archived workspace; the dashboard hides it from the active list
223
+ but surfaces it in an "Archived" collapsible. You can unarchive by
224
+ re-enabling the workspace.
225
+ - **Delete** — drops the row. On-disk data is **not** removed for
226
+ external workspaces (the daemon never deletes the user's vault).
227
+ For internal workspaces, the disk tree is also left in place under
228
+ `$PA_DATA_DIR/context/knowledge/wiki/<name>` — recover by re-creating
229
+ a workspace at the same name.
230
+
231
+ ## Fields and defaults reference
232
+
233
+ Quick map between the dashboard knobs and the `wiki_workspaces` row:
234
+
235
+ | Setting | Column | Default |
236
+ |---|---|---|
237
+ | Workspace name | `name` | `default` |
238
+ | Kind | `kind` | `internal` |
239
+ | Root path | `root_path` | `$PA_DATA_DIR/context/knowledge/wiki/<name>` (internal) |
240
+ | Language | `language` | `en` |
241
+ | Dispatch mode | `dispatch_mode` | `parallel` |
242
+ | Concurrency cap | `concurrency_cap` | `3` |
243
+ | Write strategy | `write_strategy` | `fs` (internal) / `auto` (external) |
244
+ | Pre-compile git auto-commit | `git_pre_compile_enabled` | `1` |
245
+ | Full-compile approval threshold | `full_compile_approval_threshold_usd` | `2.00` |
246
+ | DM-agent writes allowed | `dm_agent_write_enabled` | `0` |
247
+ | Bridge feature | `bridge_enabled` | `0` |
248
+ | Bridge measurement-only | `bridge_measurement_only` | `1` |
249
+ | Bridge min confidence | `bridge_min_confidence` | `0.70` |
250
+ | Active | `active` | `1` |
251
+
252
+ `dm_agent_write_enabled=0` is the safe default — the DM agent can
253
+ only call the read-side wiki routes; writes happen inside dedicated
254
+ `wiki.*` sessions spawned by bang commands.
@@ -3,25 +3,51 @@ schema_version: 1
3
3
  slug: getting-started/01-what-is-this
4
4
  title: What is Aitne?
5
5
  id: what-is-this
6
+ aliases:
7
+ - aitne
8
+ - what is aitne
9
+ - what is this
10
+ - introduction
11
+ - personal AI agent
6
12
  category: getting-started
7
13
  summary: |
8
14
  Aitne is a local-first proactive personal AI agent. It runs
9
- as a daemon on your own machine, calls Claude / Codex / Gemini via
10
- API keys you register (with the local CLI's subscription auth as a
11
- fallback), and stores all memory as plain Markdown files.
15
+ as a daemon on your own machine, drives Claude / Codex / Gemini /
16
+ OpenCode via API keys you register (with the local CLI's
17
+ subscription auth as a fallback), and stores all memory as plain
18
+ Markdown files.
12
19
  section: getting-started
13
20
  tags:
14
21
  - core
15
22
  - getting-started
23
+ - backends
16
24
  status: stable
17
25
  ask_examples:
18
26
  - What is Aitne?
19
27
  - How is this different from ChatGPT?
20
28
  - Where does my data live?
21
29
  - What can Aitne actually do for me?
30
+ - Which backends can Aitne drive?
22
31
  locale: en-US
32
+ ui_anchors:
33
+ - /
34
+ - /settings/models
35
+ keywords:
36
+ - introduction
37
+ - overview
38
+ - what is aitne
39
+ - personal agent
40
+ - local-first
41
+ - proactive
42
+ - markdown memory
43
+ - backends
23
44
  created: 2026-04-25
24
- updated: 2026-04-27
45
+ updated: 2026-05-28
46
+ context_files:
47
+ - state/today.md
48
+ - plans/roadmap.md
49
+ - journal/agent.md
50
+ - identity/profile.md
25
51
  related:
26
52
  - getting-started/02-first-steps
27
53
  - getting-started/03-what-can-this-do
@@ -33,10 +59,11 @@ related:
33
59
  # What is Aitne?
34
60
 
35
61
  Aitne is a local-first personal AI agent. It runs as a long-running
36
- daemon on your own machine, drives Claude Code, Codex CLI, or Gemini
37
- CLI via provider API keys you register (with the CLI's local
38
- subscription login as a fallback), and keeps all of its memory as
39
- plain Markdown files under `~/.personal-agent/`.
62
+ daemon on your own machine, drives Claude Code, Codex CLI, Gemini
63
+ CLI, or OpenCode (`@opencode-ai/sdk` server) via provider API keys
64
+ you register (with the CLI's local subscription login as a
65
+ fallback), and keeps all of its memory as plain Markdown files under
66
+ `~/.personal-agent/`.
40
67
 
41
68
  Unlike a chat assistant that only responds when you type, Aitne also
42
69
  runs on its own — on a schedule, in reaction to changes it sees in
@@ -51,7 +78,7 @@ By default:
51
78
 
52
79
  - Every morning, it reads your calendar, unread mail, open tasks, and
53
80
  recent notes, and writes today's plan into
54
- [`today.md`](../features/memory-files/today.md).
81
+ [`state/today.md`](../features/memory-files/today.md).
55
82
  - Every evening, it reviews how the day went and updates
56
83
  [`journal.md`](../features/memory-files/agent-journal.md).
57
84
  - Once a week and once a month, it rolls those journals up.
@@ -99,9 +126,8 @@ decides what (if anything) is worth telling you about.
99
126
  [reading list](../features/lifestyle/reading.md),
100
127
  [receipts](../features/lifestyle/receipts.md), and
101
128
  [travel bookings](../features/lifestyle/travel-bookings.md).
102
- - [Calendar](../features/integrations/calendar.md) — including
103
- [travel-time](../features/lifestyle/travel-time.md) lookups before
104
- events.
129
+ - [Calendar](../features/integrations/calendar.md) — pre-meeting
130
+ nudges and same-day briefing context.
105
131
  - [Obsidian](../features/integrations/obsidian.md) — watches a vault
106
132
  for new notes.
107
133
  - [Notion](../features/integrations/notion.md) — watches selected
@@ -116,43 +142,49 @@ Everything the agent learns about you is written as Markdown files
116
142
  you can read, edit, and version yourself. Nothing important lives in
117
143
  an opaque vector store.
118
144
 
119
- - [`user/profile.md`](../features/memory-files/user-profile.md) —
145
+ - [`identity/profile.md`](../features/memory-files/user-profile.md) —
120
146
  what the agent knows about you.
121
- - [`projects/*.md`](../features/memory-files/projects.md) — one file
147
+ - [`plans/projects/*.md`](../features/memory-files/projects.md) — one file
122
148
  per active project.
123
- - [`roadmap.md`](../features/memory-files/roadmap.md) — longer-term
149
+ - [`plans/roadmap.md`](../features/memory-files/roadmap.md) — longer-term
124
150
  goals.
125
- - [`schedule/YYYY-MM-DD.md`](../features/memory-files/schedule.md) —
126
- per-day plans.
127
- - [`today.md`](../features/memory-files/today.md) — today's plan.
128
- - [`agent/journal.md`](../features/memory-files/agent-journal.md) —
151
+ - [`state/today.md`](../features/memory-files/today.md) — today's plan.
152
+ - [`journal/daily/YYYY-MM-DD.md`](../features/memory-files/schedule.md) —
153
+ per-day archived plans.
154
+ - [`journal/agent.md`](../features/memory-files/agent-journal.md) —
129
155
  what the agent did and noticed.
130
156
 
131
157
  → [Memory Model](../concepts/memory-model.md)
132
158
 
133
- ### Drive Claude Code / Codex / Gemini via API keys
159
+ ### Drive Claude Code / Codex / Gemini / OpenCode via API keys
134
160
 
135
- Aitne drives Claude Code, Codex CLI, and Gemini CLI on your behalf.
136
- The recommended setup is to register a provider API key for each
137
- backend you want to use — this matches what Anthropic, OpenAI, and
138
- Google document for headless / programmatic agent use, and gives you
139
- predictable per-call billing that is unambiguously permitted.
161
+ Aitne drives Claude Code, Codex CLI, Gemini CLI, and OpenCode on
162
+ your behalf. The recommended setup is to register a provider API key
163
+ for each backend you want to use — this matches what Anthropic,
164
+ OpenAI, and Google document for headless / programmatic agent use,
165
+ and gives you predictable per-call billing that is unambiguously
166
+ permitted.
140
167
 
141
168
  - Claude — `ANTHROPIC_API_KEY` (via Claude Code)
142
169
  - Codex — `OPENAI_API_KEY` (via Codex CLI)
143
170
  - Gemini — `GEMINI_API_KEY` / `GOOGLE_API_KEY` (via Gemini CLI)
171
+ - OpenCode — provider key (Anthropic / OpenAI / OpenRouter / …)
172
+ forwarded into the OpenCode server in Managed or Remote mode
144
173
 
145
174
  If you skip the API key, Aitne falls back to whatever local
146
175
  subscription login the CLI already has on your machine (`claude`,
147
176
  `codex login`, `gemini auth`). This fallback works mechanically, but
148
177
  most providers do not officially support running automated agents on
149
- a personal subscription — Anthropic currently prohibits using the
150
- Claude Agent SDK with a Claude Pro / Max subscription. The dashboard
151
- surfaces a warning whenever a backend is running on subscription
152
- auth.
153
-
154
- Each kind of work (heavy reasoning vs. a quick reply) is mapped to a
155
- backend; you can change the mapping any time.
178
+ a personal subscription — Anthropic, for example, currently prohibits
179
+ using the Claude Agent SDK with a Claude Pro / Max subscription. The
180
+ dashboard surfaces a warning whenever a backend is running on
181
+ subscription auth.
182
+
183
+ Each kind of work is mapped to a backend and a tier most work runs
184
+ on medium (Claude Sonnet 4.6 by default) and quick triage on lite
185
+ (Claude Haiku 4.5). The high tier (Claude Opus 4.8) is registered but
186
+ left unseeded; you opt into it per task from the dashboard. You can
187
+ change any of this mapping at any time.
156
188
 
157
189
  → [Backends and Tiers](../concepts/backends-and-tiers.md) ·
158
190
  [Costs and Quotas](../concepts/costs-and-quotas.md) ·
@@ -3,6 +3,11 @@ schema_version: 1
3
3
  slug: getting-started/02-first-steps
4
4
  title: First Steps in the Dashboard
5
5
  id: first-steps
6
+ aliases:
7
+ - first steps
8
+ - first time
9
+ - dashboard onboarding
10
+ - after install
6
11
  category: getting-started
7
12
  summary: |
8
13
  What to do the moment the dashboard opens — finish the setup wizard,
@@ -11,20 +16,33 @@ section: getting-started
11
16
  tags:
12
17
  - core
13
18
  - getting-started
19
+ - setup
14
20
  status: stable
15
21
  ask_examples:
16
22
  - I just opened the dashboard. What now?
17
23
  - How do I get the agent to talk to me?
18
24
  - Do I have to connect every integration?
25
+ - Where is the setup wizard?
19
26
  locale: en-US
27
+ keywords:
28
+ - first steps
29
+ - setup wizard
30
+ - pair messaging
31
+ - dashboard onboarding
32
+ - health pill
20
33
  created: 2026-04-27
21
- updated: 2026-05-04
34
+ updated: 2026-05-28
22
35
  related:
23
36
  - getting-started/01-what-is-this
24
37
  - getting-started/03-what-can-this-do
25
38
  - getting-started/04-first-day
26
39
  - guides/setup-wizard
27
- - guides/use-cloud-providers
40
+ ui_anchors:
41
+ - /setup
42
+ - /
43
+ - /activity
44
+ - /connections
45
+ - /settings/models
28
46
  ---
29
47
 
30
48
  # First Steps in the Dashboard
@@ -51,19 +69,19 @@ in (a backend, a messaging pair). Run through it once, top to bottom.
51
69
  [Messaging Overview](../features/messaging/overview.md) for the
52
70
  list of supported apps and what each one does well.
53
71
  3. **Pick a main backend and register an API key.** Pick the LLM
54
- the agent uses for "think hard" turns (Claude / Codex / Gemini)
55
- and paste a provider API key — the supported way to run a
56
- headless agent. If you skip the key, the daemon falls back to
72
+ the agent uses for "think hard" turns (Claude / Codex / Gemini /
73
+ OpenCode) and paste a provider API key — the supported way to run
74
+ a headless agent. If you skip the key, the daemon falls back to
57
75
  whatever subscription login the matching CLI already has on your
58
76
  machine; the dashboard surfaces a warning when this happens
59
77
  because most providers do not support running agents on a
60
78
  personal subscription. The same picker also lets you point the
61
79
  backend at a cloud provider (Bedrock / Vertex / Foundry / Azure
62
- OpenAI / Gemini-Vertex) instead of the direct API key — see
63
- [Use a Cloud Provider for Models](../guides/use-cloud-providers.md).
64
- Defaults are sensible and can be changed later from
65
- `/settings/models`. Background:
66
- [Backends and Tiers](../concepts/backends-and-tiers.md).
80
+ OpenAI / Gemini-Vertex) instead of the direct API key — the
81
+ provider dropdown on `/settings/models` is the single surface for
82
+ both direct keys and cloud-provider credentials. Defaults are
83
+ sensible and can be changed later from `/settings/models`.
84
+ Background: [Backends and Tiers](../concepts/backends-and-tiers.md).
67
85
  4. **Skip integrations you do not need yet.** Mail, calendar, git,
68
86
  Notion, Obsidian are all optional and re-runnable any time from
69
87
  `/connections`.
@@ -3,6 +3,11 @@ schema_version: 1
3
3
  slug: getting-started/03-what-can-this-do
4
4
  title: What This App Can Do
5
5
  id: what-can-this-do
6
+ aliases:
7
+ - what can it do
8
+ - capabilities
9
+ - feature tour
10
+ - what features exist
6
11
  category: getting-started
7
12
  summary: |
8
13
  A tour of Aitne's capabilities at a beginner-friendly
@@ -11,25 +16,42 @@ section: getting-started
11
16
  tags:
12
17
  - core
13
18
  - getting-started
14
- - overview
19
+ - routines
20
+ - messaging
21
+ - wiki
15
22
  status: stable
16
23
  ask_examples:
17
24
  - What can Aitne actually do?
18
25
  - What features should I try first?
19
26
  - How does the agent reach out to me?
27
+ - Can the agent transcribe my voice messages?
28
+ - Can the agent build me a personal wiki?
20
29
  locale: en-US
30
+ keywords:
31
+ - capabilities
32
+ - feature tour
33
+ - overview
34
+ - voice transcription
35
+ - wiki
36
+ - lifestyle
21
37
  created: 2026-04-27
22
- updated: 2026-05-04
38
+ updated: 2026-05-28
23
39
  related:
24
40
  - getting-started/01-what-is-this
25
41
  - getting-started/02-first-steps
26
42
  - getting-started/04-first-day
27
43
  - concepts/routines
28
44
  - concepts/memory-model
29
- - features/messaging/voice-attachments
30
- - features/operations/skill-self-optimization
45
+ - concepts/skills
46
+ - features/messaging/overview
31
47
  - features/wiki/overview
32
48
  - features/wiki/commands
49
+ ui_anchors:
50
+ - /chat
51
+ - /connections/messaging
52
+ - /knowledge
53
+ - /wiki
54
+ - /settings/self-learning
33
55
  ---
34
56
 
35
57
  # What This App Can Do
@@ -40,8 +62,8 @@ the doc that goes deep.
40
62
  ## Plan your day, on its own
41
63
 
42
64
  The agent runs **routines** on a schedule. The morning routine builds
43
- `today.md` from your calendar, mail, tasks, and notes; the evening
44
- review writes a journal entry; weekly and monthly summaries roll up.
65
+ `state/today.md` from your calendar, mail, tasks, and notes; the evening
66
+ review writes a journal entry; the weekly review rolls up the week.
45
67
 
46
68
  - [Routines](../concepts/routines.md) — what runs and when.
47
69
  - [Morning Routine](../features/routines/morning-routine.md)
@@ -55,9 +77,8 @@ something comes up. Voice notes are transcribed locally with Whisper
55
77
  so you can talk to it the same way you'd type.
56
78
 
57
79
  - [Messaging Overview](../features/messaging/overview.md) — supported
58
- apps and how pairing works.
59
- - [Voice Attachments](../features/messaging/voice-attachments.md) —
60
- local transcription of inbound audio.
80
+ apps, how pairing works, and how voice notes get transcribed
81
+ locally with Whisper.
61
82
  - [Dashboard Chat](../features/messaging/dashboard-chat.md) — the
62
83
  in-dashboard chat surface.
63
84
 
@@ -81,10 +102,10 @@ them — the agent reads what's there next time it runs.
81
102
 
82
103
  - [Memory Model](../concepts/memory-model.md) — the layout and the
83
104
  rules around it.
84
- - [user/profile.md](../features/memory-files/user-profile.md) — what
105
+ - [identity/profile.md](../features/memory-files/user-profile.md) — what
85
106
  the agent knows about you.
86
- - [today.md](../features/memory-files/today.md) — today's plan.
87
- - [agent/journal.md](../features/memory-files/agent-journal.md) —
107
+ - [state/today.md](../features/memory-files/today.md) — today's plan.
108
+ - [journal/agent.md](../features/memory-files/agent-journal.md) —
88
109
  what the agent did and what it noticed.
89
110
 
90
111
  ## Build a personal wiki from what you DM
@@ -105,13 +126,12 @@ API so the layout invariants hold.
105
126
 
106
127
  ## Help with the small lifestyle stuff
107
128
 
108
- Reading lists, receipts, travel bookings, travel-time estimates the
109
- agent collects what arrives in mail and surfaces it in the right tab.
129
+ Reading lists, receipts, travel bookings the agent collects what
130
+ arrives in mail and surfaces it in the right tab.
110
131
 
111
132
  - [Reading](../features/lifestyle/reading.md)
112
133
  - [Receipts](../features/lifestyle/receipts.md)
113
134
  - [Travel Bookings](../features/lifestyle/travel-bookings.md)
114
- - [Travel Time](../features/lifestyle/travel-time.md)
115
135
 
116
136
  ## Stay in control
117
137
 
@@ -127,13 +147,14 @@ operations keep the agent from doing anything you don't want.
127
147
 
128
148
  ## Get sharper over time
129
149
 
130
- A background self-optimization loop watches how your knowledge layout
131
- drifts (new folders, schema tweaks, vocabulary changes) and refines
132
- specific skill sections to match. The original SKILL.md files are
133
- never rewritten — overlays are reversible.
150
+ A background skill-curation loop watches how your knowledge layout
151
+ drifts (new folders, schema tweaks, vocabulary changes) and proposes
152
+ JSON **overlays** that refine specific skill sections to match. The
153
+ seed `SKILL.md` files are never rewritten — overlays are reversible.
154
+ Review and approve proposals from **Settings → Self-learning**.
134
155
 
135
- - [Skill Self-Optimization](../features/operations/skill-self-optimization.md)
136
- the loop, the cadence, and the dashboard surface.
156
+ - [Skills](../concepts/skills.md) — how skill curation, overlays, and
157
+ the self-learning review surface work.
137
158
 
138
159
  ## Related
139
160