job-forge 2.0.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 (79) hide show
  1. package/.codex/config.toml +8 -0
  2. package/.cursor/mcp.json +21 -0
  3. package/.cursor/rules/main.mdc +519 -0
  4. package/.mcp.json +21 -0
  5. package/.opencode/agents/general-free.md +85 -0
  6. package/.opencode/agents/general-paid.md +39 -0
  7. package/.opencode/agents/glm-minimal.md +50 -0
  8. package/.opencode/skills/job-forge.md +185 -0
  9. package/AGENTS.md +514 -0
  10. package/CLAUDE.md +514 -0
  11. package/LICENSE +21 -0
  12. package/README.md +195 -0
  13. package/batch/README.md +60 -0
  14. package/batch/batch-prompt.md +399 -0
  15. package/batch/batch-runner.sh +673 -0
  16. package/bin/create-job-forge.mjs +375 -0
  17. package/bin/job-forge.mjs +120 -0
  18. package/bin/sync.mjs +141 -0
  19. package/config/profile.example.yml +67 -0
  20. package/cv-sync-check.mjs +128 -0
  21. package/dedup-tracker.mjs +201 -0
  22. package/docs/ARCHITECTURE.md +220 -0
  23. package/docs/CUSTOMIZATION.md +101 -0
  24. package/docs/MODEL-ROUTING.md +195 -0
  25. package/docs/README.md +54 -0
  26. package/docs/SETUP.md +186 -0
  27. package/docs/demo.gif +0 -0
  28. package/fonts/dm-sans-latin-ext.woff2 +0 -0
  29. package/fonts/dm-sans-latin.woff2 +0 -0
  30. package/fonts/space-grotesk-latin-ext.woff2 +0 -0
  31. package/fonts/space-grotesk-latin.woff2 +0 -0
  32. package/generate-pdf.mjs +168 -0
  33. package/iso/agents/general-free.md +90 -0
  34. package/iso/agents/general-paid.md +44 -0
  35. package/iso/agents/glm-minimal.md +55 -0
  36. package/iso/commands/job-forge.md +188 -0
  37. package/iso/config.json +7 -0
  38. package/iso/instructions.md +514 -0
  39. package/iso/mcp.json +15 -0
  40. package/merge-tracker.mjs +377 -0
  41. package/modes/README.md +30 -0
  42. package/modes/_shared-calibration.md +26 -0
  43. package/modes/_shared.md +272 -0
  44. package/modes/apply.md +257 -0
  45. package/modes/auto-pipeline.md +70 -0
  46. package/modes/batch.md +110 -0
  47. package/modes/compare.md +23 -0
  48. package/modes/contact.md +82 -0
  49. package/modes/deep.md +99 -0
  50. package/modes/followup.md +68 -0
  51. package/modes/negotiation.md +146 -0
  52. package/modes/offer.md +199 -0
  53. package/modes/pdf.md +121 -0
  54. package/modes/pipeline.md +83 -0
  55. package/modes/project.md +30 -0
  56. package/modes/rejection.md +92 -0
  57. package/modes/scan.md +185 -0
  58. package/modes/tracker.md +31 -0
  59. package/modes/training.md +27 -0
  60. package/normalize-statuses.mjs +152 -0
  61. package/opencode.json +28 -0
  62. package/package.json +78 -0
  63. package/scripts/add-tags.mjs +894 -0
  64. package/scripts/cursor-agent-loop.sh +211 -0
  65. package/scripts/cursor-agent-stream-format.py +134 -0
  66. package/scripts/next-num.mjs +33 -0
  67. package/scripts/release/check-source.mjs +37 -0
  68. package/scripts/render-report-header.mjs +78 -0
  69. package/scripts/session-report.mjs +129 -0
  70. package/scripts/slugify.mjs +27 -0
  71. package/scripts/today.mjs +20 -0
  72. package/scripts/token-usage-report.mjs +315 -0
  73. package/scripts/tracker-line.mjs +67 -0
  74. package/scripts/verify-greenhouse-urls.mjs +195 -0
  75. package/templates/cv-template.html +395 -0
  76. package/templates/portals.example.yml +3140 -0
  77. package/templates/states.yml +62 -0
  78. package/tracker-lib.mjs +257 -0
  79. package/verify-pipeline.mjs +267 -0
