mirror of
https://github.com/velocitatem/cvfs.git
synced 2026-05-31 08:43:37 +00:00
docs: strengthen README positioning and feature pitch
This commit is contained in:
28
README.md
28
README.md
@@ -1,5 +1,19 @@
|
|||||||
# Resume Branches
|
# Resume Branches
|
||||||
CV control plane that treats your resume like a git tree: preserve one canonical ATS-safe DOCX, branch it into role/company variants, review AI-suggested patches, and publish stable public links without losing structure.
|
A CV file system for tailoring resumes with version-control discipline: keep one canonical ATS-safe DOCX, branch role/company variants, review AI-suggested patches, and publish stable public links.
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
[](LICENSE)
|
||||||
|
|
||||||
|
> Turn one master resume into a branching CV file system: specialization branches, role-specific submissions, and immutable public links without sacrificing ATS-safe formatting.
|
||||||
|
|
||||||
|
**Why this feels different:**
|
||||||
|
- Replace copy-paste resume sprawl with a single controlled source of truth.
|
||||||
|
- Review AI edits as explicit diffs, so every wording change stays auditable.
|
||||||
|
- Share stable published links while continuing to iterate privately.
|
||||||
|
|
||||||
|
`Quick start:` [Run locally](#quick-start) | [See architecture](#system-architecture) | [Explore workflows](#primary-workflows)
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
graph TD
|
graph TD
|
||||||
@@ -20,12 +34,12 @@ graph TD
|
|||||||
- **Controlled AI.** The worker produces constrained patch suggestions (max delta, no new claims) so you approve meaningful wording tweaks instead of rewriting history.
|
- **Controlled AI.** The worker produces constrained patch suggestions (max delta, no new claims) so you approve meaningful wording tweaks instead of rewriting history.
|
||||||
- **Publish safely.** Only frozen artifacts become public URLs; editing your working tree never breaks the links you already shared.
|
- **Publish safely.** Only frozen artifacts become public URLs; editing your working tree never breaks the links you already shared.
|
||||||
|
|
||||||
## Core capabilities
|
## Feature highlights
|
||||||
- Upload one ATS-safe DOCX, parse it into stable block paths, and keep the original artifact in object storage.
|
- **Keep one source of truth.** Start from a single ATS-safe DOCX and preserve structure while every change is tracked as targeted patches.
|
||||||
- Create specialization branches with manual or AI-assisted patches while tracking provenance.
|
- **Branch your CV like code.** Spin up role and company variants in seconds without cloning files or losing lineage.
|
||||||
- Tailor for each application: attach metadata, capture job descriptions, and log accepted suggestions.
|
- **Tailor faster with guardrailed AI.** Generate constrained suggestions, review diffs, and accept only what improves relevance.
|
||||||
- Publish any branch/submission as an immutable DOCX/PDF with a slugged URL plus analytics.
|
- **Ship polished versions confidently.** Publish immutable DOCX/PDF artifacts to stable links that never break after edits.
|
||||||
- Back everything with FastAPI + Postgres + MinIO + Redis + Celery so heavier jobs stay off the web tier.
|
- **Run on production-ready primitives.** FastAPI, Postgres, MinIO, Redis, and Celery separate user flows from heavy background processing.
|
||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user