This commit is contained in:
2025-10-24 17:06:14 -05:00
parent 12d0690b91
commit df8c75603f
11289 changed files with 1209053 additions and 318 deletions

View File

@@ -0,0 +1,23 @@
# Copilot Agent - Go Implementation
## Project Overview
This directory contains the Go implementation developed with Copilot AI assistance for the MerchantsOfHope.org platform.
## Core Requirements
- Multi-tenant architecture with isolated business lines
- OIDC and social media login
- Job seeker functionality (browse positions, submit resumes, complete application process)
- Job provider functionality (manage positions and applications)
- USA law compliance
- English-only support
- Critical accessibility compliance (US Government contracts)
- Regulatory compliance (PCI, GDPR, SOC, FedRAMP)
## Technical Implementation
- Containerized with Docker
- Docker Compose for service dependencies
- Deployable to Kubernetes clusters
- Port: 22000
- Test Driven Development (TDD)
- High test coverage with all tests passing
- Follow language-specific best practices for security, QA, SRE/devops

View File

@@ -0,0 +1,23 @@
# Gemini Agent - Go Implementation
## Project Overview
This directory contains the Go implementation developed with Gemini AI assistance for the MerchantsOfHope.org platform.
## Core Requirements
- Multi-tenant architecture with isolated business lines
- OIDC and social media login
- Job seeker functionality (browse positions, submit resumes, complete application process)
- Job provider functionality (manage positions and applications)
- USA law compliance
- English-only support
- Critical accessibility compliance (US Government contracts)
- Regulatory compliance (PCI, GDPR, SOC, FedRAMP)
## Technical Implementation
- Containerized with Docker
- Docker Compose for service dependencies
- Deployable to Kubernetes clusters
- Port: 12000
- Test Driven Development (TDD)
- High test coverage with all tests passing
- Follow language-specific best practices for security, QA, SRE/devops

23
testnew/go/qwen/agents.md Normal file
View File

@@ -0,0 +1,23 @@
# Qwen Agent - Go Implementation
## Project Overview
This directory contains the Go implementation developed with Qwen AI assistance for the MerchantsOfHope.org platform.
## Core Requirements
- Multi-tenant architecture with isolated business lines
- OIDC and social media login
- Job seeker functionality (browse positions, submit resumes, complete application process)
- Job provider functionality (manage positions and applications)
- USA law compliance
- English-only support
- Critical accessibility compliance (US Government contracts)
- Regulatory compliance (PCI, GDPR, SOC, FedRAMP)
## Technical Implementation
- Containerized with Docker
- Docker Compose for service dependencies
- Deployable to Kubernetes clusters
- Port: 17000
- Test Driven Development (TDD)
- High test coverage with all tests passing
- Follow language-specific best practices for security, QA, SRE/devops