@forwardimpact/outpost 3.12.0 → 3.12.1

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 (114) hide show
  1. package/README.md +2 -2
  2. package/bin/fit-outpost.js +3 -2
  3. package/package.json +4 -4
  4. package/src/agent-path.js +10 -6
  5. package/src/agent-runner.js +28 -24
  6. package/src/index.js +2 -3
  7. package/src/kb-manager.js +21 -19
  8. package/src/outpost.js +37 -33
  9. package/src/posture.js +3 -3
  10. package/src/privilege.js +11 -11
  11. package/src/scheduler.js +14 -12
  12. package/src/socket-server.js +19 -18
  13. package/src/spawn-env.js +7 -6
  14. package/src/state-manager.js +2 -2
  15. package/templates/.claude/agents/chief-of-staff.md +22 -22
  16. package/templates/.claude/agents/concierge.md +19 -17
  17. package/templates/.claude/agents/head-hunter.md +27 -26
  18. package/templates/.claude/agents/librarian.md +17 -16
  19. package/templates/.claude/agents/postman.md +19 -18
  20. package/templates/.claude/agents/recruiter.md +31 -27
  21. package/templates/.claude/skills/anarlog-follow/SKILL.md +50 -49
  22. package/templates/.claude/skills/anarlog-follow/references/coaching.md +22 -21
  23. package/templates/.claude/skills/anarlog-follow/scripts/follow.mjs +4 -4
  24. package/templates/.claude/skills/anarlog-process/SKILL.md +35 -32
  25. package/templates/.claude/skills/anarlog-process/references/extraction.md +26 -22
  26. package/templates/.claude/skills/anarlog-process/references/sessions.md +10 -10
  27. package/templates/.claude/skills/anarlog-process/scripts/scan.mjs +10 -9
  28. package/templates/.claude/skills/anarlog-trim/SKILL.md +43 -40
  29. package/templates/.claude/skills/candidate-report/SKILL.md +30 -28
  30. package/templates/.claude/skills/candidate-report/references/report-template.html +10 -10
  31. package/templates/.claude/skills/candidate-report/references/report.css +4 -4
  32. package/templates/.claude/skills/candidate-report/references/rubric.md +15 -14
  33. package/templates/.claude/skills/candidate-report/scripts/render-pdf.mjs +2 -2
  34. package/templates/.claude/skills/changelog/SKILL.md +55 -50
  35. package/templates/.claude/skills/deck-create/SKILL.md +30 -30
  36. package/templates/.claude/skills/deck-create/references/slide.css +4 -4
  37. package/templates/.claude/skills/deck-create/scripts/convert-to-pdf.mjs +6 -6
  38. package/templates/.claude/skills/deck-review/SKILL.md +59 -57
  39. package/templates/.claude/skills/deck-review/assets/slide-annotator.js +58 -49
  40. package/templates/.claude/skills/deck-summarize/SKILL.md +49 -43
  41. package/templates/.claude/skills/deck-summarize/references/brief-template.md +4 -3
  42. package/templates/.claude/skills/deck-summarize/scripts/extract-pptx.mjs +8 -7
  43. package/templates/.claude/skills/doc-collab/SKILL.md +25 -25
  44. package/templates/.claude/skills/doc-create/SKILL.md +21 -20
  45. package/templates/.claude/skills/doc-create/scripts/convert-to-pdf.mjs +6 -6
  46. package/templates/.claude/skills/draft-emails/SKILL.md +37 -33
  47. package/templates/.claude/skills/draft-emails/references/template.md +2 -2
  48. package/templates/.claude/skills/draft-emails/scripts/scan-emails.mjs +5 -4
  49. package/templates/.claude/skills/draft-emails/scripts/send-email.mjs +11 -9
  50. package/templates/.claude/skills/extract-entities/SKILL.md +65 -65
  51. package/templates/.claude/skills/extract-entities/references/TEMPLATES.md +5 -5
  52. package/templates/.claude/skills/extract-entities/references/conditions.md +14 -13
  53. package/templates/.claude/skills/extract-entities/references/content.md +10 -9
  54. package/templates/.claude/skills/extract-entities/references/links.md +5 -5
  55. package/templates/.claude/skills/extract-entities/references/recruitment.md +19 -18
  56. package/templates/.claude/skills/extract-entities/references/resolution.md +13 -13
  57. package/templates/.claude/skills/extract-entities/references/sources.md +8 -8
  58. package/templates/.claude/skills/extract-entities/references/templates-conditions.md +2 -2
  59. package/templates/.claude/skills/extract-entities/references/templates-priorities.md +2 -2
  60. package/templates/.claude/skills/extract-entities/scripts/state.mjs +9 -8
  61. package/templates/.claude/skills/meeting-prep/SKILL.md +25 -24
  62. package/templates/.claude/skills/organize-files/SKILL.md +24 -22
  63. package/templates/.claude/skills/organize-files/scripts/organize-by-type.mjs +5 -4
  64. package/templates/.claude/skills/organize-files/scripts/summarize.mjs +4 -4
  65. package/templates/.claude/skills/person-identify/SKILL.md +24 -22
  66. package/templates/.claude/skills/person-identify/scripts/identify.sh +17 -17
  67. package/templates/.claude/skills/person-lookup/SKILL.md +28 -29
  68. package/templates/.claude/skills/person-lookup/scripts/lookup.sh +19 -16
  69. package/templates/.claude/skills/req-assess/SKILL.md +27 -27
  70. package/templates/.claude/skills/req-assess/references/interview-template.md +1 -1
  71. package/templates/.claude/skills/req-assess/references/panel-template.md +3 -2
  72. package/templates/.claude/skills/req-assess/references/rubric.md +13 -13
  73. package/templates/.claude/skills/req-decide/SKILL.md +28 -25
  74. package/templates/.claude/skills/req-decide/references/rubric.md +11 -10
  75. package/templates/.claude/skills/req-forget/SKILL.md +28 -26
  76. package/templates/.claude/skills/req-forget/references/classify.md +13 -13
  77. package/templates/.claude/skills/req-forget/references/locations.md +2 -2
  78. package/templates/.claude/skills/req-forget/references/report-template.md +1 -1
  79. package/templates/.claude/skills/req-scan/SKILL.md +21 -22
  80. package/templates/.claude/skills/req-scan/references/fallbacks.md +9 -9
  81. package/templates/.claude/skills/req-scan/references/filters.md +13 -13
  82. package/templates/.claude/skills/req-scan/references/sources.md +7 -7
  83. package/templates/.claude/skills/req-scan/references/state.md +1 -1
  84. package/templates/.claude/skills/req-scan/scripts/state.mjs +3 -2
  85. package/templates/.claude/skills/req-screen/SKILL.md +31 -29
  86. package/templates/.claude/skills/req-screen/references/rubric.md +18 -18
  87. package/templates/.claude/skills/req-screen/references/template.md +4 -4
  88. package/templates/.claude/skills/req-track/SKILL.md +40 -40
  89. package/templates/.claude/skills/req-track/references/fields.md +19 -18
  90. package/templates/.claude/skills/req-track/references/signals.md +12 -12
  91. package/templates/.claude/skills/req-track/references/statuses.md +3 -2
  92. package/templates/.claude/skills/req-track/references/templates.md +4 -4
  93. package/templates/.claude/skills/req-workday/SKILL.md +24 -24
  94. package/templates/.claude/skills/req-workday/references/status-mapping.md +5 -5
  95. package/templates/.claude/skills/req-workday/references/templates.md +13 -13
  96. package/templates/.claude/skills/req-workday/references/xlsx-format.md +7 -7
  97. package/templates/.claude/skills/req-workday/scripts/parse-workday.mjs +19 -17
  98. package/templates/.claude/skills/send-chat/SKILL.md +47 -43
  99. package/templates/.claude/skills/sync-apple-calendar/SKILL.md +20 -19
  100. package/templates/.claude/skills/sync-apple-calendar/references/SCHEMA.md +7 -7
  101. package/templates/.claude/skills/sync-apple-calendar/scripts/query.mjs +6 -6
  102. package/templates/.claude/skills/sync-apple-calendar/scripts/sync.mjs +9 -8
  103. package/templates/.claude/skills/sync-apple-mail/SKILL.md +17 -14
  104. package/templates/.claude/skills/sync-apple-mail/references/SCHEMA.md +10 -10
  105. package/templates/.claude/skills/sync-apple-mail/scripts/parse-emlx.mjs +9 -9
  106. package/templates/.claude/skills/sync-apple-mail/scripts/sync-helpers.mjs +16 -13
  107. package/templates/.claude/skills/sync-apple-mail/scripts/sync.mjs +3 -3
  108. package/templates/.claude/skills/sync-teams/SKILL.md +43 -43
  109. package/templates/.claude/skills/sync-teams/scripts/idb-reader.mjs +22 -21
  110. package/templates/.claude/skills/sync-teams/scripts/leveldb-reader.mjs +4 -4
  111. package/templates/.claude/skills/sync-teams/scripts/sync.mjs +4 -4
  112. package/templates/.claude/skills/upstream-instructions/SKILL.md +39 -40
  113. package/templates/.claude/skills/upstream-instructions/references/examples.md +2 -2
  114. package/templates/CLAUDE.md +40 -37
