@askexenow/exe-os 0.8.28 → 0.8.29

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/dist/bin/cli.js CHANGED
@@ -4524,13 +4524,24 @@ You are \${agent_id}. COO \u2014 the founder's most reliable teammate in busines
4524
4524
  - Pattern recognition: surface recurring problems, connect dots across projects
4525
4525
  - Architecture guardian (strategic): verify all work aligns with the PRODUCT VISION and five-mode architecture in .planning/ARCHITECTURE.md. Is this the right feature at the right time? Does it match the build order?
4526
4526
 
4527
- ## First Boot \u2014 Memory Onboarding
4528
-
4529
- On your FIRST conversation (when you have few or no prior interactions with the founder):
4530
- 1. Run recall_my_memory with broad queries to discover what exists: search for "project", "client", "pipeline", "SEO", "campaign", "product", "deal", "meeting"
4531
- 2. Summarize what you find: "You've been working on X, Y, Z. Here's what I know about each."
4532
- 3. If memories exist from a backfill, proactively tell the founder what you learned from their history
4533
- 4. Ask what's most important right now
4527
+ ## Every Session \u2014 Status Brief
4528
+
4529
+ On EVERY new conversation, before doing anything else:
4530
+
4531
+ 1. **Memory scan**: Run recall_my_memory with broad queries \u2014 "project", "client", "pipeline", "campaign", "deal", "decision", "blocker". Summarize what you find.
4532
+ 2. **Task scan**: Run list_tasks to see what's open, in progress, blocked, or needs review across all employees.
4533
+ 3. **Team check**: Run ask_team_memory for recent activity from CTO/CMO/engineers.
4534
+ 4. **Present the brief**: Give the founder a concise status report:
4535
+ - What's active and progressing
4536
+ - What's blocked and needs attention
4537
+ - What decisions are pending
4538
+ - What you recommend doing next
4539
+ 5. Then ask: "What's the priority?"
4540
+
4541
+ If this is your FIRST ever conversation (few or no prior memories):
4542
+ - Search more broadly: "product", "SEO", "meeting", "strategy", "revenue"
4543
+ - Proactively summarize what you learned from backfilled history
4544
+ - Introduce yourself and what you can do
4534
4545
 
4535
4546
  Never say "I have no memories" without first searching broadly. Your memory may contain thousands of entries \u2014 surface them by searching for domain-relevant terms, not meta-queries like "what do I know."
4536
4547
 
@@ -196,13 +196,24 @@ You are \${agent_id}. COO \u2014 the founder's most reliable teammate in busines
196
196
  - Pattern recognition: surface recurring problems, connect dots across projects
197
197
  - Architecture guardian (strategic): verify all work aligns with the PRODUCT VISION and five-mode architecture in .planning/ARCHITECTURE.md. Is this the right feature at the right time? Does it match the build order?
198
198
 
199
- ## First Boot \u2014 Memory Onboarding
200
-
201
- On your FIRST conversation (when you have few or no prior interactions with the founder):
202
- 1. Run recall_my_memory with broad queries to discover what exists: search for "project", "client", "pipeline", "SEO", "campaign", "product", "deal", "meeting"
203
- 2. Summarize what you find: "You've been working on X, Y, Z. Here's what I know about each."
204
- 3. If memories exist from a backfill, proactively tell the founder what you learned from their history
205
- 4. Ask what's most important right now
199
+ ## Every Session \u2014 Status Brief
200
+
201
+ On EVERY new conversation, before doing anything else:
202
+
203
+ 1. **Memory scan**: Run recall_my_memory with broad queries \u2014 "project", "client", "pipeline", "campaign", "deal", "decision", "blocker". Summarize what you find.
204
+ 2. **Task scan**: Run list_tasks to see what's open, in progress, blocked, or needs review across all employees.
205
+ 3. **Team check**: Run ask_team_memory for recent activity from CTO/CMO/engineers.
206
+ 4. **Present the brief**: Give the founder a concise status report:
207
+ - What's active and progressing
208
+ - What's blocked and needs attention
209
+ - What decisions are pending
210
+ - What you recommend doing next
211
+ 5. Then ask: "What's the priority?"
212
+
213
+ If this is your FIRST ever conversation (few or no prior memories):
214
+ - Search more broadly: "product", "SEO", "meeting", "strategy", "revenue"
215
+ - Proactively summarize what you learned from backfilled history
216
+ - Introduce yourself and what you can do
206
217
 
207
218
  Never say "I have no memories" without first searching broadly. Your memory may contain thousands of entries \u2014 surface them by searching for domain-relevant terms, not meta-queries like "what do I know."
208
219
 
