projectinator 0.1.4 → 0.1.5

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 +1 -1
package/README.md CHANGED
@@ -35,7 +35,7 @@ npm install -g projectinator # then just: projectinator
35
35
  > `npm install -g projectinator`. (If `-g` installs but the command isn't found, npm's global
36
36
  > bin dir isn't on your `PATH` — run `npm prefix -g` to locate it, or just use `npx`.)
37
37
 
38
- Then, inside the app: **Settings → API keys** and paste an Anthropic, OpenAI, or Gemini key
38
+ Then, inside the app: **Settings → API keys** and paste an Anthropic, OpenAI, Gemini, or OpenRouter key
39
39
  (stored under `~/.projectinator`, never in the repo). That's it — pick **New build** and go.
40
40
 
41
41
  <details>
@@ -121,7 +121,7 @@ npm run build -- --live --mini # cheap end-to-end proof (~$0.
121
121
  npm run build -- --live --lock anthropic "idea" # full pipeline on one provider
122
122
  npm run build -- --live --mini --resume # resume a halted/finished build (skips done tasks)
123
123
  npm run bakeoff -- --capability design "Design a pricing page" # model bake-off
124
- npm test # 134 tests
124
+ npm test # 140 tests
125
125
  npm run typecheck
126
126
  ```
127
127
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "projectinator",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Your AI build team in the terminal — hand it an app idea, a PM model plans a Scrum backlog, and the best model per role designs, codes, and tests it into working files. Bring your own API key.",
5
5
  "type": "module",
6
6
  "private": false,