 ilaandClaude Opus 4.8
|
89503ee2f0
|
docs: 新增 go-app 避坑表,记录"未注册路由 404"等坑
- 04-architecture 第四节:新增「go-app 注意事项(避坑表)」,收录
Handler 仅为已注册路由返回 app shell(否则 404)、前后端同包需 //go:build
隔离、wasm 由 app.js 引导、web/ 读 app.wasm、Name 不进 title 等坑
- 05-coding-rules 第 5 节:加指引——写 go-app 代码前先扫避坑表,踩到新坑往那补
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-06-21 20:00:56 +08:00 |
|
 ilaandClaude Opus 4.8
|
b9bcbf7e6b
|
docs: 补全 AI 入口/API/路由/现状文档并对齐一致性
新增(Codex 起草,本次纳入并校对):
- AGENTS.md:仓库级 AI 强约束入口
- docs/00-ai-start-here.md:AI 开发入口与导航
- docs/api.md:账号/生词本/进度 API 合约草案
- docs/routes.md:go-app 页面路由与组件归属
- docs/current-state.md:当前实现状态
补充与对齐:
- 验证命令补 bash(WSL/Linux 为主,PowerShell 为备):00-ai-start-here、AGENTS
- 04-architecture:新增第六节"项目结构(包布局)"+ 3.2 建表 SQL 草案
- docs/README 导航补 06-tasks;CLAUDE 目录树补 AGENTS/scripts/design_mockups
- 00-ai-start-here 去除已过时的"需要补齐"段
- 06-tasks:Phase 2/3/4/5 交叉引用 api.md / routes.md / 包布局
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-06-21 19:30:14 +08:00 |
|
 ilaandClaude Opus 4.8
|
060daf02a1
|
docs: 用户表预留 course_id,记录多教材扩展点
- 04-architecture 3.2:progress/vocab 加预留列 course_id(默认 family-album),
避免将来接入新概念英语等时迁移用户数据;MVP 仅留列不写多教材逻辑
- 06-tasks:T-301 验收注明该预留列;待办池补"多教材接入"扩展点备忘
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-06-21 15:16:59 +08:00 |
|
 ilaandClaude Opus 4.8
|
fd37ff6383
|
docs: 建立项目文档体系(vision/requirements/tech-stack/architecture/coding-rules)
- docs/01-vision 核心目标、目标用户、产品原则、非目标
- docs/02-requirements 产品语言需求 + MVP 验收标准(无技术词)
- docs/03-tech-stack go-app / 纯CSS / SQLite / Session Cookie / 单二进制部署
- docs/04-architecture 系统结构、前后端职责、真实 episodes.json 数据模型、技术难点
- docs/05-coding-rules AI 写代码前必读的硬约束(防跑偏)
- CLAUDE.md AI 入口:文档地图、真实数据 schema、强制必读编码规则
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-06-21 14:03:36 +08:00 |
|