yadflow 2.18.0 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -2
- package/README.md +60 -671
- package/cli/docs.mjs +6 -5
- package/cli/manifest.mjs +12 -4
- package/cli/plan.mjs +35 -2
- package/cli/reconcile.mjs +7 -6
- package/cli/setup.mjs +17 -2
- package/package.json +2 -2
- package/skills/sdlc/install.sh +18 -1
- package/skills/sdlc/module-help.csv +0 -1
- package/skills/yad-docs-overview/SKILL.md +1 -1
- package/skills/yad-docs-overview/references/pipeline-model.md +22 -4
- package/skills/yad-review-comments/SKILL.md +0 -63
- package/skills/yad-review-comments/references/comment-conventions.md +0 -55
- package/skills/yad-review-comments/templates/github/REVIEW_COMMENTS.md +0 -49
- package/skills/yad-review-comments/templates/gitlab/REVIEW_COMMENTS.md +0 -49
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,18 @@
|
|
|
1
|
-
# [
|
|
1
|
+
# [3.0.0](https://github.com/abdelrahmannasr/yadflow/compare/v2.18.1...v3.0.0) (2026-06-29)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
* feat!: remove unused yad-review-comments skill ([da6ad60](https://github.com/abdelrahmannasr/yadflow/commit/da6ad608bedf86a58ad09c2aefbf5e6367a41ae4))
|
|
2
5
|
|
|
3
6
|
|
|
4
7
|
### Features
|
|
5
8
|
|
|
6
|
-
* **
|
|
9
|
+
* **cli:** purge removed skills from existing installs ([8887d6d](https://github.com/abdelrahmannasr/yadflow/commit/8887d6d5598775986729c77f1500ac6773e4591e))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### BREAKING CHANGES
|
|
13
|
+
|
|
14
|
+
* the yad-review-comments skill and its REVIEW_COMMENTS.md repo
|
|
15
|
+
wiring are removed; `npx yadflow setup` now installs 34 skills instead of 35.
|
|
7
16
|
|
|
8
17
|
# [2.2.0](https://github.com/abdelrahmannasr/yadflow/compare/v2.1.0...v2.2.0) (2026-06-14)
|
|
9
18
|
|