4 Commits
Author SHA1 Message Date
ilaandClaude Opus 4.8 6e30daceab feat(T-001): 初始化 go 模块 + go-app 最小可运行页面
- go.mod:module lingo,依赖 go-app v10.1.11
- main.go:go-app 装配入口;init() 注册路由(Handler 仅为已注册路由返回
  app shell),newHandler() 抽出便于测试,main() 起 http 服务
- main_test.go:in-process httptest 冒烟测试,验证根路径 200 +
  home 组件预渲染 + wasm 引导脚本注入
- .gitignore:忽略 /bin/ 构建产物
- 06-tasks:T-001 标 DONE;current-state 更新为 Phase 0 进行中、下一任务 T-002

验证:gofmt 干净 · go vet 通过 · go test 通过 · GOOS=js GOARCH=wasm go build 通过 · go build 通过

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-21 19:45:13 +08:00
ilaandClaude Opus 4.8 673b3a323a chore: 忽略 design_images 设计参考图目录
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-21 15:18:47 +08:00
ilaandClaude Opus 4.8 b7b549d679 docs: 新增任务看板(AI 的 Jira)并配置 .gitignore
- docs/06-tasks.md:MVP 拆为 22 个任务 / 7 个 Phase,带依赖与验收;
  强制"一次只做一个任务、做完即停",避免一次生成整个项目
- CLAUDE.md:文档地图加入任务看板,并增加按看板单任务开发的规则
- .gitignore:忽略内容素材 family-album-usa/、Notion 导出 notion_docs/、
  备份 *.bak、构建产物 *.wasm

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-21 14:29:28 +08:00
ila 05f215974e Initial commit 2026-06-21 13:20:43 +08:00