📚 docs(roadmap): 整理 v0.3 后续架构与功能路线 - #117
Merged
Merged
Conversation
Owner
Author
Owner
Author
|
路线设计:把真实数据库集成、跨方言契约、Java 编译 smoke test 和最终 CI 门禁列为 P0,原因是这些项目目前最缺少可复现的外部证据;缓存和事件循环边界列为 P1,必须先测量再决定是否改造;方言扩展与 agentic runner 演进不提前宣称完成。 |
Owner
Author
|
证据边界:当前完整单元测试为 658 passed,SQLite |
Owner
Author
|
执行约束:后续每个路线项目都必须先建中文 Issue,再建立带编号分支、单主题提交和对应 PR;PR 评论记录复现、设计取舍、实验、测试、兼容性与回滚,评论数量按事实需要决定,不人为固定为三条。 |
Owner
Author
|
收尾状态:本 PR 只增加路线图和 README 入口,当前保持 open,不合并、不修改运行时代码。待 P0 项目逐项完成并有集成证据后,再单独安排 CI 和发布门禁。 |
ZhaoXingPeng
force-pushed
the
docs/116-v03-roadmap
branch
from
September 8, 2026 08:43
630169e to
2a8ff23
Compare
Owner
Author
基线复核与 P0 选择(2026-09-08)当前结论路线图已按当前主线重建。P0 不再笼统描述“补集成测试”:CI 已经真实启动 MySQL 8.0 和 PostgreSQL 16,但现有覆盖只到 MySQL fixture 连通性和 PostgreSQL 类型映射。最先可独立落地的缺口是 Java 生成代码编译 smoke,因为现有模板检查只能发现空输出和未替换 Mustache 标签。 变更与设计取舍
验证与证据
兼容性与下一步
|
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.
关联 Issue
Refs #116
背景(Situation)
v0.2.x 已具备 MCP 工具、跨方言元数据、原子代码生成、schema 图算法、MCP Apps、AI 语义增强和基础可观测性,但后续工作原先散落在 README、ADR 和 benchmark。路线图 PR 创建后,
main又合入协作内容/编码门禁和主页元数据维护;旧 PR 正文及路线图仍写 658 项测试和过时的正文格式,不能作为当前执行入口。任务(Task)
将 v0.3 路线图合入当前
main,记录正确基线、已存在的 Testcontainers 证据和剩余 P0 缺口,并将后续 Issue/PR 协议与新七段 PR 正文门禁对齐。该 PR 只规划,不提前实现任何 P0 运行时代码。行动(Action)
docs/roadmap-v0.3.md,定义 P0/P1/P2、依赖、验收证据、风险和发布收尾条件。main的2803b40和 660 项单元测试;保留f885f57作为最近运行时修复基线说明。关联 Issue、Situation、Task、Action、Verification、Evidence、兼容性/风险/回滚七个章节。验证(Verification)
实验与证据(Evidence)
describe_table基准固定为每次 7 次 SQL 往返,额外一次用于AUTOINCREMENT识别。兼容性、风险与回滚