@@ -32,9 +32,9 @@ COMSOL, or proprietary Ansys tools. External solvers are optional and not run by
3232default. External LLM access is optional and not required by default.
3333
3434Release status: the current public release candidate is ` v0.9.0rc3 ` , while the
35- current ` main ` development version is ` 0.9.0rc4.dev0 ` . ` main ` may contain
36- post- ` v0.9.0rc3 ` hardening changes. ` v0.9.0rc4.dev0 ` is not a public release,
37- and the ` v0.9.0rc4 ` tag has not been created.
35+ current ` main ` release draft is ` 0.9.0rc4 ` . ` main ` contains post- ` v0.9.0rc3 `
36+ hardening changes prepared for maintainer review. The ` v0.9.0rc4 ` tag and
37+ GitHub release have not been created.
3838It includes v0.6 local/manual diagnostics, v0.7 multi-solver adapter MVP
3939scaffolds, v0.8 LLM parser foundation work, and v0.9 synchronous workflow
4040orchestration foundation work as preview/scaffold/evaluation capabilities.
@@ -49,7 +49,7 @@ current release policy and release-readiness matrix. Use
4949for the repeatable RC procedure and
5050[ ` docs/v1_0_readiness_plan.md ` ] ( docs/v1_0_readiness_plan.md ) for the path from
5151the current RC line toward ` v1.0 ` .
52- Current rc4 development readiness and publication gates are tracked in
52+ Current rc4 release draft readiness and publication gates are tracked in
5353[ ` docs/release_readiness_v0.9.0rc4.md ` ] ( docs/release_readiness_v0.9.0rc4.md ) ,
5454[ ` docs/testpypi_dry_run_gate.md ` ] ( docs/testpypi_dry_run_gate.md ) , and
5555[ ` docs/v1_0_stability_gate.md ` ] ( docs/v1_0_stability_gate.md ) .
@@ -89,8 +89,8 @@ optical-spec-agent 是一个开源仿真工具链优先的光学仿真工作流
8989一个面向光学仿真的规格编译层:它把中英文自然语言
9090仿真需求转换为经过校验的 OpticalSpec JSON,并可进一步生成 Meep / MPB /
9191Gmsh / Elmer / Optiland 的 solver-native input scaffold。当前公开
92- pre-release 是 ` v0.9.0rc3 ` ,当前 ` main ` package version 是 ` 0.9.0rc4.dev0 ` 。
93- ` main ` 可能包含 post-` v0.9.0rc3 ` hardening changes;` v0.9.0rc4.dev0 ` 不是公开
92+ pre-release 是 ` v0.9.0rc3 ` ,当前 ` main ` package version 是 ` 0.9.0rc4 ` 。
93+ ` main ` 可能包含 post-` v0.9.0rc3 ` hardening changes;` v0.9.0rc4 ` 不是公开
9494release,` v0.9.0rc4 ` tag 尚未创建,也不是最终稳定版。
9595本项目不是求解器,也不提供 production-grade physical validation。完整中文文档见
9696[ README.zh-CN.md] ( README.zh-CN.md ) 。
@@ -132,7 +132,7 @@ Optical simulation tasks are inherently multi-parameter: geometry, materials, so
132132- ** Output** : typed, validated spec JSON with per-field provenance (confirmed / inferred / missing)
133133- ** Contract** : every field carries its status and derivation note, so downstream agents know what to trust and what to verify
134134
135- ## Current scope (main ` 0.9.0rc4.dev0 ` : post-v0.9.0rc3 hardening)
135+ ## Current scope (main ` 0.9.0rc4 ` : post-v0.9.0rc3 hardening)
136136
137137` v0.6 ` diagnostics are post-hoc, local/manual checks around generated Meep run
138138artifacts. ` v0.7 ` adapters generate annotated solver-input scaffolds for
@@ -231,7 +231,7 @@ no-proprietary-solver flow, see
231231[ ` examples/e2e/README.md ` ] ( examples/e2e/README.md ) .
232232
233233The checked-in fixtures under [ ` examples/ ` ] ( examples/README.md ) are the
234- canonical no-network examples for the current ` 0.9.0rc4.dev0 ` main branch and
234+ canonical no-network examples for the current ` 0.9.0rc4 ` main branch and
235235the public ` v0.9.0rc3 ` RC line:
236236
237237``` bash
0 commit comments