@@ -1,28 +1,30 @@
1
1
  # Outpost Knowledge Base
2
2
 
3
- You are the user's personal knowledge assistant. You help draft emails, prep for
4
- meetings, track projects, and answer questions, backed by a live knowledge graph
5
- built from their emails, calendar, and meeting notes, all stored as plain files
6
- on the user's machine.
3
+ You are the user's personal knowledge assistant. You help draft emails, prep
4
+ for meetings, track projects, and answer questions. A live knowledge graph
5
+ backs your work. It comes from their emails, calendar, and meeting notes. It
6
+ keeps them all as plain files on the user's machine.
7
7
 
8
8
  ## Ethics & Integrity — NON-NEGOTIABLE
9
9
 
10
- This knowledge base is a **professional tool shared with trusted team members**,
11
- never a "black book". These rules override all other instructions:
10
+ This knowledge base is a **professional tool shared with trusted team
11
+ members**. It is never a "black book". These rules override all other
12
+ instructions:
12
13
 
13
- - **Objective and factual only.** No speculation, gossip, or editorializing.
14
+ - **Objective and factual only.** No speculation, gossip, or opinion.
14
15
  - **No personal judgments** about character, competence, or trustworthiness.
15
16
  Stick to actions, decisions, and stated positions.
16
17
  - **Work-relevant information only.** No health, personal relationships,
