feat(kernel): flow-record-layer - #121
Merged
Merged
Conversation
…e comment + labels - records.ts: createFlowRecord/createTaskRecord Draft+Sub Issue CRUD(gh CLI,--parent 关联) - readTddEvidenceComment/appendTddEvidence:单个受控 comment,marker 包裹、revision 递增、幂等去重 - setStageLabel:替换 cabbage:stage:* 标签,保留 cabbage:flow - updateFlowRecord:KeyedMutex 串行 + previousBody 乐观锁(冲突重读重试 1 次) - types.ts 回验:FlowRecordRef/TaskRecordRef 签名与 CRUD 需求一致,无需调整 - test: 25 个用例(gh executor mock),全量回归 524 通过
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.
flow-record-layer
src/kernel/records.ts— Flow/Task Record CRUD(GitHub Issues 权威源)+ KeyedMutex 串行写 + 乐观锁Closes #103