Xiaoxia AI
3b8ff2ddae
feat: implement real deployment script
Tests / test (push) Failing after 30s
Tests / lint (push) Failing after 30s
2026-06-15 18:12:09 +08:00
Xiaoxia AI
cb2364a363
feat: add CI/CD pipeline with Gitea Actions
...
Deploy / deploy-staging (push) Failing after 30s
Deploy / deploy-production (push) Has been skipped
Tests / test (push) Failing after 30s
Tests / lint (push) Failing after 30s
- .gitea/workflows/tests.yml: automated testing + linting on push/PR
- .gitea/workflows/deploy.yml: deployment workflow (placeholder)
- docs/CI-CD.md: CI/CD configuration guide
- requirements-dev.txt: development dependencies (pytest, black, flake8, mypy)
- test job: run pytest with coverage report
- lint job: black + flake8 + mypy code quality checks
2026-06-15 16:53:09 +08:00
Xiaoxia AI
37f5e0cead
docs: add AI session setup guide for multi-session collaboration
...
- session architecture: main + coding-ai + review-ai + qa-ai
- session creation steps
- message passing examples
- monitoring guide
- acceptance criteria
2026-06-15 16:24:51 +08:00
Xiaoxia AI
6152d49d18
docs: add coding/API/testing standards
...
- CODING-STANDARD.md: PEP 8, type hints, Clean Architecture constraints, security
- API-SPEC.md: RESTful design, HTTP methods, status codes, request/response format
- TESTING-GUIDE.md: test strategy, AAA pattern, fixtures, coverage targets
- complete examples included
2026-06-15 16:20:11 +08:00
Xiaoxia AI
5ea028cafd
docs: add AI system prompts for coding/review/QA
...
- AI-PROMPTS-CODING.md: Codex coding AI system prompt with architecture constraints
- AI-PROMPTS-REVIEW.md: Review AI checklist (architecture/security/performance/tests)
- AI-PROMPTS-QA.md: QA AI test design guide (boundary/error/concurrency/regression)
- complete examples included
2026-06-15 16:17:09 +08:00
Xiaoxia AI
f27c036d70
docs: update AI tools - use Codex as primary coding AI
...
- Codex as P0 main coding AI (already available)
- Cursor downgraded to P2 backup
- zero additional monthly cost
- Week 1 checklist updated
2026-06-15 16:14:23 +08:00
Xiaoxia AI
ebb542f1ab
docs: add AI tools preparation checklist
...
- P0 tools: Cursor, Review AI, QA AI
- P1 tools: UI AI (v0/Figma)
- collaboration templates (task/review/QA)
- configuration steps timeline
- budget estimation
- acceptance criteria
2026-06-15 16:04:45 +08:00
Xiaoxia AI
b5a62ee9a3
feat: initial SaaS scaffold
...
- domain: User, Workspace, Project, AssetLibrary, Asset, IngestJob
- ports: repository interfaces
- application: use cases
- adapters: in-memory
- API: FastAPI 5 routes
- worker: Celery ingest_asset
- tests: 4 passing
2026-06-15 15:17:40 +08:00