From 75f5c01799587aa1beb881a52db8e15d71f390cb Mon Sep 17 00:00:00 2001 From: Akhil Reddy Peeketi Date: Mon, 9 Mar 2026 05:28:08 -0600 Subject: [PATCH] docs: feature AI fingerprint avoidance in intro and flow diagram Co-Authored-By: Akhil Reddy Peeketi --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e44704a..d9cd501 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ This framework treats resume generation as a **structured pipeline** with enforc - **Anti-fabrication rules** baked into every skill — accuracy always beats impressiveness - **Provenance tracking** — knows what's published vs. under review vs. internal - **Role-type bundles** that frame the same work differently for different audiences +- **AI fingerprint avoidance** — banned words, structural anti-patterns, and a 12-item post-gen checklist so output reads human-written - **Mechanical enforcement** of page budgets, character limits, and formatting rules - **Session files** that track every decision, making edits and critiques stateful - **LaTeX output** — pixel-perfect formatting, not "close enough" @@ -29,7 +30,7 @@ Job Description ──→ /make-resume ──→ Tailored Resume/CV (.tex) │ ↓ │ /make-cl ──→ Cover Letter (.tex) │ │ ↓ │ - /critique ──→ 8-Dimension Score + Fixes │ + /critique ──→ 9-Part Score + AI Scan + Fixes │ │ ↓ │ /edit-resume ──→ Refined Package │ ```