@aitne-sh/aitne 0.1.12 → 0.1.13

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 (139) hide show
  1. package/agent-assets/agent-profiles/background-task.md +8 -1
  2. package/agent-assets/agent-profiles/routine-fetch-window.md +11 -0
  3. package/agent-assets/agents/evening-review/agent.md +6 -2
  4. package/agent-assets/agents/lesson-maintenance/agent.md +56 -0
  5. package/agent-assets/agents/morning-routine/agent.md +7 -2
  6. package/agent-assets/agents/source-librarian/agent.md +51 -0
  7. package/agent-assets/docs/concepts/agent-day.md +15 -15
  8. package/agent-assets/docs/concepts/auth-health.md +10 -7
  9. package/agent-assets/docs/concepts/backends-and-tiers.md +21 -13
  10. package/agent-assets/docs/concepts/costs-and-quotas.md +10 -10
  11. package/agent-assets/docs/concepts/delegated-mode.md +18 -18
  12. package/agent-assets/docs/concepts/memory-model.md +25 -24
  13. package/agent-assets/docs/concepts/observations.md +27 -19
  14. package/agent-assets/docs/concepts/process-keys.md +25 -26
  15. package/agent-assets/docs/concepts/routines.md +18 -17
  16. package/agent-assets/docs/concepts/safety-and-execution.md +20 -17
  17. package/agent-assets/docs/concepts/safety-model.md +16 -15
  18. package/agent-assets/docs/concepts/skills.md +7 -4
  19. package/agent-assets/docs/features/integrations/browser-history.md +52 -47
  20. package/agent-assets/docs/features/integrations/calendar.md +7 -7
  21. package/agent-assets/docs/features/integrations/git.md +15 -13
  22. package/agent-assets/docs/features/integrations/github.md +12 -10
  23. package/agent-assets/docs/features/integrations/mail.md +47 -45
  24. package/agent-assets/docs/features/integrations/notion.md +15 -11
  25. package/agent-assets/docs/features/integrations/obsidian.md +27 -23
  26. package/agent-assets/docs/features/lifestyle/git.md +7 -8
  27. package/agent-assets/docs/features/lifestyle/reading.md +11 -8
  28. package/agent-assets/docs/features/lifestyle/receipts.md +21 -22
  29. package/agent-assets/docs/features/lifestyle/travel-bookings.md +9 -9
  30. package/agent-assets/docs/features/memory-files/agent-journal.md +12 -10
  31. package/agent-assets/docs/features/memory-files/agent-lessons.md +46 -21
  32. package/agent-assets/docs/features/memory-files/projects.md +13 -14
  33. package/agent-assets/docs/features/memory-files/roadmap.md +16 -15
  34. package/agent-assets/docs/features/memory-files/schedule.md +10 -10
  35. package/agent-assets/docs/features/memory-files/today.md +18 -18
  36. package/agent-assets/docs/features/memory-files/user-profile.md +17 -17
  37. package/agent-assets/docs/features/messaging/bang-commands.md +15 -15
  38. package/agent-assets/docs/features/messaging/dashboard-chat.md +7 -6
  39. package/agent-assets/docs/features/messaging/discord.md +7 -5
  40. package/agent-assets/docs/features/messaging/overview.md +14 -14
  41. package/agent-assets/docs/features/messaging/pairing-and-magic-phrase.md +12 -12
  42. package/agent-assets/docs/features/messaging/slack.md +9 -8
  43. package/agent-assets/docs/features/messaging/telegram.md +7 -7
  44. package/agent-assets/docs/features/messaging/whatsapp.md +6 -6
  45. package/agent-assets/docs/features/operations/activity-and-conversations.md +9 -9
  46. package/agent-assets/docs/features/operations/approvals.md +13 -12
  47. package/agent-assets/docs/features/operations/backend-routing.md +38 -37
  48. package/agent-assets/docs/features/operations/browser-tasks.md +63 -57
  49. package/agent-assets/docs/features/operations/cost-tracking.md +5 -5
  50. package/agent-assets/docs/features/operations/managed-chromium.md +23 -22
  51. package/agent-assets/docs/features/operations/notifications.md +15 -15
  52. package/agent-assets/docs/features/operations/quiet-hours.md +14 -15
  53. package/agent-assets/docs/features/operations/schedule-approaching.md +16 -14
  54. package/agent-assets/docs/features/routines/activity-scan.md +14 -11
  55. package/agent-assets/docs/features/routines/custom-routines.md +9 -7
  56. package/agent-assets/docs/features/routines/evening-review.md +6 -7
  57. package/agent-assets/docs/features/routines/morning-routine.md +22 -21
  58. package/agent-assets/docs/features/routines/weekly-review.md +57 -51
  59. package/agent-assets/docs/features/wiki/commands.md +27 -21
  60. package/agent-assets/docs/features/wiki/cost-and-approval.md +28 -23
  61. package/agent-assets/docs/features/wiki/dashboard.md +21 -23
  62. package/agent-assets/docs/features/wiki/overview.md +17 -25
  63. package/agent-assets/docs/features/wiki/search.md +15 -17
  64. package/agent-assets/docs/features/wiki/workspaces.md +55 -56
  65. package/agent-assets/docs/getting-started/01-what-is-this.md +3 -4
  66. package/agent-assets/docs/getting-started/02-first-steps.md +12 -13
  67. package/agent-assets/docs/getting-started/03-what-can-this-do.md +7 -7
  68. package/agent-assets/docs/getting-started/04-first-day.md +4 -5
  69. package/agent-assets/docs/glossary.md +17 -16
  70. package/agent-assets/docs/guides/add-a-custom-routine.md +17 -12
  71. package/agent-assets/docs/guides/backup-and-restore.md +19 -16
  72. package/agent-assets/docs/guides/budget-and-cost-for-wiki.md +55 -62
  73. package/agent-assets/docs/guides/build-your-wiki.md +11 -12
  74. package/agent-assets/docs/guides/change-which-model-handles-x.md +30 -28
  75. package/agent-assets/docs/guides/connect-a-new-mail-account.md +30 -29
  76. package/agent-assets/docs/guides/explore-with-trace-and-connect.md +30 -32
  77. package/agent-assets/docs/guides/import-knowledge-file.md +9 -10
  78. package/agent-assets/docs/guides/install-and-run.md +9 -10
  79. package/agent-assets/docs/guides/maintain-wiki-health.md +10 -10
  80. package/agent-assets/docs/guides/migrate-machines.md +16 -14
  81. package/agent-assets/docs/guides/multiple-wikis-for-multiple-domains.md +11 -12
  82. package/agent-assets/docs/guides/pause-the-agent.md +25 -25
  83. package/agent-assets/docs/guides/reinstall-cleanly.md +13 -12
  84. package/agent-assets/docs/guides/setup-wizard.md +9 -11
  85. package/agent-assets/docs/guides/switch-default-backend.md +9 -9
  86. package/agent-assets/docs/guides/use-an-existing-obsidian-vault.md +9 -11
  87. package/agent-assets/docs/pages/activity.md +76 -0
  88. package/agent-assets/docs/pages/agents.md +78 -0
  89. package/agent-assets/docs/pages/analytics.md +70 -0
  90. package/agent-assets/docs/pages/browser.md +73 -0
  91. package/agent-assets/docs/pages/chat.md +67 -0
  92. package/agent-assets/docs/pages/connections.md +78 -0
  93. package/agent-assets/docs/pages/git.md +73 -0
  94. package/agent-assets/docs/pages/knowledge.md +75 -0
  95. package/agent-assets/docs/pages/overview.md +90 -0
  96. package/agent-assets/docs/pages/reading.md +65 -0
  97. package/agent-assets/docs/pages/settings.md +77 -0
  98. package/agent-assets/docs/pages/tasks.md +74 -0
  99. package/agent-assets/docs/pages/wiki.md +73 -0
  100. package/agent-assets/docs/reference/api.md +18 -17
  101. package/agent-assets/docs/reference/cli-commands.md +13 -10
  102. package/agent-assets/docs/reference/config.md +40 -35
  103. package/agent-assets/docs/reference/disallowed-tools.md +18 -17
  104. package/agent-assets/docs/reference/keyboard-shortcuts.md +6 -8
  105. package/agent-assets/docs/reference/knowledge-layout.md +10 -10
  106. package/agent-assets/docs/reference/process-keys.md +20 -22
  107. package/agent-assets/docs/reference/skills.md +18 -16
  108. package/agent-assets/docs/troubleshooting/auth-failed.md +13 -11
  109. package/agent-assets/docs/troubleshooting/dashboard-shows-degraded.md +10 -10
  110. package/agent-assets/docs/troubleshooting/fallback-keeps-firing.md +26 -24
  111. package/agent-assets/docs/troubleshooting/messaging-not-pairing.md +8 -9
  112. package/agent-assets/docs/troubleshooting/morning-routine-didnt-run.md +19 -18
  113. package/agent-assets/docs/troubleshooting/observation-not-detected.md +14 -15
  114. package/agent-assets/docs/troubleshooting/quota-exhausted.md +28 -26
  115. package/agent-assets/docs/troubleshooting/wiki-ingest-full-blocked.md +35 -34
  116. package/agent-assets/docs/troubleshooting/wiki-write-failed.md +21 -24
  117. package/agent-assets/skills/agent-create/SKILL.md +39 -5
  118. package/agent-assets/skills/background-task/SKILL.md +9 -4
  119. package/agent-assets/skills/board/SKILL.md +8 -9
  120. package/agent-assets/skills/browser-task/SKILL.md +2 -0
  121. package/agent-assets/skills/context/seeds/file-responsibilities.seed.json +2 -1
  122. package/agent-assets/skills/schedule/SKILL.md +6 -5
  123. package/agent-assets/skills/sources/SKILL.md +68 -0
  124. package/agent-assets/skills/sources/curation.json +21 -0
  125. package/agent-assets/skills/sources/seeds/filing-rules.seed.json +25 -0
  126. package/agent-assets/skills/sources/seeds/source-collections.seed.json +20 -0
  127. package/agent-assets/skills/task/SKILL.md +5 -2
  128. package/agent-assets/task-flows/background_task.md +29 -3
  129. package/agent-assets/task-flows/message.received.dm.md +1 -1
  130. package/agent-assets/task-flows/routine.activity_scan.md +17 -2
  131. package/agent-assets/task-flows/routine.evening_review.md +72 -11
  132. package/agent-assets/task-flows/routine.fetch_window.md +21 -0
  133. package/agent-assets/task-flows/routine.monthly_review.md +3 -1
  134. package/agent-assets/task-flows/routine.morning_routine_today.md +26 -7
  135. package/agent-assets/task-flows/routine.source_maintenance.md +50 -0
  136. package/agent-assets/task-flows/scheduled.dm.md +8 -3
  137. package/agent-assets/templates/_manifest.json +1 -0
  138. package/agent-assets/templates/knowledge/sources/_index.md +19 -0
  139. package/package.json +4 -4
