careerclaw-js 1.1.0 → 1.2.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.
package/CHANGELOG.md CHANGED
@@ -6,6 +6,35 @@ Versioning follows [Semantic Versioning](https://semver.org/).
6
6
 
7
7
  ---
8
8
 
9
+ ## [1.2.0](https://github.com/orestes-garcia-martinez/careerclaw-js/compare/careerclaw-js-v1.1.0...careerclaw-js-v1.2.0) (2026-03-27)
10
+
11
+
12
+ ### Features
13
+
14
+ * dual execution-context architecture for CareerClaw runtimes ([2d77418](https://github.com/orestes-garcia-martinez/careerclaw-js/commit/2d77418a111a69fb57d51b65a4a31c9a3052680d))
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * bump fast-xml-parser version to fix CVE-2026-26278 ([5b6d197](https://github.com/orestes-garcia-martinez/careerclaw-js/commit/5b6d1978a450b0be11b92bb44ad4465802e12cfb))
20
+ * bump fast-xml-parser version to fix CVE-2026-33349 ([80fbb08](https://github.com/orestes-garcia-martinez/careerclaw-js/commit/80fbb0824cc9199074bef9421fcf2cdc9b9c1b21))
21
+ * grant contents:write permission to vt_scan job ([35a6a7f](https://github.com/orestes-garcia-martinez/careerclaw-js/commit/35a6a7fdb7214904c238d6509e2e1aaf679fe4be))
22
+ * grant contents:write permission to vt_scan job ([282e425](https://github.com/orestes-garcia-martinez/careerclaw-js/commit/282e425a7bf4e18901e668478c09489b0d191bf0))
23
+ * scoring model, signal gate, entity decoding, credentials infrastructure ([246dbf3](https://github.com/orestes-garcia-martinez/careerclaw-js/commit/246dbf3f017e992f28e2ee75a3d0d07456791efd))
24
+ * scoring model, signal gate, entity decoding, credentials infrastructure ([9a9c6a3](https://github.com/orestes-garcia-martinez/careerclaw-js/commit/9a9c6a3e4c38d3968423965ba0cf3a6c4ba9e67a))
25
+ * **skill:** rewrite SKILL.md as runbook to prevent hallucination and enforce profile gate ([975ae12](https://github.com/orestes-garcia-martinez/careerclaw-js/commit/975ae12e3e3c08b6e4a8e6f13c19067ab79aa753))
26
+
27
+
28
+ ### Build System
29
+
30
+ * add Release Please automation and commitlint enforcement ([e835723](https://github.com/orestes-garcia-martinez/careerclaw-js/commit/e835723f8571a03105e786d597dde0148581005b))
31
+ * add Release Please automation and commitlint enforcement ([c15410d](https://github.com/orestes-garcia-martinez/careerclaw-js/commit/c15410d4302ff21593f437a4360d1851a4d49e12))
32
+
33
+
34
+ ### Documentation
35
+
36
+ * improve Ship Changes Workflow section in CLAUDE.md ([6ce1af7](https://github.com/orestes-garcia-martinez/careerclaw-js/commit/6ce1af7bdc69c29053b4a1478f4a05a83f5a25f7))
37
+
9
38
  ## [Unreleased]
10
39
 
11
40
  ---
@@ -581,4 +610,4 @@ Node Migration Decision (ADR, March 2026).
581
610
  [0.4.0]: https://github.com/orestes-garcia-martinez/careerclaw-js/compare/v0.3.0...v0.4.0
582
611
  [0.3.0]: https://github.com/orestes-garcia-martinez/careerclaw-js/compare/v0.2.0...v0.3.0
583
612
  [0.2.0]: https://github.com/orestes-garcia-martinez/careerclaw-js/compare/v0.1.0...v0.2.0
584
- [0.1.0]: https://github.com/orestes-garcia-martinez/careerclaw-js/releases/tag/v0.1.0
613
+ [0.1.0]: https://github.com/orestes-garcia-martinez/careerclaw-js/releases/tag/v0.1.0
package/SKILL.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: CareerClaw
3
- version: 1.1.0
3
+ version: 1.2.0
4
4
  description: >
5
5
  Run a job search briefing, find job matches, draft outreach emails,
6
6
  or track job applications. Triggers on: daily briefing, job search,
package/dist/config.d.ts CHANGED
@@ -19,7 +19,7 @@ export declare const HTTP_TIMEOUT_MS = 15000;
19
19
  * User-Agent sent with all outbound requests.
20
20
  * Identifies the tool and provides a contact point per robots.txt convention.
21
21
  */
22
- export declare const USER_AGENT = "careerclaw-js/1.1.0 (https://github.com/orestes-garcia-martinez/careerclaw-js)";
22
+ export declare const USER_AGENT = "careerclaw-js/1.2.0 (https://github.com/orestes-garcia-martinez/careerclaw-js)";
23
23
  /** RemoteOK RSS feed — public, no auth required. */
24
24
  export declare const REMOTEOK_RSS_URL = "https://remoteok.com/remote-jobs.rss";
25
25
  /**
package/dist/config.js CHANGED
@@ -34,7 +34,7 @@ export const HTTP_TIMEOUT_MS = 15_000;
34
34
  * User-Agent sent with all outbound requests.
35
35
  * Identifies the tool and provides a contact point per robots.txt convention.
36
36
  */
37
- export const USER_AGENT = "careerclaw-js/1.1.0 (https://github.com/orestes-garcia-martinez/careerclaw-js)";
37
+ export const USER_AGENT = "careerclaw-js/1.2.0 (https://github.com/orestes-garcia-martinez/careerclaw-js)";
38
38
  // ---------------------------------------------------------------------------
39
39
  // Job sources
40
40
  // ---------------------------------------------------------------------------
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "careerclaw-js",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "AI-powered job search automation for ClawOS, with a standalone Node.js runtime for local/manual workflows",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -23,7 +23,8 @@
23
23
  "debugging:pro": "npx tsx --env-file=.env scripts/debug_pro_gate.ts",
24
24
  "debugging:llm-response": "npx tsx --env-file=.env scripts/debug_llm_response.ts",
25
25
  "cli": "tsx src/cli.ts --profile .careerclaw/profile.json --resume-txt .careerclaw/resume.txt --dry-run",
26
- "cli:enhanced": "npx tsx --env-file=.env src/cli.ts --json --dry-run"
26
+ "cli:enhanced": "npx tsx --env-file=.env src/cli.ts --json --dry-run",
27
+ "prepare": "husky"
27
28
  },
28
29
  "files": [
29
30
  "dist",
@@ -47,8 +48,11 @@
47
48
  "node": ">=20.0.0"
48
49
  },
49
50
  "devDependencies": {
51
+ "@commitlint/cli": "^19.0.0",
52
+ "@commitlint/config-conventional": "^19.0.0",
50
53
  "@types/node": "^22.0.0",
51
54
  "@vitest/coverage-v8": "^2.1.9",
55
+ "husky": "^9.0.0",
52
56
  "rimraf": "^6.1.3",
53
57
  "tsx": "^4.21.0",
54
58
  "typescript": "^5.5.0",