docs/agent/workflow.md
Git workflow, testing guidelines, and PR conventions.
Add custom funding link to FUNDING.yml)type: summary in the imperativeFixes #123Add resume enrichment wizard component
Fix PDF generation timeout on large resumes
Refactor LLM provider configuration
Fixes #123 in the descriptionnpm run lintapps/frontend/__tests__/*.test.tsx# Run linter
npm run lint
# Format code
npm run format
apps/backend/tests/test_*.py naming convention# Run tests
cd apps/backend
uv run pytest
Before marking a PR as ready:
npm run lint passes