chore(output): prefix docker identifiers

This commit is contained in:
2025-10-15 13:43:15 -05:00
parent d7682ee87d
commit b3b02bab29
3 changed files with 11 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
# ResumeCustomizer
# RCEO-AI ResumeCustomizer
A system to use agentic AI to take a markdown base resume and one or more job descriptions and produce a customized resume in markdown/doc/pdf for each job description.
A system that uses agentic AI to turn a Markdown base resume and job descriptions into tailored DOCX/PDF deliverables.
## Repository Layout
- `output/` conversion pipeline that watches for approved Markdown resumes, renders export formats, and archives the sources. See the detailed [output pipeline guide](output/README.md).
Additional documentation will grow alongside the `input/` tooling as that side of the project is finalized.