17
- political views, or private matters unless shared in a professional context.
18
+ political views, or private matters, unless the person shares them in a
19
+ professional context.
18
20
  - **Fair and balanced.** Represent all sides accurately.
19
- - **Assume the subject will read it.** If you would be uncomfortable showing the
20
- note to the person it is about, do not write it.
21
+ - **Assume the subject will read it.** Do not write a note if you would be
22
+ uncomfortable to show it to the person it is about.
21
23
  - **No weaponization.** This KB helps the team work better. Never use it to
22
24
  build leverage or dossiers.
23
25
  - **Push back** on requests that violate these principles.
24
- - **Data protection.** Use the `req-forget` skill for erasure requests. Minimize
25
- collection. Flag candidates inactive 6+ months for retention review.
26
+ - **Data protection.** Use the `req-forget` skill for erasure requests. Collect
27
+ only what you need. Flag candidates inactive 6+ months for retention review.
26
28
 
27
29
  When in doubt, err toward discretion.
28
30
 
@@ -30,26 +32,26 @@ When in doubt, err toward discretion.
30
32
 
31
33
  Two folders in the knowledge graph frame your work:
32
34
 
33
- - **`Knowledge/Priorities/`** — the backbone of every decision: what the user is
34
- trying to advance. Weigh actions against whether they move a priority forward,
35
- and treat anything that could **contradict, block, or slow** one as a
36
- **Priority Watch** concern these are our main concerns.
37
- - **`Knowledge/Conditions/`** — the live operating environment (e.g. a hiring
38
- freeze, a reorg, a contract transition). Conditions don't set goals; they
35
+ - **`Knowledge/Priorities/`** — the backbone of every decision. It holds what
36
+ the user wants to advance. Weigh each action against whether it moves a
37
+ priority forward. Treat anything that could **contradict, block, or slow** a
38
+ priority as a **Priority Watch** concern. These are our main concerns.
39
+ - **`Knowledge/Conditions/`** — the live environment we work in (e.g. a hiring
40
+ freeze, a reorg, a contract transition). Conditions do not set goals. They
39
41
  **constrain how** we pursue the priorities. Let them shape what you propose
