career-compass-mcp 2.2.0 → 2.3.0

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 (35) hide show
  1. package/README.md +1 -0
  2. package/build/bin/cli.d.ts.map +1 -1
  3. package/build/bin/cli.js +15 -2
  4. package/build/bin/cli.js.map +1 -1
  5. package/build/src/dashboard-lite/render.d.ts.map +1 -1
  6. package/build/src/dashboard-lite/render.js +100 -27
  7. package/build/src/dashboard-lite/render.js.map +1 -1
  8. package/build/src/dashboard-lite/server.d.ts +18 -1
  9. package/build/src/dashboard-lite/server.d.ts.map +1 -1
  10. package/build/src/dashboard-lite/server.js +31 -3
  11. package/build/src/dashboard-lite/server.js.map +1 -1
  12. package/build/src/empty-state.d.ts +16 -0
  13. package/build/src/empty-state.d.ts.map +1 -0
  14. package/build/src/empty-state.js +31 -0
  15. package/build/src/empty-state.js.map +1 -0
  16. package/build/src/storage/file-store.d.ts +15 -0
  17. package/build/src/storage/file-store.d.ts.map +1 -1
  18. package/build/src/storage/file-store.js +19 -1
  19. package/build/src/storage/file-store.js.map +1 -1
  20. package/build/src/tools/career-kb.d.ts.map +1 -1
  21. package/build/src/tools/career-kb.js +86 -2
  22. package/build/src/tools/career-kb.js.map +1 -1
  23. package/build/src/tools/interview.d.ts.map +1 -1
  24. package/build/src/tools/interview.js +2 -1
  25. package/build/src/tools/interview.js.map +1 -1
  26. package/build/src/tools/opportunity.d.ts.map +1 -1
  27. package/build/src/tools/opportunity.js +2 -1
  28. package/build/src/tools/opportunity.js.map +1 -1
  29. package/build/src/tools/pipeline.js +1 -1
  30. package/build/src/tools/pipeline.js.map +1 -1
  31. package/build/src/tools/resume.d.ts.map +1 -1
  32. package/build/src/tools/resume.js +3 -2
  33. package/build/src/tools/resume.js.map +1 -1
  34. package/data/example/pipeline/applications.yaml +66 -66
  35. package/package.json +1 -1
@@ -7,9 +7,9 @@ applications:
7
7
  remote: hybrid
8
8
  postingUrl: https://veridianhealth.com/careers/director-operations
9
9
  status: interviewing
10
- dateDiscovered: "2026-03-10"
11
- dateApplied: "2026-03-12"
12
- dateUpdated: "2026-03-24T14:22:00.000Z"
10
+ dateDiscovered: "2026-05-30"
11
+ dateApplied: "2026-06-01"
12
+ dateUpdated: "2026-06-13T14:22:00.000Z"
13
13
  priority: high
14
14
  excitement: 9
15
15
  source: LinkedIn
@@ -27,18 +27,18 @@ applications:
27
27
  relationship: Hiring Manager
28
28
  interviewRounds:
29
29
  - type: phone_screen
30
- date: "2026-03-17"
30
+ date: "2026-06-06"
31
31
  interviewers: [Rachel Torres]
32
32
  outcome: Passed — advancing to panel
33
33
  - type: panel
34
- date: "2026-03-28"
34
+ date: "2026-06-17"
35
35
  interviewers: [David Kim, Head of Clinical Ops, VP Engineering]
36
36
  notes: 90-minute panel. Prep STAR stories around cross-functional change management.
37
37
  notes:
