@proletariat/cli 0.1.1 → 0.1.2

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 +3 -2
package/README.md CHANGED
@@ -276,8 +276,8 @@ MIT License - Because even revolutionaries believe in open source!
276
276
 
277
277
  [![npm version](https://badge.fury.io/js/@proletariat/cli.svg)](https://badge.fury.io/js/@proletariat/cli)
278
278
  [![Downloads](https://img.shields.io/npm/dm/@proletariat/cli.svg)](https://npmjs.org/package/@proletariat/cli)
279
- [![Revolutionary](https://img.shields.io/badge/git--worktree-themed-red.svg)](https://github.com/proletariat-dev/proletariat)
279
+ [![Revolutionary](https://img.shields.io/badge/git--worktree-themed-red.svg)](https://github.com/chrismcdermut/proletariat-cli)
280
280
 
281
- **[⭐ Star on GitHub](https://github.com/proletariat-dev/proletariat) • [📦 Install from NPM](https://www.npmjs.com/package/@proletariat/cli) • [🐛 Report Issues](https://github.com/proletariat-dev/proletariat/issues)**
281
+ **[⭐ Star on GitHub](https://github.com/chrismcdermut/proletariat-cli) • [📦 Install from NPM](https://www.npmjs.com/package/@proletariat/cli) • [🐛 Report Issues](https://github.com/chrismcdermut/proletariat-cli/issues)**
282
282
 
283
283
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proletariat/cli",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Multi-agent development CLI - Orchestrate parallel coding agents via git worktrees with memorable themes for distributed development workflows",
5
5
  "main": "dist/bin/prlt.js",
6
6
  "bin": {
@@ -11,7 +11,8 @@
11
11
  "dev": "tsc --watch",
12
12
  "clean": "rm -rf dist",
13
13
  "prepublishOnly": "pnpm run clean && pnpm run build",
14
- "test": "echo \"Workers of the world, unite!\" && exit 0"
14
+ "test": "echo \"Workers of the world, unite!\" && exit 0",
15
+ "release": "npm publish --access public"
15
16
  },
16
17
  "keywords": [
17
18
  "multi-agent",