chore: migrate from opencode to trellis 0.5.0-rc.6

- Remove legacy .opencode/ directory and configuration
- Update .trellis/ to v0.5.0-rc.6 structure
- Refactor scripts: modularize common/, remove multi_agent/
- Add new common modules: git.py, io.py, log.py, types.py, etc.
- Update workflow.md and AGENTS.md
- Archive completed migration tasks
This commit is contained in:
zl-q
2026-05-06 14:29:25 +08:00
parent 4e234be647
commit 04b493ed09
102 changed files with 8377 additions and 9922 deletions
-41
View File
@@ -1,41 +0,0 @@
# Workspace Index - opencode
> Journal tracking for AI development sessions.
---
## Current Status
<!-- @@@auto:current-status -->
- **Active File**: `journal-1.md`
- **Total Sessions**: 1
- **Last Active**: 2026-04-28
<!-- @@@/auto:current-status -->
---
## Active Documents
<!-- @@@auto:active-documents -->
| File | Lines | Status |
|------|-------|--------|
| `journal-1.md` | ~61 | Active |
<!-- @@@/auto:active-documents -->
---
## Session History
<!-- @@@auto:session-history -->
| # | Date | Title | Commits |
|---|------|-------|---------|
| 1 | 2026-04-28 | 任务归档与代码模块化提交 | `dd48d1d`, `85023a6`, `295dbc0`, `a940f2e`, `b9617ae`, `940c67e`, `a83001d`, `14752cd`, `c7a75a6`, `8de0331`, `9bc24fa` |
<!-- @@@/auto:session-history -->
---
## Notes
- Sessions are appended to journal files
- New journal file created when current exceeds 2000 lines
- Use `add_session.py` to record sessions
-61
View File
@@ -1,61 +0,0 @@
# Journal - opencode (Part 1)
> AI development session journal
> Started: 2026-04-27
---
## Session 1: 任务归档与代码模块化提交
**Date**: 2026-04-28
**Task**: 任务归档与代码模块化提交
### Summary
(Add summary)
### Main Changes
| 任务 | 说明 |
|------|------|
| 归档 | 04-27-feat-ios-apple-pay, 04-28-feat-locale-timezone-bootstrap, 04-28-feat-points-ledger, 04-28-refactor-unify-language |
| feat(locale) | App 启动时语言和时区自动设置 |
| feat(points) | 积分流水列表功能 |
| refactor(settings) | 统一语言设置,合并 interface_language 和 ai_language |
| feat(notification) | 通知标题和正文支持多语言 |
| feat(payment) | 优化套餐配置和支付服务 |
| refactor(divination) | 优化占卜界面和组件 |
| chore | 更新主题、反馈页面和测试用例 |
**提交策略**: 按功能模块分类提交,每个任务/功能独立 commit
### Git Commits
| Hash | Message |
|------|---------|
| `dd48d1d` | (see git log) |
| `85023a6` | (see git log) |
| `295dbc0` | (see git log) |
| `a940f2e` | (see git log) |
| `b9617ae` | (see git log) |
| `940c67e` | (see git log) |
| `a83001d` | (see git log) |
| `14752cd` | (see git log) |
| `c7a75a6` | (see git log) |
| `8de0331` | (see git log) |
| `9bc24fa` | (see git log) |
### Testing
- [OK] (Add test results)
### Status
[OK] **Completed**
### Next Steps
- None - task complete