@@ -0,0 +1,395 @@
1
+ <!DOCTYPE html>
2
+ <html lang="{{LANG}}">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>{{NAME}} — CV</title>
7
+ <style>
8
+ @font-face {
9
+ font-family: 'Space Grotesk';
10
+ src: url('./fonts/space-grotesk-latin.woff2') format('woff2');
11
+ font-weight: 300 700;
12
+ font-style: normal;
13
+ font-display: swap;
14
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
15
+ }
16
+ @font-face {
17
+ font-family: 'Space Grotesk';
18
+ src: url('./fonts/space-grotesk-latin-ext.woff2') format('woff2');
19
+ font-weight: 300 700;
20
+ font-style: normal;
21
+ font-display: swap;
22
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
23
+ }
24
+ @font-face {
25
+ font-family: 'DM Sans';
26
+ src: url('./fonts/dm-sans-latin.woff2') format('woff2');
27
+ font-weight: 100 1000;
28
+ font-style: normal;
29
+ font-display: swap;
30
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
31
+ }
32
+ @font-face {
33
+ font-family: 'DM Sans';
34
+ src: url('./fonts/dm-sans-latin-ext.woff2') format('woff2');
35
+ font-weight: 100 1000;
36
+ font-style: normal;
37
+ font-display: swap;
38
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
39
+ }
40
+
41
+ * {
42
+ margin: 0;
43
+ padding: 0;
44
+ box-sizing: border-box;
45
+ }
46
+
47
+ html {
48
+ -webkit-print-color-adjust: exact;
49
+ print-color-adjust: exact;
50
+ }
51
+
52
+ body {
53
+ font-family: 'DM Sans', sans-serif;
54
+ font-size: 11px;
55
+ line-height: 1.5;
56
+ color: #1a1a2e;
57
+ background: #ffffff;
58
+ padding: 0;
59
+ margin: 0;
60
+ }
61
+
62
+ .page {
63
+ width: 100%;
64
+ max-width: {{PAGE_WIDTH}};
65
+ margin: 0 auto;
66
+ padding: 0;
67
+ }
68
+
69
+ /* === HEADER === */
70
+ .header {
71
+ margin-bottom: 16px;
72
+ }
73
+
74
+ .header h1 {
75
+ font-family: 'Space Grotesk', sans-serif;
76
+ font-size: 24px;
77
+ font-weight: 700;
78
+ color: #1a1a2e;
79
+ letter-spacing: -0.02em;
80
+ margin-bottom: 4px;
81
+ }
82
+
83
+ .header-gradient {
84
+ height: 2px;
85
+ background: linear-gradient(to right, hsl(187, 74%, 32%), hsl(270, 70%, 45%));
86
+ border-radius: 1px;
87
+ margin-bottom: 8px;
88
+ }
89
+
90
+ .contact-row {
91
+ display: flex;
92
+ flex-wrap: wrap;
93
+ gap: 6px 16px;
94
+ font-family: 'DM Sans', sans-serif;
95
+ font-size: 10px;
96
+ color: #555;
97
+ }
98
+
99
+ .contact-row a {
100
+ color: #555;
101
+ text-decoration: none;
102
+ }
103
+
104
+ .contact-row .separator {
105
+ color: #ccc;
106
+ }
107
+
108
+ /* === SECTIONS === */
109
+ .section {
110
+ margin-bottom: 14px;
111
+ }
112
+
113
+ .section-title {
114
+ font-family: 'Space Grotesk', sans-serif;
115
+ font-size: 13px;
116
+ font-weight: 600;
117
+ text-transform: uppercase;
118
+ letter-spacing: 0.05em;
119
+ color: hsl(187, 74%, 32%);
120
+ border-bottom: 1px solid #e5e5e5;
121
+ padding-bottom: 3px;
122
+ margin-bottom: 8px;
123
+ }
124
+
125
+ /* === PROFESSIONAL SUMMARY === */
126
+ .summary-text {
127
+ font-size: 11px;
128
+ line-height: 1.6;
129
+ color: #333;
130
+ }
131
+
132
+ /* Links must never break across lines */
133
+ a {
134
+ white-space: nowrap;
135
+ }
136
+
137
+ /* === CORE COMPETENCIES === */
138
+ .competencies-grid {
139
+ display: flex;
140
+ flex-wrap: wrap;
141
+ gap: 6px;
142
+ }
143
+
144
+ .competency-tag {
145
+ font-family: 'DM Sans', sans-serif;
146
+ font-size: 10px;
147
+ font-weight: 500;
148
+ color: hsl(187, 74%, 28%);
149
+ background: hsl(187, 40%, 95%);
150
+ padding: 3px 10px;
151
+ border-radius: 3px;
152
+ border: 1px solid hsl(187, 40%, 88%);
153
+ }
154
+
155
+ /* === WORK EXPERIENCE === */
156
+ .job {
157
+ margin-bottom: 12px;
158
+ }
159
+
160
+ .job-header {
161
+ display: flex;
162
+ justify-content: space-between;
163
+ align-items: baseline;
164
+ margin-bottom: 2px;
165
+ }
166
+
167
+ .job-company {
168
+ font-family: 'Space Grotesk', sans-serif;
169
+ font-size: 12px;
170
+ font-weight: 600;
171
+ color: hsl(270, 70%, 45%);
172
+ }
173
+
174
+ .job-period {
175
+ font-size: 10px;
176
+ color: #777;
177
+ white-space: nowrap;
178
+ }
179
+
180
+ .job-role {
181
+ font-size: 11px;
182
+ font-weight: 500;
183
+ color: #444;
184
+ margin-bottom: 4px;
185
+ }
186
+
187
+ .job-location {
188
+ font-size: 10px;
189
+ color: #888;
190
+ }
191
+
192
+ .job ul {
193
+ padding-left: 16px;
194
+ margin-top: 4px;
195
+ }
196
+
197
+ .job li {
198
+ font-size: 10.5px;
199
+ line-height: 1.5;
200
+ color: #333;
201
+ margin-bottom: 2px;
202
+ }
203
+
204
+ .job li strong {
205
+ font-weight: 600;
206
+ }
207
+
208
+ /* === PROJECTS === */
209
+ .project {
210
+ margin-bottom: 10px;
211
+ }
212
+
213
+ .project-title {
214
+ font-family: 'Space Grotesk', sans-serif;
215
+ font-size: 11px;
216
+ font-weight: 600;
217
+ color: hsl(270, 70%, 45%);
218
+ }
219
+
220
+ .project-badge {
221
+ font-size: 9px;
222
+ font-weight: 500;
223
+ color: hsl(187, 74%, 32%);
224
+ background: hsl(187, 40%, 95%);
225
+ padding: 1px 6px;
226
+ border-radius: 2px;
227
+ margin-left: 6px;
228
+ }
229
+
230
+ .project-desc {
231
+ font-size: 10.5px;
232
+ color: #444;
233
+ margin-top: 2px;
234
+ }
235
+
236
+ .project-tech {
237
+ font-size: 9.5px;
238
+ color: #888;
239
+ margin-top: 2px;
240
+ }
241
+
242
+ /* === EDUCATION === */
243
+ .edu-item {
244
+ margin-bottom: 6px;
245
+ }
246
+
247
+ .edu-header {
248
+ display: flex;
249
+ justify-content: space-between;
250
+ align-items: baseline;
251
+ }
252
+
253
+ .edu-title {
254
+ font-weight: 600;
255
+ font-size: 11px;
256
+ color: #333;
257
+ }
258
+
259
+ .edu-org {
260
+ color: hsl(270, 70%, 45%);
261
+ font-weight: 500;
262
+ }
263
+
264
+ .edu-year {
265
+ font-size: 10px;
266
+ color: #777;
267
+ }
268
+
269
+ .edu-desc {
270
+ font-size: 10px;
271
+ color: #666;
272
+ }
273
+
274
+ /* === CERTIFICATIONS === */
275
+ .cert-item {
276
+ display: flex;
277
+ justify-content: space-between;
278
+ align-items: baseline;
279
+ margin-bottom: 4px;
280
+ }
281
+
282
+ .cert-title {
283
+ font-size: 10.5px;
284
+ font-weight: 500;
285
+ color: #333;
286
+ }
287
+
288
+ .cert-org {
289
+ color: hsl(270, 70%, 45%);
290
+ }
291
+
292
+ .cert-year {
293
+ font-size: 10px;
294
+ color: #777;
295
+ }
296
+
297
+ /* === SKILLS === */
298
+ .skills-grid {
299
+ display: flex;
300
+ flex-wrap: wrap;
301
+ gap: 4px 12px;
302
+ }
303
+
304
+ .skill-item {
305
+ font-size: 10.5px;
306
+ color: #444;
307
+ }
308
+
309
+ .skill-category {
310
+ font-weight: 600;
311
+ color: #333;
312
+ font-size: 10.5px;
313
+ }
314
+
315
+ /* === PRINT === */
316
+ @media print {
317
+ body {
318
+ -webkit-print-color-adjust: exact;
319
+ print-color-adjust: exact;
320
+ }
321
+ .page {
322
+ padding: 0;
323
+ }
324
+ }
325
+
326
+ /* === PAGE BREAK CONTROL === */
327
+ .avoid-break {
328
+ break-inside: avoid;
329
+ }
330
+ </style>
331
+ </head>
332
+ <body>
333
+ <div class="page">
334
+
335
+ <!-- HEADER -->
336
+ <div class="header">
337
+ <h1>{{NAME}}</h1>
338
+ <div class="header-gradient"></div>
339
+ <div class="contact-row">
340
+ <span>{{EMAIL}}</span>
341
+ <span class="separator">|</span>
342
+ <a href="{{LINKEDIN_URL}}">{{LINKEDIN_DISPLAY}}</a>
343
+ <span class="separator">|</span>
344
+ <a href="{{PORTFOLIO_URL}}">{{PORTFOLIO_DISPLAY}}</a>
345
+ <span class="separator">|</span>
346
+ <span>{{LOCATION}}</span>
347
+ </div>
348
+ </div>
349
+
350
+ <!-- PROFESSIONAL SUMMARY -->
351
+ <div class="section">
352
+ <div class="section-title">{{SECTION_SUMMARY}}</div>
353
+ <div class="summary-text">{{SUMMARY_TEXT}}</div>
354
+ </div>
355
+
356
+ <!-- CORE COMPETENCIES -->
357
+ <div class="section">
358
+ <div class="section-title">{{SECTION_COMPETENCIES}}</div>
359
+ <div class="competencies-grid">
360
+ {{COMPETENCIES}}
361
+ </div>
362
+ </div>
363
+
364
+ <!-- WORK EXPERIENCE -->
365
+ <div class="section">
366
+ <div class="section-title">{{SECTION_EXPERIENCE}}</div>
367
+ {{EXPERIENCE}}
368
+ </div>
369
+
370
+ <!-- PROJECTS -->
371
+ <div class="section avoid-break">
372
+ <div class="section-title">{{SECTION_PROJECTS}}</div>
373
+ {{PROJECTS}}
374
+ </div>
375
+
376
+ <!-- EDUCATION & CERTIFICATIONS -->
377
+ <div class="section avoid-break">
378
+ <div class="section-title">{{SECTION_EDUCATION}}</div>
379
+ {{EDUCATION}}
380
+ </div>
381
+
382
+ <div class="section avoid-break">
383
+ <div class="section-title">{{SECTION_CERTIFICATIONS}}</div>
384
+ {{CERTIFICATIONS}}
385
+ </div>
386
+
387
+ <!-- SKILLS -->
388
+ <div class="section avoid-break">
389
+ <div class="section-title">{{SECTION_SKILLS}}</div>
390
+ {{SKILLS}}
391
+ </div>
392
+
393
+ </div>
394
+ </body>
395
+ </html>