38
- - "[2026-03-12] Tailored resume to emphasize healthcare ops experience. Used 'capacity optimization' framing from their JD."
39
- - "[2026-03-17] Great phone screen. Rachel mentioned they want someone who can 'speak clinical AND exec.' Strong fit signal."
40
- - "[2026-03-24] Panel confirmed. David Kim background: ex-McKinsey, 12 years hospital ops."
41
- followUpDue: "2026-03-30"
38
+ - "[2026-06-01] Tailored resume to emphasize healthcare ops experience. Used 'capacity optimization' framing from their JD."
39
+ - "[2026-06-06] Great phone screen. Rachel mentioned they want someone who can 'speak clinical AND exec.' Strong fit signal."
40
+ - "[2026-06-13] Panel confirmed. David Kim background: ex-McKinsey, 12 years hospital ops."
41
+ followUpDue: "2026-07-26"
42
42
  coverLetterGenerated: true
43
43
  tags: [healthcare, operations, director, panel-stage]
44
44
 
@@ -49,9 +49,9 @@ applications:
49
49
  location: Remote
50
50
  remote: remote
51
51
  status: applied
52
- dateDiscovered: "2026-03-18"
53
- dateApplied: "2026-03-20"
54
- dateUpdated: "2026-03-20T09:15:00.000Z"
52
+ dateDiscovered: "2026-06-07"
53
+ dateApplied: "2026-06-09"
54
+ dateUpdated: "2026-06-09T09:15:00.000Z"
55
55
  priority: medium
56
56
  excitement: 7
57
57
  source: Company site
@@ -66,9 +66,9 @@ applications:
66
66
  relationship: Internal referral contact
67
67
  interviewRounds: []
68
68
  notes:
69
- - "[2026-03-18] Marcus flagged this opening. Direct referral — he'll put in a word with the hiring manager."
70
- - "[2026-03-20] Applied via company site. Tailored to emphasize NRR and QBR redesign from Brightline days."
71
- followUpDue: "2026-03-27"
69
+ - "[2026-06-07] Marcus flagged this opening. Direct referral — he'll put in a word with the hiring manager."
70
+ - "[2026-06-09] Applied via company site. Tailored to emphasize NRR and QBR redesign from Brightline days."
71
+ followUpDue: "2026-07-20"
72
72
  coverLetterGenerated: true
73
73
  tags: [logistics, customer-success, referral]
74
74
 
@@ -79,9 +79,9 @@ applications:
79
79
  location: Chicago, IL (Hybrid)
80
80
  remote: hybrid
81
81
  status: rejected
82
- dateDiscovered: "2026-02-28"
83
- dateApplied: "2026-03-01"
84
- dateUpdated: "2026-03-19T16:00:00.000Z"
82
+ dateDiscovered: "2026-05-20"
83
+ dateApplied: "2026-05-21"
84
+ dateUpdated: "2026-06-08T16:00:00.000Z"
85
85
  priority: high
86
86
  excitement: 8
87
87
  source: LinkedIn
@@ -96,17 +96,17 @@ applications:
96
96
  relationship: Recruiter
97
97
  interviewRounds:
98
98
  - type: phone_screen
99
- date: "2026-03-07"
99
+ date: "2026-05-27"
100
100
  interviewers: [Jennifer Wu]
101
101
  outcome: Advanced
102
102
  - type: behavioral
103
- date: "2026-03-14"
103
+ date: "2026-06-03"
104
104
  interviewers: [Partner, Chief of Staff (outgoing)]
105
105
  outcome: Did not advance — preferred fintech-native background
106
106
  notes:
107
- - "[2026-03-01] Stretch role but strong culture fit signal from job description."
108
- - "[2026-03-14] Behavioral went well subjectively, but feedback was they prioritized someone with direct fintech P&L experience."
109
- - "[2026-03-19] Graceful rejection received. Will send keep-the-door-open response and connect with Jennifer on LinkedIn."
107
+ - "[2026-05-21] Stretch role but strong culture fit signal from job description."
108
+ - "[2026-06-03] Behavioral went well subjectively, but feedback was they prioritized someone with direct fintech P&L experience."
109
+ - "[2026-06-08] Graceful rejection received. Will send keep-the-door-open response and connect with Jennifer on LinkedIn."
110
110
  coverLetterGenerated: true
