| docs(nop-code): 深度审计报告、修复计划和开发日志
- 新增ai-dev/audits/2026-05-25-deep-audit-nop-code-full/完整审计报告(20维度78发现)
- 新增ai-dev/plans/55-nop-code-deep-audit-remediation.md修复计划(5阶段)
- 新增ai-dev/skills/nop-code/审计技能模板
- 更新ai-dev/logs/2026/05-26.md开发日志
- 删除旧版nop-code-audit-prompt.md(已迁移到skills/nop-code/)
| 8 天前 |
| 66: nop-stream error handling hardening — fix P1 issues, unify exceptions, English ErrorCodes
Phase 1 (P1 fixes):
- MalformedPatternException now extends StreamRuntimeException (was RuntimeException)
- TwoPhaseCommitSinkFunction.restoreFromEpoch rollback failure now LOG.warn (was silently swallowed)
- GraphModelCheckpointExecutor.triggerTerminalSavepoint now throws StreamException on failure
Phase 2 (ErrorCode English):
- NopStreamErrors: all 10 messages translated from Chinese to English
- NopCepErrors: all 3 messages translated from Chinese to English
Phase 3 (IllegalStateException unified):
- StreamExecutionEnvironment: 9 IllegalStateException → StreamException(ERR_STREAM_INVALID_STATE)
- TaskExecutor: 3 IllegalStateException → StreamException
- Task/SubtaskTask.closeOperatorChains: closing exceptions now propagate to this.error
New tests: TestMalformedPatternException, TestTwoPhaseCommitSinkFunction, TestErrorCodeMessagesEnglish
All 307+ tests pass. Closure audit verified.
Audit: 7-dimension deep audit (01/02/09/15/16/17) — results in ai-dev/audits/2026-05-27-deep-audit-nop-stream-r1/
| 1 天前 |
| docs(ai-dev): 更新nop-stream审计报告和工具脚本
| 1 天前 |
| docs: 新增文档路由审计prompt模板
| 8 天前 |
| docs(ai-dev): 更新nop-stream审计报告和工具脚本
| 1 天前 |
| docs(ai-dev): reorganize flat docs into categorized subdirectories
- Move design docs from root to ai-dev/design/{nop-job,nop-stream,relation-write-mode,word-editor}
- Move analysis docs to ai-dev/analysis/
- Add writing guides for analysis, bugs, and discussions
- Add plan authoring guide and implementation plans (01-04)
- Add skill prompts for plan review and closure audit
- Add 04-14 dev log entry
| 1 个月前 |
| docs(ai-dev): reorganize flat docs into categorized subdirectories
- Move design docs from root to ai-dev/design/{nop-job,nop-stream,relation-write-mode,word-editor}
- Move analysis docs to ai-dev/analysis/
- Add writing guides for analysis, bugs, and discussions
- Add plan authoring guide and implementation plans (01-04)
- Add skill prompts for plan review and closure audit
- Add 04-14 dev log entry
| 1 个月前 |
| docs(skills): 新增单元测试反模式指南并清理已有测试
- 新增 ai-dev/skills/unit-test-antipatterns.md,列出8种常见反模式
- 删除 TestSemanticModels 中纯 getter/setter 和枚举遍历测试
- 合并各 extractor 测试中的元数据断言到行为测试中
- 补充 testSameParentSymbols_notConnected 等有意义的边界测试
| 6 天前 |