docs(readme): document the v1.0 project handoff - #929
Merged
Conversation
Windup has completed its v1.0 project delivery, while the root README still describes several shipped capabilities as work in progress. Record the final capability boundary, release link, workflow, and current toolchain, and correct the split data-service and worker startup instructions. Visitors can understand the delivered product and contributors can follow commands that match the final repository layout.
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #929 +/- ##
==========================================
+ Coverage 86.12% 91.27% +5.14%
==========================================
Files 306 193 -113
Lines 24037 13204 -10833
Branches 3646 0 -3646
==========================================
- Hits 20703 12052 -8651
+ Misses 2360 1152 -1208
+ Partials 974 0 -974
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
minorcell
approved these changes
Aug 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Windup 已完成 v1.0 结项交付。本 PR 将根 README 从上线初期说明收束为最终交付说明,并校正已经变化的本地启动与仓库结构信息。
Why
现有 README 没有记录
v1.0.0,仍把多方向资产与三渲二写成“推进中”;其中的数据层启动命令也已经随着 Compose 拆分失效。继续保留这些内容会让访客低估最终交付,也会让贡献者按错误路径启动项目。Changes
main更新最终能力与产品链路。VITE_API_BASE_URL的本地开发说明。Verification
git diff --check:通过。docker compose --env-file .env.db.example -f docker-compose.db.yml config --services:通过,解析出postgres与redis。cd backend && uv run python -m pytest -q ../tests/test_version_gate.py:24 passed。python3 scripts/version_gate.py check VERSION --previous "$(git show upstream/main:VERSION)":VERSION未变更且格式合法。gh release view v1.0.0 --repo 1024XEngineer/Windup:确认 Release 已于 2026-08-28 发布。curl检查https://windup.xin与https://windup.xin/guide:均返回 HTTP 200。Frontend checks与Backend CI / lint-and-test:全部通过。Scope
README.md,不包含产品行为、接口、部署或 Release 正文变更。Related Issues
Closes #927
Refs #896
Refs #364