111
111
  tags: [fintech, chief-of-staff, rejected, learnings]
112
112
 
@@ -118,8 +118,8 @@ applications:
118
118
  remote: hybrid
119
119
  postingUrl: https://canopyanalytics.com/careers/vp-operations
120
120
  status: discovered
121
- dateDiscovered: "2026-03-25"
122
- dateUpdated: "2026-03-25T10:30:00.000Z"
121
+ dateDiscovered: "2026-06-14"
122
+ dateUpdated: "2026-06-14T10:30:00.000Z"
123
123
  priority: medium
124
124
  excitement: 6
125
125
  source: LinkedIn
@@ -130,8 +130,8 @@ applications:
130
130
  contacts: []
131
131
  interviewRounds: []
132
132
  notes:
133
- - "[2026-03-25] Found via LinkedIn job alert. Series C company, ~250 employees. JD emphasizes scaling ops infrastructure — strong match with current experience."
134
- - "[2026-03-25] Research: CEO previously scaled ops at Tableau. COO role is new headcount, not backfill — likely greenfield build."
133
+ - "[2026-06-14] Found via LinkedIn job alert. Series C company, ~250 employees. JD emphasizes scaling ops infrastructure — strong match with current experience."
134
+ - "[2026-06-14] Research: CEO previously scaled ops at Tableau. COO role is new headcount, not backfill — likely greenfield build."
135
135
  coverLetterGenerated: false
136
136
  tags: [analytics, saas, vp-ops, discovered]
137
137
 
@@ -143,9 +143,9 @@ applications:
143
143
  remote: remote
144
144
  postingUrl: https://stratoscloud.io/jobs/program-director
145
145
  status: screening
146
- dateDiscovered: "2026-03-14"
147
- dateApplied: "2026-03-16"
148
- dateUpdated: "2026-03-26T11:00:00.000Z"
146
+ dateDiscovered: "2026-06-03"
147
+ dateApplied: "2026-06-05"
148
+ dateUpdated: "2026-06-15T11:00:00.000Z"
149
149
  priority: medium
150
150
  excitement: 7
151
151
  source: Recruiter outreach
@@ -160,14 +160,14 @@ applications:
160
160
  relationship: Recruiter
161
161
  interviewRounds:
162
162
  - type: phone_screen
163
- date: "2026-03-21"
163
+ date: "2026-06-10"
164
164
  interviewers: [Priya Nair]
165
165
  outcome: Passed — scheduling hiring manager screen
166
166
  notes:
167
- - "[2026-03-14] Priya reached out on LinkedIn. Role aligns with cross-functional program delivery background."
168
- - "[2026-03-16] Applied after reviewing JD in detail. Emphasized distributed team coordination and OKR alignment experience."
169
- - "[2026-03-21] Good phone screen with Priya. 30 mins. She mentioned hiring manager is ex-AWS, values structured program rigor. Follow up if no response by Mar 28."
170
- followUpDue: "2026-03-28"
167
+ - "[2026-06-03] Priya reached out on LinkedIn. Role aligns with cross-functional program delivery background."
168
+ - "[2026-06-05] Applied after reviewing JD in detail. Emphasized distributed team coordination and OKR alignment experience."
169
+ - "[2026-06-10] Good phone screen with Priya. 30 mins. She mentioned hiring manager is ex-AWS, values structured program rigor. Follow up if no response by Mar 28."
170
+ followUpDue: "2026-07-24"
171
171
  coverLetterGenerated: true
172
172
  tags: [cloud, infrastructure, program-director, screening]
173
173
 
@@ -179,9 +179,9 @@ applications:
179
179
  remote: hybrid
180
180
  postingUrl: https://brightpathhealth.com/careers/sr-program-manager
181
181
  status: offer
