7 Commits

Author SHA1 Message Date
Akhil Reddy Peeketi 80fb7d6d5a docs: restructure README, add example output PDFs and DOCS.md
- README.md: rewritten as landing page (~160 lines) — problem/solution
  hook, "what makes this different", example output links, "try it first"
  fast path, streamlined quickstart
- DOCS.md: new reference doc with architecture, concepts, customization
  tables, design decisions, and FAQ (moved from README)
- Example output: compiled resume + cover letter PDFs for Dr. Jordan Chen
  (fictional) applying to Whitfield University faculty position
- Example .tex sources in resume_builder/examples/output/
- GitHub repo description and topics updated
2026-03-09 19:37:54 -06:00
Akhil Reddy Peeketi 75f5c01799 docs: feature AI fingerprint avoidance in intro and flow diagram
Co-Authored-By: Akhil Reddy Peeketi <peeketiakhilreddy@gmail.com>
2026-03-09 05:28:08 -06:00
Akhil Reddy Peeketi c81edf303e docs: add AI fingerprint scan to critique system listing in README
Co-Authored-By: Akhil Reddy Peeketi <peeketiakhilreddy@gmail.com>
2026-03-09 05:25:09 -06:00
Akhil Reddy Peeketi 486ad0b29e docs: remove redundant file listing from architecture tree
Co-Authored-By: Akhil Reddy Peeketi <peeketiakhilreddy@gmail.com>
2026-03-09 05:24:03 -06:00
Akhil Reddy Peeketi b7953a38e3 docs: add ai_fingerprint_rules.md to architecture tree in README
Co-Authored-By: Akhil Reddy Peeketi <peeketiakhilreddy@gmail.com>
2026-03-09 05:21:37 -06:00
Akhil Reddy Peeketi 449c9b8ade docs: update README with AI fingerprint rules, audit for personal content
Co-Authored-By: Akhil Peeketi <peeketiakhilreddy@gmail.com>
2026-03-09 05:19:26 -06:00
Akhil Reddy Peeketi c51b49882f Initial release — claude-resume-kit v1.0
Complete AI-assisted resume/CV generation framework:
- 6 Claude Code skills (setup-extract, setup-build-kb, make-resume, make-cl, edit-resume, critique)
- LaTeX templates (resume, CV, cover letter) with .cls class files
- 6 reference docs (shared_ops, resume_reference, cl_reference, critical_rules, session_file_template, critique_framework)
- Fictional Dr. Jordan Chen examples (extraction, experience, bundle, config, session, JD)
- Knowledge base scaffolding and config template
- README with setup guide and workflow documentation
2026-03-09 02:42:10 -06:00