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>
This commit is contained in:
OG T
2026-03-19 19:16:12 +08:00
commit ccdf757edd
9 changed files with 440 additions and 0 deletions

43
docs/LOGBOOK.md Normal file
View File

@@ -0,0 +1,43 @@
# LOGBOOK - AWOOOI 進度軌跡
> **用途**: AI 代理進度追蹤,防止 Session 斷層
> **規則**: 完成重要節點後追加一行
---
## 📍 當前狀態 (2026-03-19)
| 項目 | 狀態 |
|------|------|
| **當前 Phase** | Phase 0 - 契約與骨架 |
| **Day** | Day 1 |
| **下一步** | 建立 OpenAPI 規格 + ADR |
---
## 📋 最近里程碑
| 時間 | 事件 | 負責人 |
|------|------|--------|
| 2026-03-19 22:00 | **專案初始化**: 獨立 Repo 建立 + .awoooi-agent-rules.md + 專案骨架 | CTO + Claude Code |
---
## 🎯 Phase 0 待辦 (Week 1)
- [x] 建立獨立 Repository
- [x] `.awoooi-agent-rules.md` AI 開發契約
- [x] VS Code Multi-root Workspace
- [ ] `api-contract.yaml` OpenAPI 規格
- [ ] `ADR-001` MCP Protocol 採用
- [ ] `ADR-002` Nothing.tech 設計系統
- [ ] `ADR-003` leWOOOgo 模組架構
- [ ] GitHub Actions CI/CD 基礎
- [ ] Tailwind Nothing.tech 配置
---
## 📚 參考文件
- 戰略會議記錄: `/Users/ogt/wooo-aiops/docs/meetings/2026-03-19_FRONTEND_RESTRUCTURE_STRATEGY.md`
- 舊專案規範: `/Users/ogt/wooo-aiops/CLAUDE.md`

View File

@@ -0,0 +1,32 @@
# ADR-000: Template
> **狀態**: Template
> **日期**: YYYY-MM-DD
> **決策者**: [角色]
## 背景
[描述問題背景與需求]
## 決策
[描述採取的決策]
## 理由
[解釋為什麼選擇這個方案]
## 後果
### 優點
- ...
### 缺點
- ...
### 風險
- ...
## 參考
- [相關連結]