@mark-gozner/aigile-method 1.0.4 → 1.0.5
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -43,7 +43,7 @@ npx @mark-gozner/aigile-method install --yes
|
|
|
43
43
|
|
|
44
44
|
```bash
|
|
45
45
|
# 1) Clone the repository once
|
|
46
|
-
git clone https://github.com/
|
|
46
|
+
git clone https://github.com/Gmark2000/AIgile-Method.git ~/aigile-method
|
|
47
47
|
|
|
48
48
|
# 2) In any target project
|
|
49
49
|
cd /path/to/your/project
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mark-gozner/aigile-method",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "AIgile Development Method by Mark Gozner - AI-powered development with custom agents, handoffs, and subagent delegation",
|
|
5
5
|
"private": false,
|
|
6
6
|
"license": "SEE LICENSE",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"author": "Mark Gozner",
|
|
55
55
|
"repository": {
|
|
56
56
|
"type": "git",
|
|
57
|
-
"url": "https://github.com/
|
|
57
|
+
"url": "https://github.com/Gmark2000/AIgile-Method.git"
|
|
58
58
|
},
|
|
59
59
|
"publishConfig": {
|
|
60
60
|
"access": "public"
|