182
- dateDiscovered: "2026-02-20"
183
- dateApplied: "2026-02-22"
184
- dateUpdated: "2026-03-26T16:45:00.000Z"
182
+ dateDiscovered: "2026-05-12"
183
+ dateApplied: "2026-05-14"
184
+ dateUpdated: "2026-06-15T16:45:00.000Z"
185
185
  priority: high
186
186
  excitement: 8
187
187
  source: Referral
@@ -203,19 +203,19 @@ applications:
203
203
  relationship: Recruiter
204
204
  interviewRounds:
205
205
  - type: phone_screen
206
- date: "2026-03-01"
206
+ date: "2026-05-21"
207
207
  interviewers: [Diane Hartley]
208
208
  outcome: Advanced
209
209
  - type: behavioral
210
- date: "2026-03-10"
210
+ date: "2026-05-30"
211
211
  interviewers: [Carlos Mendez, Samantha Osei]
212
212
  outcome: Advanced
213
213
  - type: panel
214
- date: "2026-03-18"
214
+ date: "2026-06-07"
215
215
  interviewers: [Carlos Mendez, CTO, Head of Clinical Delivery]
216
216
  outcome: Advanced to offer
217
217
  - type: offer_call
218
- date: "2026-03-25"
218
+ date: "2026-06-14"
219
219
  interviewers: [Diane Hartley, Carlos Mendez]
220
220
  outcome: Verbal offer extended
221
221
  offer:
@@ -229,16 +229,16 @@ applications:
229
229
  - $2,000 annual learning & development stipend
230
230
  - Flexible PTO
231
231
  - Home office stipend $1,500
232
- startDate: "2026-05-01"
233
- expiresDate: "2026-04-07"
232
+ startDate: "2026-07-21"
233
+ expiresDate: "2026-06-27"
234
234
  notes: "Strong offer — slightly below target base but equity and benefits are solid. Need to decide before Apr 7."
235
235
  notes:
236
- - "[2026-02-20] Sam flagged this opening before it was even posted. Direct referral to Carlos."
237
- - "[2026-03-10] Behavioral round felt strong. Sam prepped me on Carlos's communication style — direct, metrics-first."
238
- - "[2026-03-18] Three-person panel, 2 hours. Good energy. CTO asked deep questions about cross-functional conflict resolution."
239
- - "[2026-03-25] Offer received! Base $148K vs $155K ask. Need to negotiate or decide. Equity + benefits partially offset."
240
- - "[2026-03-26] Reviewing total comp. Will counter on base — target $153K. Benefits package is excellent."
241
- followUpDue: "2026-04-07"
236
+ - "[2026-05-12] Sam flagged this opening before it was even posted. Direct referral to Carlos."
237
+ - "[2026-05-30] Behavioral round felt strong. Sam prepped me on Carlos's communication style — direct, metrics-first."
238
+ - "[2026-06-07] Three-person panel, 2 hours. Good energy. CTO asked deep questions about cross-functional conflict resolution."
239
+ - "[2026-06-14] Offer received! Base $148K vs $155K ask. Need to negotiate or decide. Equity + benefits partially offset."
240
+ - "[2026-06-15] Reviewing total comp. Will counter on base — target $153K. Benefits package is excellent."
241
+ followUpDue: "2026-08-02"
242
242
  coverLetterGenerated: true
243
243
  tags: [healthcare, program-management, offer, negotiating-soon]
244
244
 
@@ -250,9 +250,9 @@ applications:
250
250
  remote: hybrid
251
251
  postingUrl: https://apexconsultinggroup.com/careers/engagement-manager
252
252
  status: withdrawn
253
- dateDiscovered: "2026-02-15"
254
- dateApplied: "2026-02-18"
255
- dateUpdated: "2026-03-22T13:00:00.000Z"
253
+ dateDiscovered: "2026-05-07"
254
+ dateApplied: "2026-05-10"
255
+ dateUpdated: "2026-06-11T13:00:00.000Z"
256
256
  priority: low
