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.
Files changed (2) hide show
  1. package/README.md +5 -2
  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
+ [![GitHub](https://img.shields.io/badge/GitHub-sergeychernov%2Fide--agents-181717?style=for-the-badge&logo=github&logoColor=white)](https://github.com/sergeychernov/ide-agents)
8
+ [![npm](https://img.shields.io/npm/v/ide-agents?style=for-the-badge&logo=npm&logoColor=white&label=npm)](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/agentdesk.git
32
- cd agentdesk
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.0",
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/agentdesk.git"
46
+ "url": "git+https://github.com/sergeychernov/ide-agents.git"
47
47
  },
48
- "homepage": "https://github.com/sergeychernov/agentdesk#readme",
48
+ "homepage": "https://ide-agents.vercel.app/",
49
49
  "bugs": {
50
- "url": "https://github.com/sergeychernov/agentdesk/issues"
50
+ "url": "https://github.com/sergeychernov/ide-agents/issues"
51
51
  },
52
52
  "dependencies": {
53
53
  "@fastify/static": "^8.1.1",