@forwardimpact/outpost 3.0.5 → 3.1.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/package.json +1 -1
- package/templates/CLAUDE.md +10 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forwardimpact/outpost",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"description": "Personal operations center — context from email, calendar, and knowledge assembled so preparation is continuous, not a morning scramble.",
|
|
5
5
|
"homepage": "https://www.forwardimpact.team",
|
|
6
6
|
"repository": {
|
package/templates/CLAUDE.md
CHANGED
|
@@ -36,19 +36,16 @@ destructive actions.
|
|
|
36
36
|
|
|
37
37
|
## Dependencies
|
|
38
38
|
|
|
39
|
-
- **ripgrep** (`rg`) — fast knowledge graph searches.
|
|
39
|
+
- **ripgrep** (`rg`) — fast knowledge graph searches.
|
|
40
40
|
`brew install ripgrep`.
|
|
41
41
|
|
|
42
42
|
## Workspace Layout
|
|
43
43
|
|
|
44
|
-
Everything is relative to this root:
|
|
45
|
-
|
|
46
44
|
```
|
|
47
45
|
./
|
|
48
|
-
├── knowledge/ #
|
|
49
|
-
│
|
|
50
|
-
│
|
|
51
|
-
│ └── Tasks/ Weeklies/
|
|
46
|
+
├── knowledge/ # Obsidian-compatible graph: People/ Organizations/
|
|
47
|
+
│ Projects/ Topics/ Candidates/ Goals/ Priorities/ Conditions/ Roles/
|
|
48
|
+
│ Tasks/ Weeklies/
|
|
52
49
|
├── .claude/skills/ # Auto-discovered skill files
|
|
53
50
|
├── drafts/ # Email drafts (draft-emails skill)
|
|
54
51
|
├── USER.md # Your identity — gitignored
|
|
@@ -77,16 +74,14 @@ Each agent writes `~/.cache/fit/outpost/state/{agent}_triage.md` per wake. The
|
|
|
77
74
|
|
|
78
75
|
## Cache Directory (`~/.cache/fit/outpost/`)
|
|
79
76
|
|
|
80
|
-
Synced data and runtime state live outside the KB
|
|
81
|
-
knowledge, notes, and drafts live here. Top-level subdirs:
|
|
77
|
+
Synced data and runtime state live outside the KB. Top-level subdirs:
|
|
82
78
|
|
|
83
79
|
- `apple_mail/` — Mail threads as `.md` (plus `attachments/`)
|
|
84
80
|
- `apple_calendar/` — Calendar events as `.json`
|
|
85
81
|
- `teams_chat/` — Teams 1:1 chats as `.md`
|
|
86
|
-
- `head-hunter/` — head-hunter agent memory
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
index, and `{agent}_triage.md` per agent
|
|
82
|
+
- `head-hunter/` — head-hunter agent memory
|
|
83
|
+
- `state/` — per-source last-sync timestamps, processed-file index, and
|
|
84
|
+
`{agent}_triage.md` per agent
|
|
90
85
|
|
|
91
86
|
## Knowledge Graph
|
|
92
87
|
|
|
@@ -129,6 +124,5 @@ generation).
|
|
|
129
124
|
|
|
130
125
|
## Working Outside This Directory
|
|
131
126
|
|
|
132
|
-
You have full filesystem access (macOS). For tasks outside this
|
|
133
|
-
(organizing Desktop, finding files in Downloads
|
|
134
|
-
directly.
|
|
127
|
+
You have full filesystem access (macOS). For tasks outside this KB
|
|
128
|
+
(organizing Desktop, finding files in Downloads), use shell commands directly.
|