career-compass-mcp 2.9.1 → 2.9.3
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/LICENSE +21 -21
- package/PRIVACY.md +10 -5
- package/README.md +600 -569
- package/build/bin/cli.js +26 -26
- package/build/bin/cli.js.map +1 -1
- package/build/src/dashboard-lite/ask-bridge.js.map +1 -1
- package/build/src/dashboard-lite/render.js +312 -312
- package/build/src/dashboard-lite/render.js.map +1 -1
- package/build/src/dashboard-lite/server.js.map +1 -1
- package/build/src/evidence.d.ts.map +1 -1
- package/build/src/install.d.ts +8 -0
- package/build/src/install.d.ts.map +1 -1
- package/build/src/install.js +29 -0
- package/build/src/install.js.map +1 -1
- package/build/src/prompts/index.js +114 -114
- package/build/src/sample-data.js.map +1 -1
- package/build/src/schemas/career-schema.d.ts +48 -48
- package/build/src/server.js.map +1 -1
- package/build/src/storage/file-store.d.ts.map +1 -1
- package/build/src/storage/file-store.js +34 -5
- package/build/src/storage/file-store.js.map +1 -1
- package/build/src/storage/read-only-error.d.ts.map +1 -1
- package/build/src/storage/write-claim.d.ts.map +1 -1
- package/build/src/tools/career-kb.js +97 -97
- package/build/src/tools/doctor.d.ts.map +1 -1
- package/build/src/tools/doctor.js +10 -7
- package/build/src/tools/doctor.js.map +1 -1
- package/build/src/tools/interview.js +178 -178
- package/build/src/tools/opportunity.js +120 -120
- package/build/src/tools/pipeline.js.map +1 -1
- package/build/src/tools/resume.js +153 -153
- package/build/src/version.js.map +1 -1
- package/data/example/career/education.yaml +20 -20
- package/data/example/career/experience.yaml +67 -67
- package/data/example/career/journal.yaml +56 -56
- package/data/example/career/profile.yaml +31 -31
- package/data/example/career/projects.yaml +47 -47
- package/data/example/career/skills.yaml +71 -71
- package/data/example/career/testimonials.yaml +26 -26
- package/data/example/pipeline/applications.yaml +312 -312
- package/package.json +77 -77
package/LICENSE
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2026 Ben Schippers
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Ben Schippers
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/PRIVACY.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Privacy Policy — Career Compass MCP
|
|
2
2
|
|
|
3
|
-
**Last updated:** 2026-
|
|
3
|
+
**Last updated:** 2026-09-26
|
|
4
4
|
**Applies to:** the `career-compass-mcp` MCP server and its bundled local dashboard, all versions.
|
|
5
5
|
|
|
6
6
|
---
|
|
@@ -28,6 +28,10 @@ Career Compass reads and writes the career information *you* give it:
|
|
|
28
28
|
recruiter and hiring-manager contact details you enter, interview dates, and your notes.
|
|
29
29
|
- **Text you paste in** — job postings, emails, offer letters, performance reviews, and
|
|
30
30
|
similar documents you hand to a tool.
|
|
31
|
+
- **Git history of a project folder you name** — only when you ask `harvest_evidence` to
|
|
32
|
+
look at one. It reads that folder's commit history locally (commit authors, dates, and
|
|
33
|
+
which files each commit touched) to report what you measurably did there. It writes
|
|
34
|
+
nothing, anywhere, and sends nothing.
|
|
31
35
|
|
|
32
36
|
## Where it is stored
|
|
33
37
|
|
|
@@ -64,10 +68,11 @@ Precisely what that involves:
|
|
|
64
68
|
- **What comes back.** The published metadata for the latest version. Career Compass reads
|
|
65
69
|
one field from it — the version number — and discards the rest.
|
|
66
70
|
- **When it happens.** Only while `check_setup` is running, and only if its
|
|
67
|
-
`checkForUpdates` parameter is true.
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
+
`checkForUpdates` parameter is true. It is false by default, so a setup check Claude runs
|
|
72
|
+
on its own stays offline; Claude turns it on when you ask about updates. No other tool
|
|
73
|
+
makes it, nothing makes it on startup, on a schedule, or in the background.
|
|
74
|
+
- **How to keep it off.** Do nothing: without `checkForUpdates: true` the rest of the
|
|
75
|
+
health check runs normally and no request is constructed.
|
|
71
76
|
- **When it fails.** If you are offline, behind a proxy, or the registry is slow, the
|
|
72
77
|
check times out after a few seconds and the report says it could not check. It is never
|
|
73
78
|
an error and it never blocks the rest of the report.
|