forge-workflow 1.4.0 → 1.4.2
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/.claude/settings.json +4 -1
- package/.claude/settings.local.json +21 -1
- package/README.md +217 -761
- package/docs/EXAMPLES.md +750 -0
- package/docs/README-v1.3.md +860 -0
- package/docs/SETUP.md +723 -0
- package/package.json +1 -1
package/.claude/settings.json
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"permissions": {
|
|
3
3
|
"allow": [
|
|
4
|
-
"Bash(powershell -Command \"npm --version; npm whoami 2>&1; npm view forge-workflow version 2>&1\")"
|
|
4
|
+
"Bash(powershell -Command \"npm --version; npm whoami 2>&1; npm view forge-workflow version 2>&1\")",
|
|
5
|
+
"Bash(powershell -Command \"Start-Sleep -Seconds 3; npm view forge-workflow version\")",
|
|
6
|
+
"Bash(wc:*)",
|
|
7
|
+
"Read(//c/Users/harsha_befach/Downloads/forge/**)"
|
|
5
8
|
]
|
|
6
9
|
}
|
|
7
10
|
}
|
|
@@ -25,7 +25,27 @@
|
|
|
25
25
|
"Bash(git checkout:*)",
|
|
26
26
|
"Bash(git push:*)",
|
|
27
27
|
"Bash(gh pr create:*)",
|
|
28
|
-
"Bash(gh pr merge:*)"
|
|
28
|
+
"Bash(gh pr merge:*)",
|
|
29
|
+
"Bash(find:*)",
|
|
30
|
+
"WebFetch(domain:registry.npmjs.org)",
|
|
31
|
+
"Bash(cmd /c \"npm --version\")",
|
|
32
|
+
"Bash(cmd /c \"npm whoami\")",
|
|
33
|
+
"Bash(\"C:\\\\Program Files\\\\nodejs\\\\npm.cmd\" --version)",
|
|
34
|
+
"Bash(\"C:\\\\Program Files\\\\nodejs\\\\npm.cmd\" whoami)",
|
|
35
|
+
"Bash(\"C:\\\\Program Files\\\\nodejs\\\\npm.cmd\" view forge-workflow version)",
|
|
36
|
+
"WebFetch(domain:www.npmjs.com)",
|
|
37
|
+
"Bash(gh issue:*)",
|
|
38
|
+
"WebFetch(domain:github.com)",
|
|
39
|
+
"Bash(\"C:\\\\Program Files\\\\nodejs\\\\npm.cmd\" view forge-workflow time --json)",
|
|
40
|
+
"Bash(\"C:\\\\Program Files\\\\nodejs\\\\npm.cmd\" info forge-workflow@latest version)",
|
|
41
|
+
"Bash(\"C:\\\\Program Files\\\\nodejs\\\\npm.cmd\" view forge-workflow dist-tags --json)",
|
|
42
|
+
"Bash(\"C:\\\\Program Files\\\\nodejs\\\\npm.cmd\" cache clean --force)",
|
|
43
|
+
"Bash(\"C:\\\\Program Files\\\\nodejs\\\\npm.cmd\" view forge-workflow@latest version)",
|
|
44
|
+
"Bash(\"C:\\\\Program Files\\\\nodejs\\\\npm.cmd\" show forge-workflow@1.4.1 --json)",
|
|
45
|
+
"Bash(findstr:*)",
|
|
46
|
+
"Bash(\"C:\\\\Program Files\\\\nodejs\\\\npm.cmd\" view forge-workflow versions --json)",
|
|
47
|
+
"Bash(\"C:\\\\Program Files\\\\nodejs\\\\npm.cmd\" install forge-workflow@latest --dry-run)",
|
|
48
|
+
"Bash(\"C:\\\\Program Files\\\\nodejs\\\\npm.cmd\" pack --dry-run)"
|
|
29
49
|
]
|
|
30
50
|
}
|
|
31
51
|
}
|