martin-loop 0.1.0 → 0.1.1
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 +5 -5
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ The workspace packages are validated in this snapshot. Public `martin-loop` pack
|
|
|
16
16
|
## Repo-local install
|
|
17
17
|
|
|
18
18
|
```bash
|
|
19
|
-
git clone https://github.com/
|
|
19
|
+
git clone https://github.com/Keesan12/MartinLoop
|
|
20
20
|
cd martin-loop
|
|
21
21
|
pnpm install
|
|
22
22
|
pnpm build
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "martin-loop",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Martin Loop — The world's first truthfully hardened agentic coding loop.",
|
|
@@ -37,16 +37,16 @@
|
|
|
37
37
|
],
|
|
38
38
|
"author": "Vakeesan Mahalingam and Gobi Shanthan",
|
|
39
39
|
"license": "MIT",
|
|
40
|
-
"homepage": "https://martinloop.
|
|
40
|
+
"homepage": "https://martinloop.com/",
|
|
41
41
|
"repository": {
|
|
42
42
|
"type": "git",
|
|
43
|
-
"url": "https://github.com/
|
|
43
|
+
"url": "https://github.com/Keesan12/MartinLoop.git"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@martin/adapters": "0.1.0",
|
|
47
|
-
"@martin/sdk": "0.1.0",
|
|
48
46
|
"@martin/cli": "0.1.0",
|
|
47
|
+
"@martin/adapters": "0.1.0",
|
|
49
48
|
"@martin/contracts": "0.1.0",
|
|
49
|
+
"@martin/sdk": "0.1.0",
|
|
50
50
|
"@martin/core": "0.1.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|