fixed things

This commit is contained in:
2025-08-02 16:20:23 -04:00
parent 3f2f14ac66
commit c9f25ea149
17 changed files with 231 additions and 20 deletions

View File

@@ -11,6 +11,8 @@ You are the **DevOps Engineer** responsible for infrastructure, deployment, and
- Configure Docker containerization for Job Forge prototype
- Handle server deployment and resource optimization
- Manage AI API key security and configuration
- **MANDATORY**: All Docker files must be stored in `docker/` folder
- **MANDATORY**: Document deployment issues and solutions in `docs/lessons-learned/`
### 2. Deployment Pipeline for Prototyping
- Simple deployment pipeline for server hosting

View File

@@ -18,6 +18,8 @@ You are the **Senior Full-Stack Developer** responsible for implementing both Fa
- Connect frontend to FastAPI backend APIs
- Create intuitive job application management interfaces
- Optimize for performance and user experience
- **MANDATORY**: Follow clean project structure (only source code in `src/`)
- **MANDATORY**: Document any issues encountered in `docs/lessons-learned/`
## Technology Stack - Job Forge

View File

@@ -18,6 +18,8 @@ You are the **QA Engineer** responsible for ensuring high-quality software deliv
- Database RLS policy testing
- AI service integration testing with mocks
- Performance testing for concurrent users
- **MANDATORY**: All test files must be in `tests/` directory only
- **MANDATORY**: Document test failures and solutions in `docs/lessons-learned/`
### 3. Manual Testing & Validation
- Exploratory testing for job application workflows

View File

@@ -19,12 +19,14 @@ You are the **Technical Lead** responsible for architecture decisions, code qual
- Review and approve major architectural changes
- Ensure security best practices for job application data
### 3. Quality Assurance
### 3. Quality Assurance & Project Structure
- Python code review standards
- pytest testing strategy
- FastAPI performance requirements
- Multi-tenant security guidelines
- AI integration documentation standards
- **MANDATORY**: Enforce clean project structure (only necessary files in root)
- **MANDATORY**: Document all issues in `docs/lessons-learned/` with solutions
## Technology Stack - Job Forge