OG T
|
cc9c9366e7
|
fix(web): skip ESLint/TypeScript during Docker build
CI/CD 分離策略:
- ESLint 在獨立 lint job 執行
- TypeScript 在獨立 type-check job 執行
- Build 時跳過以加速 Docker 建置
Co-Authored-By: Claude <noreply@anthropic.com>
|
2026-03-22 19:06:29 +08:00 |
|
OG T
|
c6a36ab673
|
fix: simplify Telegram notification format
|
2026-03-22 19:04:50 +08:00 |
|
OG T
|
d96bd03128
|
fix: add root monorepo config files (pnpm-workspace.yaml)
|
2026-03-22 19:00:45 +08:00 |
|
OG T
|
b5d4b50c52
|
fix: use IP for Harbor registry (avoid TLS cert issue)
|
2026-03-22 18:59:02 +08:00 |
|
OG T
|
196d269b92
|
feat: add all application source code
- apps/api: FastAPI backend with Dockerfile
- apps/web: Next.js frontend with Dockerfile
- apps/sensor: Signal collection agent
- packages: shared packages
Co-Authored-By: Claude <noreply@anthropic.com>
|
2026-03-22 18:57:44 +08:00 |
|
OG T
|
a840bf975b
|
Revert "ci: temp switch to ubuntu-latest for initial test"
This reverts commit 4bf0422363.
|
2026-03-22 18:37:41 +08:00 |
|
OG T
|
4bf0422363
|
ci: temp switch to ubuntu-latest for initial test
|
2026-03-22 18:36:47 +08:00 |
|
OG T
|
f037812f15
|
feat(phase8): CI/CD Pipeline 與 K8s 部署自動化
Phase 8 CI/CD 藍圖:
- GitHub Actions deploy-prod.yml (沿用 AIOPS 成熟模式)
- Signal Worker K8s Deployment
- Telegram Notify 閉環
- Bootstrap 自動化腳本
架構鐵律:
- Build: 110 金庫 (Harbor + Self-Hosted Runner)
- Deploy: 120 K3s Master
- 嚴禁 Docker Compose,K8s 唯一合法部署
Co-Authored-By: Claude <noreply@anthropic.com>
|
2026-03-22 18:01:01 +08:00 |
|
OG T
|
ccdf757edd
|
chore: initial commit for AWOOOI project
Phase 0 Day 1 - Project initialization:
- Independent repository (Option A)
- .awoooi-agent-rules.md (AI development contract)
- Project skeleton (apps/web, apps/api, packages, docs)
- ADR template for architecture decisions
- LOGBOOK for progress tracking
Strategic decision: 2026-03-19 Operation Cyber-Shell
Reference: /wooo-aiops/docs/meetings/2026-03-19_FRONTEND_RESTRUCTURE_STRATEGY.md
Co-Authored-By: Claude Code <noreply@anthropic.com>
|
2026-03-19 19:16:12 +08:00 |
|