mirror of
https://github.com/MadsLorentzen/ai-job-search.git
synced 2026-09-17 08:36:25 +00:00
docs: add missing tools/ entries to README file structure (#361)
The file structure tree only listed 4 of the 9 files in tools/, omitting check_framework_version.py, check_upstream_updates.py, robots_check.py, upstream_triage.py, and verify_pdf.py.
This commit is contained in:
@@ -218,9 +218,14 @@ ai-job-search/
|
||||
├── .github/workflows/ci.yml # CI: LaTeX smoke compiles, skill lint, CLI typechecks
|
||||
├── salary_lookup.py # Salary benchmarking tool (BYO data)
|
||||
├── tools/
|
||||
│ ├── check_framework_version.py # CI check: framework_version bumped when skill files change
|
||||
│ ├── check_upstream_updates.py # Preview which personalized files an upstream update touches
|
||||
│ ├── convert_salary_excel.py # Convert salary Excel to JSON
|
||||
│ ├── lint_skills.py # CI lint for skills, commands, settings.json
|
||||
│ ├── robots_check.py # Gate the browser-header retry against robots.txt
|
||||
│ ├── security_guards.py # CI guards: permission allowlist, gitignore rules, manifests
|
||||
│ ├── upstream_triage.py # Sort upstream commits into worth-reviewing vs probably-skip
|
||||
│ ├── verify_pdf.py # Verify a compiled PDF's page count and extractable text
|
||||
│ └── README_SALARY_TOOL.md # Salary tool setup instructions
|
||||
├── job_scraper/ # Scraper state (seen jobs, results)
|
||||
├── gmail_sync/ # /gmail-sync state (processed message IDs, last sync date)
|
||||
|
||||
Reference in New Issue
Block a user