ogt
|
5c26071a3e
|
fix: preserve production placeholder directories
CD Pipeline / deploy (push) Successful in 1m2s
|
2026-06-25 00:06:48 +08:00 |
|
OoO
|
c383a37f3f
|
補 PPT 視覺 QA stale recovery
CD Pipeline / deploy (push) Successful in 1m4s
|
2026-05-19 10:03:10 +08:00 |
|
OoO
|
15b5b79a51
|
優化活動頁手機商品列表
CD Pipeline / deploy (push) Successful in 58s
|
2026-05-13 23:35:37 +08:00 |
|
OoO
|
c78bb1d453
|
記錄 Market Intel 正式端只讀複核
|
2026-05-13 12:23:46 +08:00 |
|
OoO
|
5ee7fd9a17
|
忽略未確認設計審計 dump
|
2026-05-13 12:13:53 +08:00 |
|
OoO
|
b2ab03f0d0
|
入庫 responsive overflow guard 腳本
CD Pipeline / deploy (push) Successful in 56s
|
2026-05-13 12:13:09 +08:00 |
|
OoO
|
d6e8a4ffc9
|
忽略本地截圖暫存檔
|
2026-05-13 12:01:12 +08:00 |
|
OoO
|
5942e39e18
|
守住本機產物忽略規則
|
2026-05-13 11:57:17 +08:00 |
|
OoO
|
992047ba2a
|
忽略未整合前端設計稿
|
2026-05-13 09:08:55 +08:00 |
|
OoO
|
fccc80858d
|
修復 Wave 0 阻塞與 market intel 入庫
|
2026-05-12 22:49:56 +08:00 |
|
OoO
|
0e18ff304c
|
feat(frontend): 新增 V2 dashboard feature flag
|
2026-04-30 23:45:49 +08:00 |
|
OoO
|
0875dd8fda
|
補強 5.5 自癒安全回看
CD Pipeline / deploy (push) Successful in 1m11s
|
2026-04-29 22:48:24 +08:00 |
|
ogt
|
0099543c05
|
fix(security): 全域健檢 — 40 項安全/Bug/品質修復
CD Pipeline / deploy (push) Failing after 5m18s
🔴 Critical
- auto_heal_service: 補 import re + sqlalchemy.text + 修正 orchestrator 變數名
+ autoheal_playbook→playbooks 表名 + _alert_and_store cooldown 修復
- aider_heal_executor: shell injection 改 shell=False + list 參數
- docker-compose: DISABLE_LOGIN 改 env var + 移除密碼 fallback + POSTGRES_HOST 修正
- app.py: /api/backup /api/run_task 等 6 個管理 API 加 @login_required
- config.py + pg_sync + e2e_test: 移除 wooo_pg_2026 hardcoded 密碼 fallback
- pg_backup.sh: 移除 TELEGRAM_TOKEN= 中間變數,直接用 $TELEGRAM_BOT_TOKEN
- migration 014: trigger_pattern→match_pattern + 補 error_type NOT NULL 欄位
🟡 High
- telegram_bot_service: str(e) 改通用訊息 + session try/finally + 移除 pa:/pr: 舊 callback
- run_scheduler: ElephantAlpha thread 死亡監控 + 自動重啟 + Telegram 告警
+ agent_context 03:30 TTL 定時清理任務
- openclaw_learning_service: build_rag_context 兩路徑加 .limit(200)
- hooks: commit-quality + momo-prod-guard 空 catch 改 stderr+exit(1)
- scripts/code_review: auto_yes 預設改 false
- db_backup_service: PGPASSWORD 透過 env dict 傳遞
📦 Migrations
- 013_autoheal: 修正建表順序 playbooks→incidents(外鍵前向引用)
- 018_add_missing_indexes: heal_logs/incidents 外鍵索引 + cleanup_expired_agent_context()
🟢 Infrastructure
- requirements.txt: 加版本下界 Flask>=2.3 SQLAlchemy>=1.4 等
- cd.yaml: 新增 run_scheduler.py + run_telegram_bot.py 監聽路徑
- .gitignore: insert_playbook_local.py 加入忽略
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-04-22 01:12:23 +08:00 |
|
ogt
|
cac7303e46
|
feat(devteam): 引進 my-claude-devteam 架構 V11.0
- CLAUDE.md 升版至 V11.0:整合 P7/P9/P10 工作模式、12 人專家團隊、
委派鐵律、三條紅線(保留狙擊手模式精神)
- .claude/hooks/:新增 8 個 Hook(momo-prod-guard / commit-quality /
large-file-warner / mcp-health / audit-log / suggest-compact /
cost-tracker / session-summary)
- .claude/agents/:新增 11 個 Agent 定義(critic / debugger / db-expert /
vuln-verifier / fullstack-engineer / planner / refactor-specialist /
migration-engineer / onboarder / tool-expert / web-researcher)
- .claude/settings.json:啟用 bypassPermissions + Hook 自動政策架構
- .gitignore:加入 settings.local.json 防止 Secret 意外 commit
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-04-21 22:13:57 +08:00 |
|
ogt
|
ba86f98514
|
feat: integrate Elephant Alpha ecosystem with full ADR-012/013 compliance
CD Pipeline / deploy (push) Has been cancelled
- Add ElephantService, AutonomousEngine, Orchestrator, DecisionRouter (EA 4-file stack)
- Fix 10 bugs: URL typo, SQL schema mismatches (price_records JOIN), enum mapping,
metadata_json, NemoTron PriceThreat dispatch, async/await mismatch, broken imports
- Wire ADR-012 Agent Action Ladder: EventRouter L2 → EA first + AIOrch fallback;
all decisions dual-write DB + triaged_alert Telegram; momo: callback prefix
- Wire ADR-013 AutoHeal: resource_optimization trigger → AutoHealService
- Add W3 guards: connection cache 300s TTL, $5/hr cost hard limit
- Add W4 persistence: routing decisions + agent performance snapshots → ai_insights
- Add Migration 015: confidence + created_by columns on ai_insights
- Fix run_scheduler.py broken imports (DecisionTracker service didn't exist)
- Fix verify_elephant_integration.py: check_status() → check_connection()
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-04-20 04:28:26 +08:00 |
|
ogt
|
1b4f3a7bbe
|
feat: EwoooC 初始化 — 完整專案推版至 Gitea
CD Pipeline / deploy (push) Failing after 59s
- 建立 Gitea Actions CD pipeline (.gitea/workflows/cd.yaml)
- 部署模式: rsync Python 檔案至 188 → docker restart (volume mount)
- Dockerfile/requirements 變動時自動重建 Docker image
- 部署通知: Telegram (開始/成功/失敗)
- 健康檢查: https://mo.wooo.work/health (最多 5 次重試)
- 同步最新 CLAUDE.md / ADR-008 / memory (2026-04-19)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-04-19 01:21:13 +08:00 |
|