forge-workflow 1.4.1 → 1.4.3
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/package.json +5 -2
- package/.claude/settings.json +0 -10
- package/.claude/settings.local.json +0 -37
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "forge-workflow",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.3",
|
|
4
4
|
"description": "9-stage TDD workflow for ALL AI coding agents (Claude, Cursor, Windsurf, Kilo, OpenCode, Copilot, Cline, Roo, Aider, Continue, Antigravity)",
|
|
5
5
|
"bin": {
|
|
6
6
|
"forge": "bin/forge.js"
|
|
@@ -41,7 +41,10 @@
|
|
|
41
41
|
},
|
|
42
42
|
"files": [
|
|
43
43
|
"bin/",
|
|
44
|
-
".claude/",
|
|
44
|
+
".claude/commands/",
|
|
45
|
+
".claude/rules/",
|
|
46
|
+
".claude/scripts/",
|
|
47
|
+
".claude/skills/",
|
|
45
48
|
"docs/",
|
|
46
49
|
"install.sh",
|
|
47
50
|
"AGENTS.md",
|
package/.claude/settings.json
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"permissions": {
|
|
3
|
-
"allow": [
|
|
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/**)"
|
|
8
|
-
]
|
|
9
|
-
}
|
|
10
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"permissions": {
|
|
3
|
-
"allow": [
|
|
4
|
-
"Bash(npm view:*)",
|
|
5
|
-
"Bash(npm publish:*)",
|
|
6
|
-
"Bash(npm whoami:*)",
|
|
7
|
-
"Bash(npm:*)",
|
|
8
|
-
"Bash(cmd /c \"npm publish --access public\")",
|
|
9
|
-
"Bash(where npm)",
|
|
10
|
-
"Bash(\"C:\\\\Program Files\\\\nodejs\\\\npm.cmd\" publish --access public)",
|
|
11
|
-
"Bash(\"C:\\\\Program Files\\\\nodejs\\\\npm.cmd\" version patch --no-git-tag-version)",
|
|
12
|
-
"Bash(git add:*)",
|
|
13
|
-
"Bash(git commit:*)",
|
|
14
|
-
"Bash(git push)",
|
|
15
|
-
"Bash(\"C:\\\\Program Files\\\\nodejs\\\\npm.cmd\" pkg fix)",
|
|
16
|
-
"WebFetch(domain:www.aihero.dev)",
|
|
17
|
-
"Bash(\"C:\\\\Program Files\\\\nodejs\\\\npm.cmd\" version minor --no-git-tag-version)",
|
|
18
|
-
"WebFetch(domain:ohmyopencode.com)",
|
|
19
|
-
"WebFetch(domain:grep.app)",
|
|
20
|
-
"Bash(test:*)",
|
|
21
|
-
"Bash(\"C:\\\\Program Files\\\\nodejs\\\\npm.cmd\" publish)",
|
|
22
|
-
"Bash(node -e:*)",
|
|
23
|
-
"Bash(node test-detection.js:*)",
|
|
24
|
-
"Bash(node:*)",
|
|
25
|
-
"Bash(git checkout:*)",
|
|
26
|
-
"Bash(git push:*)",
|
|
27
|
-
"Bash(gh pr create:*)",
|
|
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
|
-
]
|
|
36
|
-
}
|
|
37
|
-
}
|