@getkrafter/resume-toolkit 1.1.3 → 1.1.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getkrafter/resume-toolkit",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "Deterministic resume scoring, ATS keyword matching, and AI-powered resume tailoring",
5
5
  "type": "module",
6
6
  "exports": {
@@ -93,7 +93,7 @@ Or for Krafter resumes, call `score_krafter_resume`:
93
93
 
94
94
  **Option B — CLI** (no MCP server needed):
95
95
 
96
- 1. Write the resume text to a temp file (e.g., `/tmp/resume.txt`).
96
+ 1. Write the resume text to a temp file (e.g., `/tmp/resume.txt`) as **plain text** — no markdown formatting, no `#` headings, no `- ` bullet prefixes. Use the original resume formatting as-is from the source document.
97
97
  2. If a JD was provided, write it to another temp file (e.g., `/tmp/jd.txt`).
98
98
  3. Run:
99
99
 
@@ -69,7 +69,7 @@ For Krafter resumes:
69
69
 
70
70
  **Option B — CLI** (no MCP server needed):
71
71
 
72
- 1. Write the resume text to `/tmp/resume.txt` and the JD to `/tmp/jd.txt`.
72
+ 1. Write the resume text to `/tmp/resume.txt` and the JD to `/tmp/jd.txt`. Use **plain text** — no markdown formatting, no `#` headings, no `- ` bullet prefixes. Preserve the original resume formatting as-is.
73
73
  2. Run both commands:
74
74
 
75
75
  ```bash