mirror of
https://github.com/MadsLorentzen/ai-job-search.git
synced 2026-09-17 00:26:26 +00:00
feat(setup): add documents/projects/ ingestion for independent projects (Path A) (#468)
This commit is contained in:
@@ -20,7 +20,7 @@ If `$ARGUMENTS` is empty or does not contain a recognized scope keyword, ask:
|
||||
>
|
||||
> - **`profile`** — Clears candidate data from the skill files (profile, behavioral, STAR examples, profile statements, personalized evaluation criteria, search queries). The framework structure, scoring framework, and writing rules are preserved. Use this to re-run `/setup` from scratch.
|
||||
>
|
||||
> - **`documents`** — Deletes all files you've placed in the `documents/` folder (CV PDFs, LinkedIn export, diplomas, references, pasted job postings, past applications). The folder structure and `README.md` are preserved.
|
||||
> - **`documents`** — Deletes all files you've placed in the `documents/` folder (CV PDFs, LinkedIn export, diplomas, references, project summaries, pasted job postings, past applications). The folder structure and `README.md` are preserved.
|
||||
>
|
||||
> - **`all`** — Both of the above.
|
||||
>
|
||||
@@ -86,7 +86,7 @@ cv/main_example.tex. This scope covers skill files only.
|
||||
|
||||
### If scope includes `documents`:
|
||||
|
||||
Use Glob to list all files present in `documents/cv/`, `documents/linkedin/`, `documents/diplomas/`, `documents/references/`, `documents/postings/`, and `documents/applications/`. Present as:
|
||||
Use Glob to list all files present in `documents/cv/`, `documents/linkedin/`, `documents/diplomas/`, `documents/references/`, `documents/projects/`, `documents/postings/`, and `documents/applications/`. Present as:
|
||||
|
||||
```
|
||||
## Documents reset will delete:
|
||||
@@ -103,6 +103,9 @@ documents/diplomas/
|
||||
documents/references/
|
||||
- [filename] or "(empty)"
|
||||
|
||||
documents/projects/
|
||||
- [filename] or "(empty)"
|
||||
|
||||
documents/postings/
|
||||
- [filename] or "(empty)"
|
||||
|
||||
@@ -246,6 +249,7 @@ rm -f documents/cv/*
|
||||
rm -f documents/linkedin/*
|
||||
rm -f documents/diplomas/*
|
||||
rm -f documents/references/*
|
||||
rm -f documents/projects/*
|
||||
rm -f documents/postings/*
|
||||
rm -rf documents/applications/*/
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user