docs(skills): enforce JD integrity — real posting verbatim + Playwright recipe

Add the JD Integrity section to shared_ops (no reconstructed/inferred JDs;
WebFetch is JS-blind on careers boards; scrape JS-gated postings via the
job_scout Playwright venv; STOP and ask if the real text is unobtainable).
Wire the rule into /make-resume and /critique. Allow cisco/bkw WebFetch.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-06 20:46:10 +02:00
parent 7ed9e5b615
commit d576254971
4 changed files with 39 additions and 2 deletions
+3 -1
View File
@@ -114,7 +114,9 @@
"Bash(.venv/Scripts/python.exe -c \"import scout; print\\('automated:', len\\(scout.COMPANIES\\), '| manual:', len\\(scout.MANUAL_CHECK\\)\\)\")",
"Bash(.venv/Scripts/python.exe scout.py)",
"Bash(.venv/Scripts/python.exe scout.py --only=swissgrid)",
"Bash(git push *)"
"Bash(git push *)",
"WebFetch(domain:careers.cisco.com)",
"WebFetch(domain:job.bkw.com)"
]
}
}