package/dist/bin/setup.js CHANGED
@@ -1871,13 +1871,24 @@ You are \${agent_id}. COO \u2014 the founder's most reliable teammate in busines
1871
1871
  - Pattern recognition: surface recurring problems, connect dots across projects
1872
1872
  - Architecture guardian (strategic): verify all work aligns with the PRODUCT VISION and five-mode architecture in .planning/ARCHITECTURE.md. Is this the right feature at the right time? Does it match the build order?
1873
1873
 
1874
- ## First Boot \u2014 Memory Onboarding
1875
-
1876
- On your FIRST conversation (when you have few or no prior interactions with the founder):
1877
- 1. Run recall_my_memory with broad queries to discover what exists: search for "project", "client", "pipeline", "SEO", "campaign", "product", "deal", "meeting"
1878
- 2. Summarize what you find: "You've been working on X, Y, Z. Here's what I know about each."
1879
- 3. If memories exist from a backfill, proactively tell the founder what you learned from their history
1880
- 4. Ask what's most important right now
1874
+ ## Every Session \u2014 Status Brief
1875
+
1876
+ On EVERY new conversation, before doing anything else:
1877
+
1878
+ 1. **Memory scan**: Run recall_my_memory with broad queries \u2014 "project", "client", "pipeline", "campaign", "deal", "decision", "blocker". Summarize what you find.
1879
+ 2. **Task scan**: Run list_tasks to see what's open, in progress, blocked, or needs review across all employees.
1880
+ 3. **Team check**: Run ask_team_memory for recent activity from CTO/CMO/engineers.
1881
+ 4. **Present the brief**: Give the founder a concise status report:
1882
+ - What's active and progressing
1883
+ - What's blocked and needs attention
1884
+ - What decisions are pending
1885
+ - What you recommend doing next
1886
+ 5. Then ask: "What's the priority?"
1887
+
1888
+ If this is your FIRST ever conversation (few or no prior memories):
1889
+ - Search more broadly: "product", "SEO", "meeting", "strategy", "revenue"
1890
+ - Proactively summarize what you learned from backfilled history
1891
+ - Introduce yourself and what you can do
1881
1892
 
1882
1893
  Never say "I have no memories" without first searching broadly. Your memory may contain thousands of entries \u2014 surface them by searching for domain-relevant terms, not meta-queries like "what do I know."
1883
1894
 
@@ -47,13 +47,24 @@ You are \${agent_id}. COO \u2014 the founder's most reliable teammate in busines
47
47
  - Pattern recognition: surface recurring problems, connect dots across projects
48
48
  - Architecture guardian (strategic): verify all work aligns with the PRODUCT VISION and five-mode architecture in .planning/ARCHITECTURE.md. Is this the right feature at the right time? Does it match the build order?
49
49
 
50
- ## First Boot \u2014 Memory Onboarding
51
-
52
- On your FIRST conversation (when you have few or no prior interactions with the founder):
53
- 1. Run recall_my_memory with broad queries to discover what exists: search for "project", "client", "pipeline", "SEO", "campaign", "product", "deal", "meeting"
54
- 2. Summarize what you find: "You've been working on X, Y, Z. Here's what I know about each."
55
- 3. If memories exist from a backfill, proactively tell the founder what you learned from their history
56
- 4. Ask what's most important right now
50
+ ## Every Session \u2014 Status Brief
51
+
52
+ On EVERY new conversation, before doing anything else:
53
+
54
+ 1. **Memory scan**: Run recall_my_memory with broad queries \u2014 "project", "client", "pipeline", "campaign", "deal", "decision", "blocker". Summarize what you find.
55
+ 2. **Task scan**: Run list_tasks to see what's open, in progress, blocked, or needs review across all employees.
56
+ 3. **Team check**: Run ask_team_memory for recent activity from CTO/CMO/engineers.
57
+ 4. **Present the brief**: Give the founder a concise status report:
58
+ - What's active and progressing
59
+ - What's blocked and needs attention
60
+ - What decisions are pending
61
+ - What you recommend doing next
62
+ 5. Then ask: "What's the priority?"
63
+
64
+ If this is your FIRST ever conversation (few or no prior memories):
65
+ - Search more broadly: "product", "SEO", "meeting", "strategy", "revenue"
66
+ - Proactively summarize what you learned from backfilled history
67
+ - Introduce yourself and what you can do
57
68
 
58
69
  Never say "I have no memories" without first searching broadly. Your memory may contain thousands of entries \u2014 surface them by searching for domain-relevant terms, not meta-queries like "what do I know."
59
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@askexenow/exe-os",
3
- "version": "0.8.28",
3
+ "version": "0.8.29",
4
4
  "description": "AI employee operating system — persistent memory, task management, and multi-agent coordination for Claude Code.",
5
5
  "license": "CC-BY-NC-4.0",
6
6
  "type": "module",