ide-agents 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 +5 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -4,6 +4,9 @@ Local admin for **IDE agents and skills** (Cursor and similar) from any git repo
|
|
|
4
4
|
|
|
5
5
|
Install skills and subagents into your IDE via symlinks — no copy-paste, no manual path juggling.
|
|
6
6
|
|
|
7
|
+
[](https://github.com/sergeychernov/ide-agents)
|
|
8
|
+
[](https://www.npmjs.com/package/ide-agents)
|
|
9
|
+
|
|
7
10
|
## What it does
|
|
8
11
|
|
|
9
12
|
- Clones git repositories into `~/.ide-agents/repos/`
|
|
@@ -28,8 +31,8 @@ npm i -g ide-agents
|
|
|
28
31
|
Or from source:
|
|
29
32
|
|
|
30
33
|
```bash
|
|
31
|
-
git clone https://github.com/sergeychernov/
|
|
32
|
-
cd
|
|
34
|
+
git clone https://github.com/sergeychernov/ide-agents.git
|
|
35
|
+
cd ide-agents
|
|
33
36
|
npm install
|
|
34
37
|
npm run build
|
|
35
38
|
npm i -g .
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ide-agents",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Local admin for IDE agents and skills from git repos",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"license": "MIT",
|
|
44
44
|
"repository": {
|
|
45
45
|
"type": "git",
|
|
46
|
-
"url": "git+https://github.com/sergeychernov/
|
|
46
|
+
"url": "git+https://github.com/sergeychernov/ide-agents.git"
|
|
47
47
|
},
|
|
48
|
-
"homepage": "https://
|
|
48
|
+
"homepage": "https://ide-agents.vercel.app/",
|
|
49
49
|
"bugs": {
|
|
50
|
-
"url": "https://github.com/sergeychernov/
|
|
50
|
+
"url": "https://github.com/sergeychernov/ide-agents/issues"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@fastify/static": "^8.1.1",
|