@blackms/aistack 1.0.5 → 1.0.6

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,11 +4,11 @@
4
4
 
5
5
  ### Clean Agent Orchestration for Claude Code
6
6
 
7
- [![CI](https://github.com/blackms/agentstack/actions/workflows/ci.yml/badge.svg)](https://github.com/blackms/agentstack/actions/workflows/ci.yml)
7
+ [![CI](https://github.com/blackms/aistack/actions/workflows/ci.yml/badge.svg)](https://github.com/blackms/aistack/actions/workflows/ci.yml)
8
8
  [![npm version](https://img.shields.io/npm/v/@blackms/aistack?style=flat-square&color=CB3837&logo=npm)](https://www.npmjs.com/package/@blackms/aistack)
9
9
  [![npm downloads](https://img.shields.io/npm/dm/@blackms/aistack?style=flat-square&color=CB3837)](https://www.npmjs.com/package/@blackms/aistack)
10
10
  [![npm bundle size](https://img.shields.io/bundlephobia/minzip/@blackms/aistack?style=flat-square&label=size)](https://bundlephobia.com/package/@blackms/aistack)
11
- [![codecov](https://codecov.io/gh/blackms/agentstack/branch/main/graph/badge.svg)](https://codecov.io/gh/blackms/agentstack)
11
+ [![codecov](https://codecov.io/gh/blackms/aistack/branch/main/graph/badge.svg)](https://codecov.io/gh/blackms/aistack)
12
12
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](LICENSE)
13
13
 
14
14
  [![Node.js](https://img.shields.io/badge/Node.js-20+-339933?style=flat-square&logo=node.js&logoColor=white)](https://nodejs.org)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blackms/aistack",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Clean agent orchestration for Claude Code",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -79,6 +79,6 @@
79
79
  "license": "MIT",
80
80
  "repository": {
81
81
  "type": "git",
82
- "url": "https://github.com/blackms/agentstack.git"
82
+ "url": "https://github.com/blackms/aistack.git"
83
83
  }
84
84
  }