fixed things
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -10,15 +10,21 @@
|
||||
"deny": []
|
||||
},
|
||||
"project": {
|
||||
"name": "SaaS Development Project",
|
||||
"name": "Job Forge Project",
|
||||
"type": "web-application",
|
||||
"tech_stack": ["Node.js", "React", "TypeScript", "PostgreSQL"]
|
||||
"tech_stack": [
|
||||
"python3.12",
|
||||
"fastapi",
|
||||
"dash",
|
||||
"mantine",
|
||||
"postgresql"
|
||||
]
|
||||
},
|
||||
"team": {
|
||||
"main_orchestrator": "CLAUDE.md",
|
||||
"specialist_agents": [
|
||||
"agents/technical-lead.md",
|
||||
"agents/full-stack-developer.md",
|
||||
"agents/full-stack-developer.md",
|
||||
"agents/devops.md",
|
||||
"agents/qa.md"
|
||||
]
|
||||
@@ -35,7 +41,11 @@
|
||||
"default_agent": "CLAUDE.md"
|
||||
},
|
||||
"development": {
|
||||
"environments": ["development", "staging", "production"],
|
||||
"environments": [
|
||||
"development",
|
||||
"staging",
|
||||
"production"
|
||||
],
|
||||
"testing_required": true,
|
||||
"code_review_required": true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user