Commit facf822
Reorganize docs: SQL into docs/sql/, static + pdf_rendered into docs/
Two parallel reorgs that share the same theme — keep all file-based
project assets under docs/ instead of scattered at the repo root.
User-driven moves (committed here as renames so history follows)
- static/ → docs/static/
Demo resumes (7 PDFs/DOCX) and demo job descriptions (4 files)
used by tests/quality/eval_resume_parser.py and the demo job
source. They were never served at runtime; living next to the
rest of the project's reference assets is more discoverable.
- docs/pdf_rendered/ → docs/static/pdf_rendered/
The two sample artifact renders (classic_resume_render.pdf,
cover_letter_render.pdf) get folded into the same static/ tree
alongside demo_resume / demo_job_description.
Cleanup pass — group SQL files
- docs/job_cache_cron_setup.sql → docs/sql/job_cache_cron_setup.sql
- docs/supabase-bootstrap.sql → docs/sql/supabase-bootstrap.sql
- docs/supabase-resume-builder.sql → docs/sql/supabase-resume-builder.sql
- docs/supabase-saved-jobs.sql → docs/sql/supabase-saved-jobs.sql
Path references updated
- src/config.py — STATIC_DIR moved from `BASE_DIR / "static"` to
`BASE_DIR / "docs" / "static"`. DEMO_RESUME_DIR and
DEMO_JOB_DESCRIPTION_DIR follow automatically. Also fixed a
stale comment that pointed at a `docs/supabase-resume-builder
-ttl.sql` file that doesn't exist (the real file is the
resume-builder migration, now under `docs/sql/`).
- docs/architecture.md — cron-setup link now points to
`docs/sql/job_cache_cron_setup.sql`.
- docs/adr/ADR-013 — same link updated.
- tests/quality/eval_resume_parser.py — argparse help text
references `docs/static/demo_resume` (was `static/demo_resume`).
DEVLOG.md still has historical references to the old paths;
those are kept as-is since the day-by-day log records what
locations were in play at the time the work shipped.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent a867f9c commit facf822
23 files changed
Lines changed: 9 additions & 5 deletions
File tree
- docs
- adr
- sql
- static
- demo_job_description
- demo_resume
- pdf_rendered
- src
- tests/quality
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments