Commit 870d7e2
authored
skill-evolution: drop inline provenance markers (#1161)
## Summary
Removes the `<!-- skill-evolution:start --> ... <!-- skill-evolution:end -->` HTML-comment marker requirement for inline edits to existing SKILL.md files. The markers add visible noise that compounds across many small edits, while `git log` / `git blame` already attribute every line to its origin commit. Audit trail now relies on a clear commit subject (e.g. "skill-evolution: add ... to lp-milp-formulation").
Frontmatter `origin: skill-evolution` for new skills and `# origin: skill-evolution` headers for code assets are kept — those edits are creating new files, not editing existing prose.
Distillation checklist updated to remove the marker requirement.
## Testing
- `./ci/utils/validate_skills.sh` passes
## Docs
- Skill content only.
Authors:
- Ramakrishnap (https://github.com/rgsl888prabhu)
Approvers:
- Trevor McKay (https://github.com/tmckayus)
URL: #11611 parent 2e8e617 commit 870d7e2
1 file changed
Lines changed: 3 additions & 27 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
| 186 | + | |
211 | 187 | | |
212 | 188 | | |
213 | 189 | | |
| |||
277 | 253 | | |
278 | 254 | | |
279 | 255 | | |
280 | | - | |
281 | 256 | | |
282 | 257 | | |
| 258 | + | |
283 | 259 | | |
284 | 260 | | |
285 | 261 | | |
| |||
0 commit comments