257
257
  excitement: 5
258
258
  source: Company site
@@ -267,14 +267,14 @@ applications:
267
267
  relationship: Recruiter
268
268
  interviewRounds:
269
269
  - type: behavioral
270
- date: "2026-03-05"
270
+ date: "2026-05-25"
271
271
  interviewers: [Bradley Kowalski, Senior Partner]
272
272
  outcome: Advanced — but role scope narrower than expected
273
273
  notes:
274
- - "[2026-02-18] Applied based on strong brand name. JD was broad — assumed more strategic scope."
275
- - "[2026-03-05] Behavioral round clarified role is primarily client delivery/billable hours — less internal transformation focus than expected."
276
- - "[2026-03-10] After reflection, this role is a step sideways rather than forward. Travel requirements (60%+) also not sustainable."
277
- - "[2026-03-22] Withdrew candidacy. Sent courteous email to Bradley thanking the team and keeping door open for future opportunities."
274
+ - "[2026-05-10] Applied based on strong brand name. JD was broad — assumed more strategic scope."
275
+ - "[2026-05-25] Behavioral round clarified role is primarily client delivery/billable hours — less internal transformation focus than expected."
276
+ - "[2026-05-30] After reflection, this role is a step sideways rather than forward. Travel requirements (60%+) also not sustainable."
277
+ - "[2026-06-11] Withdrew candidacy. Sent courteous email to Bradley thanking the team and keeping door open for future opportunities."
278
278
  coverLetterGenerated: true
279
279
  tags: [consulting, engagement-manager, withdrawn, culture-fit-mismatch]
280
280
 
@@ -286,9 +286,9 @@ applications:
286
286
  remote: onsite
287
287
  postingUrl: https://lumendigital.com/jobs/head-of-operations
288
288
  status: applied
289
- dateDiscovered: "2026-03-22"
290
- dateApplied: "2026-03-24"
291
- dateUpdated: "2026-03-24T17:30:00.000Z"
289
+ dateDiscovered: "2026-06-11"
290
+ dateApplied: "2026-06-13"
291
+ dateUpdated: "2026-06-13T17:30:00.000Z"
292
292
  priority: medium
293
293
  excitement: 7
294
294
  source: LinkedIn
@@ -302,11 +302,11 @@ applications:
302
302
  relationship: Listed on JD as point of contact
303
303
  interviewRounds: []
304
304
  notes:
305
- - "[2026-03-22] Noticed this role trending on LinkedIn. Fast-growing agency (~180 employees), recently acquired two boutique studios."
306
- - "[2026-03-24] Applied with tailored resume emphasizing agency ops and vendor management. Highlighted team scaling from 40 to 120 in prior role."
307
- - "[2026-03-24] Onsite requirement is a factor but Austin-based — manageable. Will wait for response before committing further."
308
- followUpDue: "2026-03-31"
305
+ - "[2026-06-11] Noticed this role trending on LinkedIn. Fast-growing agency (~180 employees), recently acquired two boutique studios."
306
+ - "[2026-06-13] Applied with tailored resume emphasizing agency ops and vendor management. Highlighted team scaling from 40 to 120 in prior role."
307
+ - "[2026-06-13] Onsite requirement is a factor but Austin-based — manageable. Will wait for response before committing further."
308
+ followUpDue: "2026-07-30"
309
309
  coverLetterGenerated: true
310
310
  tags: [digital, agency, head-of-ops, applied]
311
311
 
312
- lastUpdated: "2026-03-27T00:00:00.000Z"
312
+ lastUpdated: "2026-07-24T16:05:24Z"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "career-compass-mcp",
3
- "version": "2.2.0",
3
+ "version": "2.3.0",
4
4
  "description": "AI-native career co-pilot for Claude \u2014 Career KB, resume tailoring, job pipeline, interview prep, and offer evaluation via MCP",
5
5
  "type": "module",
6
6
  "main": "build/src/index.js",