Files
awoooi/.agents/automations/04-memory-audit.md
OG T 7478dc0254 feat(phase6-9): Complete modular architecture and Agent Teams
Phase 6.4 - Modular Architecture:
- Add lewooogo-brain adapters for LLM providers
- Add lewooogo-data dual memory (Redis + PostgreSQL)
- Implement consensus engine for multi-agent decisions
- Add incident memory service for historical context

Phase 9 - Agent Teams (Claude Agent SDK):
- Add base agent class with Claude Sonnet 4 integration
- Implement action planner, blast radius, and security agents
- Add agent API endpoints and proposal workflow
- Integrate ADR-009 OpenClaw Agent Teams architecture

DevOps & CI/CD:
- Add GitHub Actions CI/CD workflows (ci.yaml, cd.yaml)
- Add pre-commit hooks and secrets baseline
- Add docker-compose for local development
- Update Kubernetes network policies

Frontend Improvements:
- Add auto-healing error boundary component
- Update i18n messages for agent features
- Enhance dual-state incident card with execution feedback

Documentation:
- Add 7 ADRs covering MCP, design system, architecture decisions
- Update ARCHITECTURE_MEMORY.md with modular design
- Add GLOBAL_RULES.md and SOUL.md for project identity

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-23 18:40:36 +08:00

1.3 KiB

Automation 04: Memory 審計

觸發: 每週一次 / 統帥要求時 / Session 啟動時 目標: 確保 Memory 不過期、不衝突、不幻覺


自動執行 (Tier 0)

審計清單

1. Project Memory 驗證

# 檢查 Phase 狀態是否與實際一致
kubectl get pods -n awoooi-prod
curl -s https://awoooi.wooo.work/api/v1/health | jq '.status'

2. Reference Memory 驗證

# 檢查 IP/Port 是否正確
ping -c 1 192.168.0.188
curl -s http://192.168.0.188:8089/health

3. Feedback Memory 檢查

  • 規則是否仍然適用?
  • 是否與新規則衝突?
  • 是否已被更新的規則取代?

過期標記格式

如果 Memory 過期,在 frontmatter 加入:

---
name: xxx
status: DEPRECATED
deprecated_date: 2026-XX-XX
deprecated_reason: 已被 yyy 取代
---

審計報告格式

## Memory 審計報告 (YYYY-MM-DD)

### 驗證通過
- [x] project_phases.md - Phase 狀態一致
- [x] reference_four_hosts.md - IP 正確

### 需要更新
- [ ] project_xxx.md - 狀態已變更

### 已過期
- [x] feedback_xxx.md - 標記 DEPRECATED

審計頻率

類型 頻率
Project 每日
Reference 每週
Feedback 每月
User 按需