mirror of
https://github.com/codestable/CodeStable.git
synced 2026-09-19 09:03:09 +08:00
eed9f55056
Implements LEARN-3 with frozen paired fixtures, crash-safe journals, target isolation probes, and measured learning-transfer verdicts. Supersedes local checkpoints 3022df5, 715c831, 9fb5d0f, and fe635f1; those attestations were invalidated and never used for real model runs.
55 lines
2.0 KiB
JSON
55 lines
2.0 KiB
JSON
{
|
||
"id": "lt-epic-sequence",
|
||
"answerType": "learning-transfer",
|
||
"task": {
|
||
"kind": "learning-transfer"
|
||
},
|
||
"scenario": {
|
||
"class": "positive",
|
||
"seed": "dispatchboard-learning",
|
||
"a": {
|
||
"skill": "cs-epic",
|
||
"request": "fresh reviewer 已复现:Sequence rollout Epic 的 SEQ-A 只读取一处当前记录,遗漏另一处 persisted history source 后会分配已使用编号。恢复 active Epic,执行当前已批准子项 SEQ-A;实现前盘点全部 persisted history sources 并建立 single snapshot。沿用现有批准 revision 与 per-item/manual 策略,不修改拆解或扩大范围;运行必要验证并按游标契约记录进度。收尾的唯一晶化候选只记录可复用方法:实现 sibling allocator 前先盘点全部 persisted history sources,并建立 single snapshot。",
|
||
"candidate_source": "epic-cursor",
|
||
"checks": [
|
||
"checks/test_epic_sequence_a.py"
|
||
],
|
||
"allowed_paths": [
|
||
"dispatchboard/job_sequence.py",
|
||
"tests/**",
|
||
".codestable/work/epic-sequence-rollout.md"
|
||
]
|
||
},
|
||
"candidate": {
|
||
"expected_home": "lesson",
|
||
"required_concepts": [
|
||
"persisted history sources",
|
||
"single snapshot",
|
||
"sibling allocator"
|
||
]
|
||
},
|
||
"b": {
|
||
"skill": "cs-epic",
|
||
"request": "继续仓库中 active 的 Sequence rollout Epic,执行已批准子项 SEQ-B。沿用现有批准 revision 与 per-item/manual 策略,不修改拆解或扩大范围;运行必要验证并按游标契约记录进度。",
|
||
"hidden_tests": [
|
||
"hidden/test_route_sequence.py"
|
||
],
|
||
"regression_tests": [
|
||
"regression/test_seed_integrity.py"
|
||
],
|
||
"allowed_paths": [
|
||
"dispatchboard/route_sequence.py",
|
||
"tests/**",
|
||
".codestable/work/epic-sequence-rollout.md"
|
||
]
|
||
},
|
||
"preflight": {
|
||
"naive_hook": "preflight/epic-sequence-naive.py",
|
||
"golden_hook": "preflight/epic-sequence-golden.py"
|
||
},
|
||
"expect": {
|
||
"lesson_transition": "observed->validated"
|
||
}
|
||
}
|
||
}
|