skissue 0.1.20 → 0.1.21

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 +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -17,7 +17,7 @@
17
17
  <p align="center">
18
18
  <a href="https://www.npmjs.com/package/skissue"><img src="https://img.shields.io/npm/v/skissue?style=flat-square&logo=npm&color=CB3837" alt="npm version"></a>
19
19
  <a href="https://www.npmjs.com/package/skissue"><img src="https://img.shields.io/npm/dm/skissue?style=flat-square&logo=npm&color=CB3837" alt="npm downloads"></a>
20
- <a href="https://github.com/midyan/skill-issue/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-MIT-yellow?style=flat-square" alt="License MIT"></a>
20
+ <a href="https://github.com/midyan/skissue/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-MIT-yellow?style=flat-square" alt="License MIT"></a>
21
21
  <img src="https://img.shields.io/badge/node-%3E%3D24-brightgreen?style=flat-square&logo=nodedotjs" alt="Node 24+">
22
22
  <img src="https://img.shields.io/badge/TypeScript-5.7-blue?style=flat-square&logo=typescript" alt="TypeScript">
23
23
  </p>
@@ -368,8 +368,8 @@ skillsRoot: .agents/skills
368
368
  ## Development
369
369
 
370
370
  ```bash
371
- git clone https://github.com/midyan/skill-issue.git
372
- cd skill-issue
371
+ git clone https://github.com/midyan/skissue.git
372
+ cd skissue
373
373
  npm install # also enables Husky git hooks via prepare
374
374
  npm run verify # typecheck + lint + format + test + harness + harness score + build
375
375
  ```
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "skissue",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "git+https://github.com/midyan/skill-issue.git"
7
+ "url": "git+https://github.com/midyan/skissue.git"
8
8
  },
9
9
  "description": "CLI to install and sync agent skills from a Git registry",
10
10
  "keywords": [