yadflow 1.0.1 → 1.4.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
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [1.4.0](https://github.com/abdelrahmannasr/yadflow/compare/v1.3.2...v1.4.0) (2026-06-12)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* rename npm package to yadflow ([1dd55e4](https://github.com/abdelrahmannasr/yadflow/commit/1dd55e4d403deeec344bb75b937ff24ccdaad64a))
|
|
7
|
+
|
|
1
8
|
# [1.1.0](https://github.com/abdelrahmannasr/sdlc-workflow/compare/v1.0.3...v1.1.0) (2026-06-09)
|
|
2
9
|
|
|
3
10
|
|
package/README.md
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
# Yadflow — the gated, team, multi-repo SDLC on top of BMAD
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/yadflow)
|
|
4
|
-
[](https://github.com/abdelrahmannasr/yadflow/actions/workflows/ci.yml)
|
|
5
5
|
[](https://docs.npmjs.com/generating-provenance-statements)
|
|
6
6
|
|
|
7
7
|
**Yadflow** (*yahd-flow* — from **يد**, Arabic for "hand") is the AI-driven SDLC where a human hand
|
|
8
|
-
moves every gate. *AI builds. The hand decides.* On npm as `yadflow
|
|
9
|
-
historical `sdlc-workflow` name.
|
|
8
|
+
moves every gate. *AI builds. The hand decides.* On npm and GitHub as `yadflow`.
|
|
10
9
|
|
|
11
10
|
A custom BMAD module that turns BMAD from a solo tool into a **team, gated, file-driven SDLC
|
|
12
11
|
engine**. Every step does its work, writes its output to a file, and **waits at a gate**. Who
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "yadflow",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"description": "Gated, team, multi-repo SDLC workflow: author → review → build with a PR-driven review gate and a zero-dependency CLI (setup, gate, commit, open-pr, repo). A BMAD module + 17 skills.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "AbdelRahman Nasr",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/abdelrahmannasr/
|
|
10
|
+
"url": "git+https://github.com/abdelrahmannasr/yadflow.git"
|
|
11
11
|
},
|
|
12
|
-
"homepage": "https://github.com/abdelrahmannasr/
|
|
12
|
+
"homepage": "https://github.com/abdelrahmannasr/yadflow#readme",
|
|
13
13
|
"bugs": {
|
|
14
|
-
"url": "https://github.com/abdelrahmannasr/
|
|
14
|
+
"url": "https://github.com/abdelrahmannasr/yadflow/issues"
|
|
15
15
|
},
|
|
16
16
|
"bin": {
|
|
17
17
|
"sdlc": "bin/sdlc.mjs"
|
|
@@ -16,7 +16,7 @@ login to an SDLC name + role. It is a single object for the hub itself — the s
|
|
|
16
16
|
```json
|
|
17
17
|
{
|
|
18
18
|
"platform": "github", // github | gitlab (from the hub's own remote host); null when local-only
|
|
19
|
-
"git_url": "https://github.com/abdelrahmannasr/
|
|
19
|
+
"git_url": "https://github.com/abdelrahmannasr/yadflow.git",
|
|
20
20
|
"default_branch": "main",
|
|
21
21
|
"bridge_enabled": true, // open review PRs/MRs on the hub for front-half reviews
|
|
22
22
|
"detectedAt": "2026-06-08", // last detect-hub run (YYYY-MM-DD)
|