@agentskill.sh/cli 1.0.0 → 1.0.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 CHANGED
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="assets/ags-banner.jpg" alt="ags = Agent Skills" width="100%">
2
+ <img src="https://raw.githubusercontent.com/agentskill-sh/learn/main/assets/ags-banner.jpg" alt="ags = Agent Skills" width="100%">
3
3
  </p>
4
4
 
5
5
  <p align="center">
@@ -63,7 +63,7 @@ git clone https://github.com/agentskill-sh/ags.git ~/.cursor/skills/ags
63
63
  ---
64
64
 
65
65
  <p align="center">
66
- <img src="assets/banner.jpg" alt="/learn Kung Fu" width="100%">
66
+ <img src="https://raw.githubusercontent.com/agentskill-sh/learn/main/assets/banner.jpg" alt="/learn Kung Fu" width="100%">
67
67
  </p>
68
68
 
69
69
  ## Why /learn and agentskill.sh?
package/dist/api.js CHANGED
@@ -1,5 +1,5 @@
1
1
  const API_BASE = 'https://agentskill.sh/api';
2
- const VERSION = '1.0.0';
2
+ const VERSION = '1.0.1';
3
3
  export async function apiFetch(path, options) {
4
4
  const res = await fetch(`${API_BASE}${path}`, {
5
5
  ...options,
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@ import { listCommand } from './commands/list.js';
5
5
  import { removeCommand } from './commands/remove.js';
6
6
  import { feedbackCommand } from './commands/feedback.js';
7
7
  import { updateCommand } from './commands/update.js';
8
- const VERSION = '1.0.0';
8
+ const VERSION = '1.0.1';
9
9
  const HELP = `ags v${VERSION} — search, install, and manage AI agent skills
10
10
 
11
11
  Usage:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentskill.sh/cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Agent Skill CLI. Search, install, review, and manage AI agent skills from agentskill.sh.",
5
5
  "type": "module",
6
6
  "bin": {