@@ -0,0 +1,78 @@
1
+ ---
2
+ schema_version: 1
3
+ slug: pages/agents
4
+ title: "Agents Page"
5
+ id: page-agents
6
+ aliases:
7
+ - agents page
8
+ - agents hub
9
+ - routines page
10
+ category: pages
11
+ summary: |
12
+ The Agents page is the hub for everything that runs on your behalf — the
13
+ shipped System routines and your own User Agents. Each has a schedule, a
14
+ rulebook, limits, and recent health you can review and edit here.
15
+ tags:
16
+ - agents
17
+ - routines
18
+ - autonomous
19
+ status: stable
20
+ ask_examples:
21
+ - What can I do on the Agents page?
22
+ - How do I create a new agent?
23
+ - Where do I edit a routine's rulebook or schedule?
24
+ - How do I see how often an agent fails?
25
+ locale: en-US
26
+ created: 2026-07-01
27
+ updated: 2026-07-01
28
+ keywords:
29
+ - agents
30
+ - routines
31
+ - schedule
32
+ - rulebook
33
+ - system agents
34
+ related:
35
+ - pages/tasks
36
+ - concepts/routines
37
+ - features/routines/morning-routine
38
+ - features/routines/custom-routines
39
+ ui_anchors:
40
+ - /agents
41
+ ---
42
+
43
+ # Agents Page
44
+
45
+ The `/agents` page lists each automation as its own named thing you can
46
+ open and edit — not as a one-off item waiting in a line. **System** agents
47
+ are the routines that ship with the app (synthesis, monitoring,
48
+ maintenance); **User** agents are the ones you create yourself.
49
+
50
+ ## What you can do here
51
+
52
+ - **Browse, search, and filter** every agent, grouped by System vs. User.
53
+ - **Check health at a glance** — last run time and 7-day error rate sit on
54
+ each card.
55
+ - **Create a new Agent** with the **New Agent** button (name, schedule,
56
+ rulebook, and limits).
57
+ - **Open an agent** to edit its rulebook and journal rules, adjust its
58
+ schedule window and cost/turn limits, and read recent executions.
59
+ - **Stop a System agent** (they can't be deleted) or fully manage your own
60
+ User agents.
61
+
62
+ What is about to run next lives on the [Tasks](../pages/tasks.md) queue,
63
+ not here.
64
+
65
+ ## Where to go deeper
66
+
67
+ - [Routines](../concepts/routines.md) — what runs, when, and why.
68
+ - [Morning Routine](../features/routines/morning-routine.md) ·
69
+ [Evening Review](../features/routines/evening-review.md) ·
70
+ [Weekly Review](../features/routines/weekly-review.md) ·
71
+ [Activity Scan](../features/routines/activity-scan.md) — the built-ins.
72
+ - [Custom routines](../features/routines/custom-routines.md) — authoring
73
+ your own User agents.
74
+
75
+ ## Related
76
+
77
+ - [Tasks page](tasks.md) — the run queue and scheduled DMs.
78
+ - [Settings page](settings.md) — global hours and notification policy.
@@ -0,0 +1,70 @@
1
+ ---
2
+ schema_version: 1
3
+ slug: pages/analytics
4
+ title: "Analytics Page"
5
+ id: page-analytics
6
+ aliases:
7
+ - analytics page
8
+ - cost page
9
+ - metrics page
10
+ category: pages
11
+ summary: |
12
+ The Analytics page shows usage and spend trends — Cost aggregates
13
+ per-run USD by backend and process across days, weeks, and months;
14
+ Metrics shows operational health like activity volume and error rates.
15
+ All from the local database, nothing sent externally.
16
+ tags:
17
+ - cost
18
+ status: stable
19
+ ask_examples:
20
+ - What can I do on the Analytics page?
21
+ - Where do I see how much the agent is spending?
22
+ - How do I check the agent's error rate?
23
+ - Is my usage data sent anywhere?
24
+ locale: en-US
25
+ created: 2026-07-01
26
+ updated: 2026-07-01
27
+ keywords:
28
+ - analytics
29
+ - cost
30
+ - spend
31
+ - metrics
32
+ - error rate
33
+ related:
34
+ - concepts/costs-and-quotas
35
+ - features/operations/cost-tracking
36
+ - features/operations/backend-routing
37
+ - pages/activity
38
+ ui_anchors:
39
+ - /analytics
40
+ ---
41
+
42
+ # Analytics Page
43
+
44
+ The `/analytics` page takes the raw event log and turns it into usage and
45
+ spend trends, laid out across two tabs.
46
+
47
+ ## What you can do here
48
+
49
+ - **Cost tab** — per-run USD spend (token counts × backend pricing),
50
+ totaled by day, week, and month and split out by backend and process.
51
+ This is where you answer "what is this costing me, and where."
52
+ - **Metrics tab** — how the agent is running: activity volume, a breakdown
53
+ of what ran, error rates, and how many notifications went out.
54
+
55
+ All figures come from the daemon's local SQLite database — nothing is sent
56
+ to any external service.
57
+
58
+ ## Where to go deeper
59
+
60
+ - [Costs & quotas](../concepts/costs-and-quotas.md) — how spend and
61
+ budgets work.
62
+ - [Cost tracking](../features/operations/cost-tracking.md) — how per-run
63
+ cost is computed and attributed.
64
+ - [Backend routing](../features/operations/backend-routing.md) — why one
65
+ backend costs more than another.
66
+
67
+ ## Related
68
+
69
+ - [Agent Log page](activity.md) — the per-event detail behind these totals.
70
+ - [Settings → Models](settings.md) — change which model handles which tier.
@@ -0,0 +1,73 @@
1
+ ---
2
+ schema_version: 1
3
+ slug: pages/browser
4
+ title: "Browser Page"
5
+ id: page-browser
6
+ aliases:
7
+ - browser page
8
+ - browser hub
9
+ category: pages
10
+ summary: |
11
+ The Browser page is the home for everything the agent does with a
12
+ browser: reading your existing Chrome history, driving a dedicated
13
+ sandboxed Chromium, the experimental purchase-confirmation flow, and the
14
+ browser tasks it has run.
15
+ tags:
16
+ - autonomous
17
+ status: stable
18
+ ask_examples:
19
+ - What can I do on the Browser page?
20
+ - How do I let the agent read my browsing history?
21
+ - Where do I see browser tasks the agent ran?
22
+ - What is the managed Chromium for?
23
+ locale: en-US
24
+ created: 2026-07-01
25
+ updated: 2026-07-01
26
+ keywords:
27
+ - browser
28
+ - chromium
29
+ - browsing history
30
+ - automation
31
+ - browser tasks
32
+ related:
33
+ - features/operations/managed-chromium
34
+ - features/operations/browser-tasks
35
+ - features/integrations/browser-history
36
+ ui_anchors:
37
+ - /browser
38
+ - /browser-tasks
39
+ ---
40
+
41
+ # Browser Page
42
+
43
+ The `/browser` page brings every browser feature together in one place.
44
+ Each one has its own on/off switch and settings.
45
+
46
+ ## What you can do here
47
+
48
+ - **Browser History** — let the agent read your existing Chrome history so
49
+ it can build research clusters and add revisit nudges to the morning
50
+ digest.
51
+ - **Browser Automation** — set up the dedicated, sandboxed Chromium (a
52
+ separate, isolated browser) that the agent drives for sign-in (OAuth)
53
+ sites and task slots. A hostname denylist limits which sites it may open.
54
+ - **Purchase Confirmations** — the experimental B-4 flow. Before the agent
55
+ can go through with a purchase, it must use a single-use token that is
56
+ sent to you by DM. This is off by default.
57
+ - **Browser tasks** — review the tasks the agent has run, including any
58
+ waiting for your confirmation, one click away at `/browser-tasks`.
59
+
60
+ ## Where to go deeper
61
+
62
+ - [Managed Chromium](../features/operations/managed-chromium.md) — the
63
+ sandboxed browser the agent drives.
64
+ - [Browser tasks](../features/operations/browser-tasks.md) — how a browser
65
+ task is requested, run, and confirmed.
66
+ - [Browser history](../features/integrations/browser-history.md) — reading
67
+ from your existing Chrome.
68
+
69
+ ## Related
70
+
71
+ - [Connections page](connections.md) — where other integrations are linked.
72
+ - [Settings page](settings.md) — Browser History and Automation also have
73
+ settings panels.
@@ -0,0 +1,67 @@
1
+ ---
2
+ schema_version: 1
3
+ slug: pages/chat
4
+ title: "Chat Page"
5
+ id: page-chat
6
+ aliases:
7
+ - chat page
8
+ - dashboard chat page
9
+ category: pages
10
+ summary: |
11
+ The Chat page is an in-dashboard conversation with your agent — the same
12
+ agent you reach from Telegram, Slack, Discord, and WhatsApp, just from a
13
+ browser tab. Send messages, run bang commands, and revisit past sessions.
14
+ tags:
15
+ - messaging
16
+ status: stable
17
+ ask_examples:
18
+ - What can I do on the Chat page?
19
+ - Can I talk to the agent from the dashboard?
20
+ - Do bang commands work in the dashboard chat?
21
+ - Where do I find an old chat session?
22
+ locale: en-US
23
+ created: 2026-07-01
24
+ updated: 2026-07-01
25
+ keywords:
26
+ - chat
27
+ - conversation
28
+ - messaging
29
+ - dashboard chat
30
+ related:
31
+ - features/messaging/dashboard-chat
32
+ - features/messaging/overview
33
+ - features/messaging/bang-commands
34
+ ui_anchors:
35
+ - /chat
36
+ ---
37
+
38
+ # Chat Page
39
+
40
+ The `/chat` page lets you talk to your agent right inside the dashboard.
41
+ It uses the same agent, memory, and tools as the messaging apps — so
42
+ anything you could send the agent in a DM, you can type here.
43
+
44
+ ## What you can do here
45
+
46
+ - **Message the agent.** Ask questions, give instructions, or follow up on
47
+ something it did. Replies stream back word by word, in real time.
48
+ - **Run bang commands.** `!help`, `!ingest`, `!compile`, `!ask`, and the
49
+ rest work exactly as they do on messaging apps.
50
+ - **Revisit past sessions.** Switch to an earlier conversation to re-read
51
+ what was said; completed threads are also visible under
52
+ [Agent Log → Conversations](activity.md).
53
+
54
+ ## Where to go deeper
55
+
56
+ - [Dashboard Chat](../features/messaging/dashboard-chat.md) — the Chat
57
+ page in detail.
58
+ - [Messaging Overview](../features/messaging/overview.md) — the same agent
59
+ from Telegram, Slack, Discord, and WhatsApp, plus how pairing and voice
60
+ notes work.
61
+ - [Bang commands](../features/messaging/bang-commands.md) — the full `!`
62
+ command reference.
63
+
64
+ ## Related
65
+
66
+ - [Agent Log page](activity.md) — where completed conversations are archived.
67
+ - [Connections page](connections.md) — link the messaging apps.
@@ -0,0 +1,78 @@
1
+ ---
2
+ schema_version: 1
3
+ slug: pages/connections
4
+ title: "Connections Page"
5
+ id: page-connections
6
+ aliases:
7
+ - connections page
8
+ - integrations page
9
+ - connections hub
10
+ category: pages
11
+ summary: |
12
+ The Connections page is the hub for linking outside services to the
13
+ agent — messaging apps, git repositories, note sources (Obsidian and
14
+ Notion), calendar, mail, and MCP servers. Each has its own sub-page.
15
+ tags:
16
+ - integrations
17
+ status: stable
18
+ ask_examples:
19
+ - What can I do on the Connections page?
20
+ - How do I connect my calendar or mail?
21
+ - Where do I link Obsidian or Notion?
22
+ - How do I add an MCP server?
23
+ locale: en-US
24
+ created: 2026-07-01
25
+ updated: 2026-07-01
26
+ keywords:
27
+ - connections
28
+ - integrations
29
+ - messaging
30
+ - calendar
31
+ - mail
32
+ - mcp
33
+ related:
34
+ - features/messaging/overview
35
+ - features/integrations/calendar
36
+ - features/integrations/mail
37
+ - concepts/skills
38
+ ui_anchors:
39
+ - /connections
40
+ ---
41
+
42
+ # Connections Page
43
+
44
+ The Connections area is where you connect outside services — your chat
45
+ apps, calendar, notes, and more — to the agent. It opens on the
46
+ **Messaging** tab, and a sidebar on the left switches between the
47
+ connection types.
48
+
49
+ ## What you can do here
50
+
51
+ - **Messaging** (`/connections/messaging`) — pair Telegram, Slack, Discord,
52
+ and WhatsApp so you can DM the agent.
53
+ - **Repositories** (`/connections/repositories`) — register git repos to
54
+ watch (then tune them on the [Git page](../pages/git.md)).
55
+ - **Notes** (`/connections/notes`) — connect your personal Obsidian vault
56
+ and Notion.
57
+ - **Calendar** (`/connections/calendar`) — link Google Calendar.
58
+ - **Mail** (`/connections/mail`) — connect a mail account.
59
+ - **MCP Servers** (`/connections/mcp`) — attach Model Context Protocol
60
+ servers that give the agent more tools.
61
+
62
+ ## Where to go deeper
63
+
64
+ - [Messaging Overview](../features/messaging/overview.md) — supported apps
65
+ and pairing.
66
+ - [Calendar](../features/integrations/calendar.md) ·
67
+ [Mail](../features/integrations/mail.md) ·
68
+ [Git](../features/integrations/git.md) ·
69
+ [Obsidian](../features/integrations/obsidian.md) ·
70
+ [Notion](../features/integrations/notion.md) — per-integration detail.
71
+ - [Skills](../concepts/skills.md) — how MCP servers expand what the agent
72
+ can do.
73
+
74
+ ## Related
75
+
76
+ - [Git page](git.md) — configure repositories after registering them here.
77
+ - [Settings page](settings.md) — the agent's own primary vault is managed
78
+ from Settings → Management.
@@ -0,0 +1,73 @@
1
+ ---
2
+ schema_version: 1
3
+ slug: pages/git
4
+ title: "Git Page"
5
+ id: page-git
6
+ aliases:
7
+ - git page
8
+ - repositories page
9
+ category: pages
10
+ summary: |
11
+ The Git page configures how the agent watches each registered
12
+ repository — polling cadence, automation triggers, and the daily git
13
+ management the morning routine performs. Repositories are registered on
14
+ the Connections page.
15
+ tags:
16
+ - git
17
+ - lifestyle
18
+ status: stable
19
+ ask_examples:
20
+ - What can I do on the Git page?
21
+ - How do I change how often the agent checks a repo?
22
+ - Where do I set up automation triggers for a repository?
23
+ - How do I add a repository?
24
+ locale: en-US
25
+ created: 2026-07-01
26
+ updated: 2026-07-01
27
+ keywords:
28
+ - git
29
+ - repositories
30
+ - polling
31
+ - triggers
32
+ - daily management
33
+ related:
34
+ - features/lifestyle/git
35
+ - features/integrations/git
36
+ - features/integrations/github
37
+ ui_anchors:
38
+ - /git
39
+ ---
40
+
41
+ # Git Page
42
+
43
+ The `/git` page is where you fine-tune how the agent handles each
44
+ repository you've registered. Every registered repo shows three
45
+ collapsible sections.
46
+
47
+ ## What you can do here
48
+
49
+ - **Polling** — how often the agent checks the repo for changes.
50
+ - **Triggers** — automation rules that start follow-up work when a change
51
+ matches a rule you set.
52
+ - **Daily git management** — the routine upkeep the morning routine runs
53
+ on the repo each day.
54
+
55
+ You add repositories on the Connections page
56
+ (`/connections/repositories`), not here. If you haven't registered any
57
+ yet, this page just shows a "No repositories registered" prompt that links
58
+ you there.
59
+
60
+ ## Where to go deeper
61
+
62
+ - [Git (lifestyle)](../features/lifestyle/git.md) — how the agent watches
63
+ and reports on your repos.
64
+ - [Git integration](../features/integrations/git.md) — registering and
65
+ authenticating repositories.
66
+ - [GitHub integration](../features/integrations/github.md) — the GitHub
67
+ side (PRs, issues).
68
+
69
+ ## Related
70
+
71
+ - [Connections page](connections.md) — register repositories here first.
72
+ - [Agents page](agents.md) — the morning routine that runs daily git
73
+ management.
@@ -0,0 +1,75 @@
1
+ ---
2
+ schema_version: 1
3
+ slug: pages/knowledge
4
+ title: "Knowledge Page"
5
+ id: page-knowledge
6
+ aliases:
7
+ - knowledge page
8
+ - memory page
9
+ - context files page
10
+ category: pages
11
+ summary: |
12
+ The Knowledge page is where the agent's memory lives — the Markdown
13
+ context files it reads and writes, the skills it runs, plus activity,
14
+ entities, and a way to upload your own knowledge files.
15
+ tags:
16
+ - knowledge
17
+ - memory
18
+ - skills
19
+ status: stable
20
+ ask_examples:
21
+ - What can I do on the Knowledge page?
22
+ - Where do I edit what the agent knows about me?
23
+ - Where are the agent's skills?
24
+ - How do I upload a file into the agent's knowledge?
25
+ locale: en-US
26
+ created: 2026-07-01
27
+ updated: 2026-07-01
28
+ keywords:
29
+ - knowledge
30
+ - memory
31
+ - context files
32
+ - skills
33
+ - entities
34
+ - upload
35
+ related:
36
+ - concepts/memory-model
37
+ - concepts/skills
38
+ - features/memory-files/user-profile
39
+ - guides/import-knowledge-file
40
+ ui_anchors:
41
+ - /knowledge
42
+ ---
43
+
44
+ # Knowledge Page
45
+
46
+ The `/knowledge` page is your window into the agent's memory and skills.
47
+ It has five tabs.
48
+
49
+ ## What you can do here
50
+
51
+ - **Context Files** — browse and edit the plain-Markdown files the agent
52
+ reads and writes (identity/profile, state/today, journals, and more).
53
+ - **Skills** — review the skills the agent can run and how they're wired.
54
+ - **Activity** — see recent reads and writes against the knowledge store.
55
+ - **Entities** — the people, projects, and things the agent has extracted.
56
+ - **Upload** — add your own file into the agent's knowledge.
57
+
58
+ Tip: the `?` on each tab opens the concept doc for that tab specifically
59
+ (memory model, skills, or the import guide).
60
+
61
+ ## Where to go deeper
62
+
63
+ - [Memory model](../concepts/memory-model.md) — the file layout and the
64
+ rules around it.
65
+ - [Skills](../concepts/skills.md) — how skills and the self-learning loop
66
+ work.
67
+ - [User profile file](../features/memory-files/user-profile.md) — what the
68
+ agent knows about you.
69
+ - [Import a knowledge file](../guides/import-knowledge-file.md) — the
70
+ upload flow end to end.
71
+
72
+ ## Related
73
+
74
+ - [Wiki page](wiki.md) — a separate, workspace-scoped knowledge builder.
75
+ - [Settings page](settings.md) — Self-learning and Management live there.
@@ -0,0 +1,90 @@
1
+ ---
2
+ schema_version: 1
3
+ slug: pages/overview
4
+ title: "Overview Page"
5
+ id: page-overview
6
+ aliases:
7
+ - overview page
8
+ - home page
9
+ - dashboard home
10
+ - landing page
11
+ category: pages
12
+ summary: |
13
+ The Overview is the dashboard home — your agent at a glance. It shows
14
+ current status, what needs your attention, today's activity and spend,
15
+ and shortcuts into the rest of the app.
16
+ tags:
17
+ - dashboard
18
+ status: stable
19
+ ask_examples:
20
+ - What can I do on the Overview page?
21
+ - Where do I approve something the agent is waiting on?
22
+ - How do I trigger an activity scan right now?
23
+ - Where do I see today's cost on the dashboard?
24
+ locale: en-US
25
+ created: 2026-07-01
26
+ updated: 2026-07-01
27
+ keywords:
28
+ - overview
29
+ - home
30
+ - status
31
+ - approvals
32
+ - run now
33
+ related:
34
+ - pages/activity
35
+ - pages/analytics
36
+ - concepts/agent-day
37
+ - features/operations/approvals
38
+ - features/operations/activity-and-conversations
39
+ ui_anchors:
40
+ - /
41
+ ---
42
+
43
+ # Overview Page
44
+
45
+ The landing screen at `/`. It answers "is my agent OK, and does anything
46
+ need me right now?" without making you dig through the other pages.
47
+
48
+ ## What you can do here
49
+
50
+ - **See what needs attention.** System warnings and pending
51
+ [approvals](../features/operations/approvals.md) surface at the top and
52
+ can be approved or rejected inline. Both are hidden when there is
53
+ nothing to act on.
54
+ - **Read the status bar.** Current agent state, the next scheduled
55
+ activity scan (with a **Run now** button to trigger it immediately),
56
+ and today's spend.
57
+ - **Skim recent activity.** A live feed of the latest agent events — jump
58
+ to the [Agent Log](activity.md) for the full history.
59
+ - **Glance at today's context.** Calendar preview, drafts awaiting your
60
+ review, a health summary, and a cost summary card.
61
+ - **Jump into your life.** "Your Life" shortcuts and a rotating capability
62
+ tip link out to Knowledge, Wiki, Reading, and more.
63
+
64
+ ## Where to go deeper
65
+
66
+ - [The agent's day](../concepts/agent-day.md) — how routines, scans, and
67
+ quiet hours shape what you see here.
68
+ - [Approvals](../features/operations/approvals.md) — when the agent asks
69
+ before acting.
70
+ - [Activity & Conversations](../features/operations/activity-and-conversations.md)
71
+ — the full audit trail behind the recent-events feed.
72
+ - [Costs & quotas](../concepts/costs-and-quotas.md) — what the spend
73
+ numbers mean.
74
+
75
+ ## Related
76
+
77
+ Every other dashboard page, all reachable from here:
78
+
79
+ - [Chat page](chat.md)
80
+ - [Agents page](agents.md)
81
+ - [Tasks page](tasks.md)
82
+ - [Agent Log page](activity.md)
83
+ - [Analytics page](analytics.md)
84
+ - [Knowledge page](knowledge.md)
85
+ - [Wiki page](wiki.md)
86
+ - [Reading page](reading.md)
87
+ - [Browser page](browser.md)
88
+ - [Git page](git.md)
89
+ - [Connections page](connections.md)
90
+ - [Settings page](settings.md)
@@ -0,0 +1,65 @@
1
+ ---
2
+ schema_version: 1
3
+ slug: pages/reading
4
+ title: "Reading Page"
5
+ id: page-reading
6
+ aliases:
7
+ - reading page
8
+ - books page
9
+ - highlights page
10
+ category: pages
11
+ summary: |
12
+ The Reading page is your reading list built from Kindle — import your
13
+ My Clippings.txt, then browse books (filterable by status) and the
14
+ highlights the agent extracted.
15
+ tags:
16
+ - reading
17
+ - lifestyle
18
+ status: stable
19
+ ask_examples:
20
+ - What can I do on the Reading page?
21
+ - How do I import my Kindle highlights?
22
+ - Where do I see my book highlights?
23
+ - How do I filter books I've finished?
24
+ locale: en-US
25
+ created: 2026-07-01
26
+ updated: 2026-07-01
27
+ keywords:
28
+ - reading
29
+ - books
30
+ - highlights
31
+ - kindle
32
+ - clippings
33
+ related:
34
+ - features/lifestyle/reading
35
+ ui_anchors:
36
+ - /reading
37
+ ---
38
+
39
+ # Reading Page
40
+
41
+ The `/reading` page gathers your Kindle reading into one browsable
42
+ list, split across two tabs.
43
+
44
+ ## What you can do here
45
+
46
+ - **Import My Clippings.txt** with the button in the header (connect your
47
+ Kindle via OpenMTP or the Send-to-Kindle app first). After the first
48
+ upload, new highlights arrive on their own through the Kindle Notebook
49
+ Export email pipeline — Kindle emails your exported notes and the agent
50
+ imports them for you.
51
+ - **Books tab** — every book, filterable by status (All, Reading,
52
+ Completed, Abandoned).
53
+ - **Highlights tab** — the individual highlights extracted from your
54
+ clippings.
55
+
56
+ ## Where to go deeper
57
+
58
+ - [Reading](../features/lifestyle/reading.md) — how the Kindle import and
59
+ highlight sync work, and how the agent uses them.
60
+
61
+ ## Related
62
+
63
+ - [Knowledge page](knowledge.md) — where longer-lived notes live.
64
+ - [Overview page](overview.md) — Reading is one of the "Your Life"
65
+ shortcuts.