🚀 STDD V2.9.3 正式发布 STDD V2.9.3 Released #3
leonai42
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
中文版
🚀 STDD V2.9.3 正式发布:三档执行模式 + beyond code 扩展 + 白皮书一套四本
STDD(Spec+Test Driven Development)V2.9.3 正式发布!这是自 V2.5 以来最大的一次版本升级,核心思路很简单:让同一套方法论,同时覆盖"改个
typo"和"重构架构"两种极端场景。
🆕 V2.9 六大新特性
⚡ 三档执行模式
Phase 1 末尾自动计算 6 维度复杂度评分(0-17 分),智能推荐执行模式:
🎯 智能门禁系统
四级范围分类器(micro / small / medium / large),自动分析变更范围给出建议,告别一刀切的"允许/阻止"。
📦 批次目录管理
轻量模式下微小修复共用批次目录,按时间窗口自动归档。新增
stdd batchCLI 命令族。🔄 版本升级管理
stdd upgrade一键全局升级,upgrade --check差异检查,upgrade --force强制同步。🔬 Plankton + pass@k
三级自动修复(格式化/建议/报告)+ 同一测试运行 k 次的统计验证,用于检测 Spec 歧义。
🌐 STDD beyond code
V2.9 最具突破性的升级:从编程方法论扩展为通用质量保障方法论。只要可定义"预期结果"和"验证方式",任何任务 — 量化策略审核、合规校验、内容发布检查 — 都适用。
📊 V2.5 → V2.9 量化对比
📚 白皮书一套四本 同期发布
🔗 相关链接
质量不靠运气,靠系统。Spec 先行,TDD 执行。
欢迎试用、反馈、贡献 🙌
English Version
🚀 STDD V2.9.3 Released: 3 Execution Modes + Beyond Code + 4-Book Whitepaper Set
STDD (Spec+Test Driven Development) V2.9.3 is officially released! This is the largest upgrade since V2.5, built around a simple idea: one methodology that covers
both "fix a typo" and "refactor the architecture."
🆕 Six Major New Features in V2.9
⚡ Three Execution Modes
A 6-dimension complexity score (0-17) is auto-calculated at the end of Phase 1:
🎯 Smart Gate System
A 4-level scope classifier (micro / small / medium / large) provides intelligent recommendations instead of binary allow/block.
📦 Batch Directory Management
Lightweight changes share batch directories, auto-archived by time window. New
stdd batchCLI command family.🔄 Version Upgrade Management
stdd upgradefor one-click global upgrades,--checkfor diff inspection,--forcefor sync.🔬 Plankton + pass@k
3-level auto-fix (format/suggest/report) + statistical verification (k runs detect Spec ambiguity).
🌐 STDD Beyond Code
V2.9's most breakthrough upgrade: from a coding methodology to a universal quality assurance methodology. Any task with definable expected results and verification methods — quant strategy review, compliance checks, content publishing — can benefit.
📊 V2.5 → V2.9 By the Numbers
📚 4-Book Whitepaper Set — Released Together
🔗 Links
Quality by system, not by luck. Spec first, TDD execution.
Try it out, share feedback, and contribute 🙌
All reactions