Back to Resume Matcher

Agent Documentation Index

docs/agent/README.md

1.2.02.3 KB
Original Source

Agent Documentation Index

Complete reference for AI agents working with Resume Matcher.

Start with the topics below.

Quick Navigation

Core Docs

DocPurpose
scope-and-principlesRules, what's in/out of scope
quickstartInstall, run, test commands
workflowGit, PRs, testing
coding-standardsFrontend/backend conventions

Architecture

DocPurpose
backend-architectureBackend modules, API, services
frontend-architectureComponents, pages, state

APIs

DocPurpose
front-end-apisAPI contract
api-flow-mapsRequest/response flows

Design

DocPurpose
style-guideSwiss International Style
template-systemResume templates
pdf-template-guidePDF rendering

Features

DocPurpose
custom-sectionsDynamic sections
i18nInternationalization

LLM Integration

DocPurpose
llm-integrationMulti-provider AI

Project Structure

apps/
├── backend/                 # FastAPI + Python
│   ├── app/
│   │   ├── main.py          # Entry point
│   │   ├── routers/         # API endpoints
│   │   ├── services/        # Business logic
│   │   └── prompts/         # LLM templates
│   └── data/                # Database storage
│
└── frontend/                # Next.js + React
    ├── app/                 # Pages
    ├── components/          # UI components
    └── lib/                 # Utilities, API client

How to Use

New tasks: Read scope-and-principlesquickstartworkflow

Backend changes: backend-architecturefront-end-apisllm-integration

Frontend changes: frontend-architecturestyle-guidecoding-standards

Template/PDF changes: pdf-template-guidetemplate-system