setclaw 1.0.2 → 1.0.3

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
@@ -2,7 +2,7 @@
2
2
 
3
3
  # setclaw
4
4
 
5
- **One command. All models. Every OS.**
5
+ **BOA & Quatarly setup for Claude Code & Factory**
6
6
 
7
7
  Connect [Claude Code](https://docs.anthropic.com/en/docs/claude-code) and [Factory AI Droid](https://app.factory.ai) to [Quatarly](https://api.quatarly.cloud) — access Claude, Gemini, and GPT models with a single API key.
8
8
 
@@ -16,7 +16,7 @@ if (apiKey) {
16
16
  // Interactive install: can't prompt during npm postinstall, so guide the user
17
17
  const w = (msg) => process.stderr.write(msg + "\n");
18
18
  w("");
19
- w("\x1b[1m setclaw\x1b[0m installed successfully!");
19
+ w("\x1b[1m setclaw\x1b[0m — BOA & Quatarly — installed successfully!");
20
20
  w("");
21
21
  w(" Run this command to configure your Quatarly API key:");
22
22
  w("");
package/bin/setup.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
 
3
3
  /**
4
- * setclaw — One-command Quatarly setup for Claude Code & Factory
4
+ * setclaw — BOA & Quatarly setup for Claude Code & Factory
5
5
  *
6
6
  * Usage:
7
7
  * setclaw <API_KEY>
@@ -46,7 +46,7 @@ function fail(msg) {
46
46
  // ─── Banner ──────────────────────────────────────────────────────────
47
47
 
48
48
  process.stderr.write("\n");
49
- process.stderr.write("\x1b[1m setclaw\x1b[0m — Quatarly setup for Claude Code & Factory\n");
49
+ process.stderr.write("\x1b[1m setclaw\x1b[0m — BOA & Quatarly setup for Claude Code & Factory\n");
50
50
  process.stderr.write(" ─────────────────────────────────────────────────\n");
51
51
  process.stderr.write("\n");
52
52
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "setclaw",
3
- "version": "1.0.2",
4
- "description": "One-command setup for Quatarly API models in Claude Code and Factory",
3
+ "version": "1.0.3",
4
+ "description": "BOA & Quatarly setup for Claude Code and Factory",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "setclaw": "./bin/setup.mjs"