@forwardimpact/outpost 3.11.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.
- package/README.md +2 -2
- package/bin/fit-outpost.js +3 -2
- package/package.json +4 -4
- package/src/agent-path.js +10 -6
- package/src/agent-runner.js +28 -24
- package/src/index.js +2 -3
- package/src/kb-manager.js +21 -19
- package/src/outpost.js +37 -33
- package/src/posture.js +3 -3
- package/src/privilege.js +11 -11
- package/src/scheduler.js +14 -12
- package/src/socket-server.js +19 -18
- package/src/spawn-env.js +7 -6
- package/src/state-manager.js +2 -2
- package/templates/.claude/agents/chief-of-staff.md +22 -22
- package/templates/.claude/agents/concierge.md +19 -17
- package/templates/.claude/agents/head-hunter.md +27 -26
- package/templates/.claude/agents/librarian.md +17 -16
- package/templates/.claude/agents/postman.md +19 -18
- package/templates/.claude/agents/recruiter.md +31 -27
- package/templates/.claude/skills/anarlog-follow/SKILL.md +50 -49
- package/templates/.claude/skills/anarlog-follow/references/coaching.md +22 -21
- package/templates/.claude/skills/anarlog-follow/scripts/follow.mjs +4 -4
- package/templates/.claude/skills/anarlog-process/SKILL.md +35 -32
- package/templates/.claude/skills/anarlog-process/references/extraction.md +26 -22
- package/templates/.claude/skills/anarlog-process/references/sessions.md +10 -10
- package/templates/.claude/skills/anarlog-process/scripts/scan.mjs +10 -9
- package/templates/.claude/skills/anarlog-trim/SKILL.md +43 -40
- package/templates/.claude/skills/candidate-report/SKILL.md +30 -28
- package/templates/.claude/skills/candidate-report/references/report-template.html +10 -10
- package/templates/.claude/skills/candidate-report/references/report.css +4 -4
- package/templates/.claude/skills/candidate-report/references/rubric.md +15 -14
- package/templates/.claude/skills/candidate-report/scripts/render-pdf.mjs +2 -2
- package/templates/.claude/skills/changelog/SKILL.md +55 -50
- package/templates/.claude/skills/deck-create/SKILL.md +30 -30
- package/templates/.claude/skills/deck-create/references/slide.css +4 -4
- package/templates/.claude/skills/deck-create/scripts/convert-to-pdf.mjs +6 -6
- package/templates/.claude/skills/deck-review/SKILL.md +59 -57
- package/templates/.claude/skills/deck-review/assets/slide-annotator.js +58 -49
- package/templates/.claude/skills/deck-summarize/SKILL.md +49 -43
- package/templates/.claude/skills/deck-summarize/references/brief-template.md +4 -3
- package/templates/.claude/skills/deck-summarize/scripts/extract-pptx.mjs +8 -7
- package/templates/.claude/skills/doc-collab/SKILL.md +25 -25
- package/templates/.claude/skills/doc-create/SKILL.md +21 -20
- package/templates/.claude/skills/doc-create/scripts/convert-to-pdf.mjs +6 -6
- package/templates/.claude/skills/draft-emails/SKILL.md +37 -33
- package/templates/.claude/skills/draft-emails/references/template.md +2 -2
- package/templates/.claude/skills/draft-emails/scripts/scan-emails.mjs +5 -4
- package/templates/.claude/skills/draft-emails/scripts/send-email.mjs +11 -9
- package/templates/.claude/skills/extract-entities/SKILL.md +65 -65
- package/templates/.claude/skills/extract-entities/references/TEMPLATES.md +5 -5
- package/templates/.claude/skills/extract-entities/references/conditions.md +14 -13
- package/templates/.claude/skills/extract-entities/references/content.md +10 -9
- package/templates/.claude/skills/extract-entities/references/links.md +5 -5
- package/templates/.claude/skills/extract-entities/references/recruitment.md +19 -18
- package/templates/.claude/skills/extract-entities/references/resolution.md +13 -13
- package/templates/.claude/skills/extract-entities/references/sources.md +8 -8
- package/templates/.claude/skills/extract-entities/references/templates-conditions.md +2 -2
- package/templates/.claude/skills/extract-entities/references/templates-priorities.md +2 -2
- package/templates/.claude/skills/extract-entities/scripts/state.mjs +9 -8
- package/templates/.claude/skills/meeting-prep/SKILL.md +25 -24
- package/templates/.claude/skills/organize-files/SKILL.md +24 -22
- package/templates/.claude/skills/organize-files/scripts/organize-by-type.mjs +5 -4
- package/templates/.claude/skills/organize-files/scripts/summarize.mjs +4 -4
- package/templates/.claude/skills/person-identify/SKILL.md +24 -22
- package/templates/.claude/skills/person-identify/scripts/identify.sh +17 -17
- package/templates/.claude/skills/person-lookup/SKILL.md +28 -29
- package/templates/.claude/skills/person-lookup/scripts/lookup.sh +19 -16
- package/templates/.claude/skills/req-assess/SKILL.md +27 -27
- package/templates/.claude/skills/req-assess/references/interview-template.md +1 -1
- package/templates/.claude/skills/req-assess/references/panel-template.md +3 -2
- package/templates/.claude/skills/req-assess/references/rubric.md +13 -13
- package/templates/.claude/skills/req-decide/SKILL.md +28 -25
- package/templates/.claude/skills/req-decide/references/rubric.md +11 -10
- package/templates/.claude/skills/req-forget/SKILL.md +28 -26
- package/templates/.claude/skills/req-forget/references/classify.md +13 -13
- package/templates/.claude/skills/req-forget/references/locations.md +2 -2
- package/templates/.claude/skills/req-forget/references/report-template.md +1 -1
- package/templates/.claude/skills/req-scan/SKILL.md +21 -22
- package/templates/.claude/skills/req-scan/references/fallbacks.md +9 -9
- package/templates/.claude/skills/req-scan/references/filters.md +13 -13
- package/templates/.claude/skills/req-scan/references/sources.md +7 -7
- package/templates/.claude/skills/req-scan/references/state.md +1 -1
- package/templates/.claude/skills/req-scan/scripts/state.mjs +3 -2
- package/templates/.claude/skills/req-screen/SKILL.md +31 -29
- package/templates/.claude/skills/req-screen/references/rubric.md +18 -18
- package/templates/.claude/skills/req-screen/references/template.md +4 -4
- package/templates/.claude/skills/req-track/SKILL.md +40 -40
- package/templates/.claude/skills/req-track/references/fields.md +19 -18
- package/templates/.claude/skills/req-track/references/signals.md +12 -12
- package/templates/.claude/skills/req-track/references/statuses.md +3 -2
- package/templates/.claude/skills/req-track/references/templates.md +4 -4
- package/templates/.claude/skills/req-workday/SKILL.md +24 -24
- package/templates/.claude/skills/req-workday/references/status-mapping.md +5 -5
- package/templates/.claude/skills/req-workday/references/templates.md +13 -13
- package/templates/.claude/skills/req-workday/references/xlsx-format.md +7 -7
- package/templates/.claude/skills/req-workday/scripts/parse-workday.mjs +19 -17
- package/templates/.claude/skills/send-chat/SKILL.md +47 -43
- package/templates/.claude/skills/sync-apple-calendar/SKILL.md +20 -19
- package/templates/.claude/skills/sync-apple-calendar/references/SCHEMA.md +7 -7
- package/templates/.claude/skills/sync-apple-calendar/scripts/query.mjs +6 -6
- package/templates/.claude/skills/sync-apple-calendar/scripts/sync.mjs +9 -8
- package/templates/.claude/skills/sync-apple-mail/SKILL.md +17 -14
- package/templates/.claude/skills/sync-apple-mail/references/SCHEMA.md +10 -10
- package/templates/.claude/skills/sync-apple-mail/scripts/parse-emlx.mjs +9 -9
- package/templates/.claude/skills/sync-apple-mail/scripts/sync-helpers.mjs +16 -13
- package/templates/.claude/skills/sync-apple-mail/scripts/sync.mjs +3 -3
- package/templates/.claude/skills/sync-teams/SKILL.md +43 -43
- package/templates/.claude/skills/sync-teams/scripts/idb-reader.mjs +22 -21
- package/templates/.claude/skills/sync-teams/scripts/leveldb-reader.mjs +4 -4
- package/templates/.claude/skills/sync-teams/scripts/sync.mjs +4 -4
- package/templates/.claude/skills/upstream-instructions/SKILL.md +39 -40
- package/templates/.claude/skills/upstream-instructions/references/examples.md +2 -2
- package/templates/CLAUDE.md +40 -37
package/templates/CLAUDE.md
CHANGED
|
@@ -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
|
|
4
|
-
meetings, track projects, and answer questions
|
|
5
|
-
|
|
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
|
|
11
|
-
never a "black book". These rules override all other
|
|
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
|
|
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
|
|
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.**
|
|
20
|
-
|
|
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.
|
|
25
|
-
|
|
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
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
**Priority Watch** concern
|
|
37
|
-
- **`Knowledge/Conditions/`** — the live
|
|
38
|
-
freeze, a reorg, a contract transition). Conditions
|
|
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
|
-
|
|
43
|
-
|
|
44
|
-
|
|
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
|
|
49
|
-
with the team
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
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
|
-
##
|
|
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
|
|
72
|
-
|
|
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
|
|
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
|
|
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
|
|
94
|
-
|
|
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
|
|
108
|
-
`~/.cache/fit/outpost/state/identity.md
|
|
109
|
-
stale, run the `person-identify` skill to refresh it from the
|
|
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.
|