Commit 9558e22
authored
chore(skills): /feature Phase 0.0 — fetch issue body + aged-scope re-validation gate (#3929)
* chore(skills): /feature Phase 0.0 — fetch issue body + aged-scope re-validation gate
The claim step read number,title,state,assignees,comments but never the
issue body, so the scope written in the description was silently ignored.
Add body to the fetch and a re-validation gate: an old issue (or one whose
references no longer match the codebase) gets its scope re-checked against
current code, with drift presented to the user before implementation.
Closes #3928
* fix(skills): aged-scope abort rolls back the WIP comment too (review)
Removing only the assignee left the WIP — comment behind, which step 2
treats as a resumable claim on the next run.1 parent e8ef982 commit 9558e22
1 file changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
57 | 65 | | |
58 | 66 | | |
59 | 67 | | |
| |||
0 commit comments