You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
14
14
- Deprecated the `steps/` folder pattern for job definitions — step instructions are now inlined in `job.yml`; moved supplemental reference files from `steps/` to job root directories
15
15
- Repair workflow now instructs agents to `git rm` step instruction files after inlining
16
+
- Moved `specs/` to `doc/specs/` and consolidated `docs/` into `doc/` to reduce root directory clutter
17
+
18
+
### Removed
19
+
20
+
-`coverage_report.md` (stale snapshot)
21
+
-`job_refactor.md` (superseded planning notes)
22
+
-`CLAUDE_PLUGINS_README.md` (redundant with README.md)
0 commit comments