entropy-machines 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.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # entropy-machines
2
2
 
3
- Escape the terminal. Enter your proto factory.
3
+ Escape the terminal. Enter your factory floor.
4
4
 
5
5
  You create PRDs, design with agents, and once your decisions are complete,
6
6
  issues are generated from those PRDs. Worker agents execute each issue in
@@ -24,7 +24,7 @@ the decisions only you can make. Everything downstream follows from your answers
24
24
  ## Get started
25
25
 
26
26
  ```sh
27
- npx entropy start
27
+ npx entropy-machines start
28
28
  ```
29
29
 
30
30
  This vendors the harness into your git repo (if it hasn't been already) and
@@ -55,8 +55,8 @@ function die(lines) {
55
55
  function usage() {
56
56
  console.log(`entropy-machines ${PKG.version}
57
57
 
58
- npx entropy start # init (if needed) + open the PRD
59
- npx entropy init [--dir <path>] # vendor the harness only
58
+ npx entropy-machines start # init (if needed) + open the PRD
59
+ npx entropy-machines init [--dir <path>] # vendor the harness only
60
60
 
61
61
  start: vendors the harness if config.json is absent, then launches
62
62
  bin/serve — which opens your first PRD in a browser.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "entropy-machines",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Vendors the entropy-machines agent-orchestration harness into your git repository as plain tracked files. A delivery mechanism, not a runtime — the harness is POSIX shell and Python 3 and needs no Node once the files have landed.",
5
5
  "license": "Elastic-2.0",
6
6
  "repository": {
@@ -12,7 +12,6 @@
12
12
  "url": "https://github.com/modern-sapien/entropy-machines/issues"
13
13
  },
14
14
  "bin": {
15
- "entropy": "bin/entropy-machines-init",
16
15
  "entropy-machines": "bin/entropy-machines-init"
17
16
  },
18
17
  "files": [