OG T
21ce7056fa
fix(otel): correct OTEL endpoint to port 24317 and fix NetworkPolicy
...
- SigNoz OTEL Collector maps container:4317 to host:24317
- Updated NetworkPolicy egress to allow 24317/24318
- Updated ConfigMap with correct OTEL_EXPORTER_OTLP_ENDPOINT
- Fixed OpenClaw port from 8089 to 8088
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-03-23 00:06:07 +08:00
OG T
551a305fcf
fix(config): rename _OPENCLAW_TG_USER_WHITELIST_RAW to comply with pydantic v2
...
Pydantic v2 does not allow field names with leading underscores.
Changed from @property pattern to method pattern.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-03-22 23:40:09 +08:00
OG T
c2b33a99a3
fix(config): 避免 pydantic-settings 自動 JSON 解析 WHITELIST
...
使用 str + property 取代 list[int] + validator
解決 K8s Secret 注入時的解析錯誤
Co-Authored-By: Claude <noreply@anthropic.com >
2026-03-22 23:18:50 +08:00
OG T
0c80f6a996
fix(worker): add standalone entry point for K8s deployment
...
- 新增 __main__ 入口點
- 寫入 health files for K8s probes
- Graceful shutdown 處理
Co-Authored-By: Claude <noreply@anthropic.com >
2026-03-22 19:56:15 +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
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