forbocai 0.0.5 → 0.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.
package/README.md CHANGED
@@ -119,6 +119,19 @@ console.log(response.dialogue);
119
119
  ---
120
120
 
121
121
  **ᚠ ᛫ ᛟ ᛫ ᚱ ᛫ ᛒ ᛫ ᛟ ᛫ ᚲ**
122
+
123
+ ## Developers
124
+
125
+ `Dev_Ops // Releáse_Cycles`
126
+
127
+ To redeploy the SDK to NPM:
128
+
129
+ 1. **Bump Version**: Update `version` in `package.json`.
130
+ 2. **Build**: `npm run build` (Generates `dist/`).
131
+ 3. **Publish**: `npm publish --access public`.
132
+
133
+ > **Note**: You must be authenticated with `npm adduser` or have an `.npmrc` with a valid token.
134
+
122
135
 
123
136
  ## License
124
137
 
package/dist/cli.js CHANGED
@@ -25,7 +25,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
25
25
 
26
26
  // src/cli.ts
27
27
  var import_https = __toESM(require("https"));
28
- var API_URL = "https://api-iptznd9tt-seandinwiddie1s-projects.vercel.app";
28
+ var API_URL = "https://forbocai-api.vercel.app";
29
29
  var args = process.argv.slice(2);
30
30
  var command = args[0];
31
31
  var subcommand = args[1];
package/dist/cli.mjs CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  // src/cli.ts
4
4
  import https from "https";
5
- var API_URL = "https://api-iptznd9tt-seandinwiddie1s-projects.vercel.app";
5
+ var API_URL = "https://forbocai-api.vercel.app";
6
6
  var args = process.argv.slice(2);
7
7
  var command = args[0];
8
8
  var subcommand = args[1];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "forbocai",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "The Infrastructure Layer for Autonomous AI Characters",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
package/postinstall.js CHANGED
@@ -13,7 +13,7 @@ try {
13
13
  > Connecting into the Neuro-Symbolic Grid...
14
14
  > Status: ONLINE
15
15
 
16
- Run 'forbocai api status' to verify connection.
16
+ Run 'npx forbocai api status' to verify connection.
17
17
 
18
18
  Welcome to the Future of NPC Intelligence.
19
19
  `;