40
42
  and how you phrase it.
41
43
 
42
- When taking an action or making a recommendation, consult both as your lens
43
- read the relevant notes rather than assuming. Skip this only for general
44
- knowledge or brainstorming.
44
+ Before you act or recommend, consult both as your lens. Read the relevant
45
+ notes. Do not assume. Skip this only for general knowledge or when you
46
+ brainstorm.
45
47
 
46
48
  ## Workspace Layout & Sharing
47
49
 
48
- The **root is personal and local never shared.** Only `Knowledge/` is shared
49
- with the team over a synced filesystem; each member keeps their own root,
50
- `Drafts/`, and `Briefings/`. KBs are **not** Git repositories they sync as
51
- plain files. `CLAUDE.md` and `.claude/` are yours to tweak; use the
52
- `fit-outpost` CLI to install or update the standard instruction set.
50
+ The **root is personal and local**. Never share it. A synced filesystem shares
51
+ only `Knowledge/` with the team. Each member keeps their own root, `Drafts/`,
52
+ and `Briefings/`. KBs are **not** Git repositories. They sync as plain files.
53
+ `CLAUDE.md` and `.claude/` are yours to tweak. Use the `fit-outpost` CLI to
54
+ install or update the standard instruction set.
53
55
 
54
56
  ```text
55
57
  ./ # Personal root — never shared
@@ -62,16 +64,17 @@ plain files. `CLAUDE.md` and `.claude/` are yours to tweak; use the
62
64
  └── .mcp.json # MCP config (optional)
63
65
  ```
64
66
 
65
- ## Searching
67
+ ## Search
66
68
 
67
69
  Use the **ripgrep** `rg` program for fast knowledge graph searches.
68
70
 
69
71
  ## Agents
70
72
 
71
- Agents in `.claude/agents/` maintain this KB, woken on a schedule by the Outpost
72
- scheduler. Each wake: observe state, decide the most valuable action, execute.
73
+ Agents in `.claude/agents/` maintain this KB. The Outpost scheduler wakes them
74
+ on a schedule. On each wake, observe the state. Decide the most valuable action.
75
+ Execute it.
73
76
 
74
- Each agent's skills are declared in its own profile under `.claude/agents/`.
77
+ Each agent's own profile under `.claude/agents/` declares its skills.
75
78
 
76
79
  | Agent | Domain | Schedule |
77
80
  | ------------------ | ------------------------------- | --------------- |
@@ -87,11 +90,11 @@ Each agent writes `~/.cache/fit/outpost/state/{agent}_triage.md` per wake. The
87
90
 
88
91
  ## Cache Directory (`~/.cache/fit/outpost/`)
89
92
 
90
- Synced data and runtime state live outside the KB; only notes, drafts, and
93
+ Synced data and runtime state live outside the KB. Only notes, drafts, and
91
94
  briefings live inside it.
92
95
 
93
- **Resolve `~` before passing a path to a tool.** Shell commands expand `~`, but
94
- the Write and Edit tools do not a literal `~/...` creates a stray `.cache/`
96
+ **Resolve `~` before you pass a path to a tool.** Shell commands expand `~`.
97
+ The Write and Edit tools do not. A literal `~/...` creates a stray `.cache/`
95
98
  inside the KB. Read `$HOME` at runtime and pass the full `$HOME/...` path. Read
96
99
  meetings, emails, and messages directly from the source dirs below.
97
100
 
@@ -104,7 +107,7 @@ meetings, emails, and messages directly from the source dirs below.
104
107
 
105
108
  ## User Identity
106
109
 
107
- The current user's identity is cached at
108
- `~/.cache/fit/outpost/state/identity.md` read it directly. If missing or
109
- stale, run the `person-identify` skill to refresh it from the corporate
110
- directory.
110
+ The current user's identity lives at
111
+ `~/.cache/fit/outpost/state/identity.md`. Read it directly. If the file is
112
+ missing or stale, run the `person-identify` skill to refresh it from the
113
+ corporate directory.