@cubis/foundry 0.3.26 → 0.3.27
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.
|
@@ -12,7 +12,7 @@ Before proceeding, validate that the user has completed the following steps befo
|
|
|
12
12
|
|
|
13
13
|
## Step 1
|
|
14
14
|
|
|
15
|
-
Generate and maintain `
|
|
15
|
+
Generate and maintain `cbx_config.json` as the primary Postman configuration (workspace: `./cbx_config.json`, global: `~/.cbx/cbx_config.json`). Use `postman_setting.json` only as a legacy fallback when `cbx_config.json` is unavailable. When both files exist, always use `cbx_config.json` and do not reference `postman_setting.json` in normal responses. Use env-first authentication by default: keep `apiKey` as `null`, set `apiKeyEnvVar` to `POSTMAN_API_KEY`, and read the key from environment variables. Only store `apiKey` inline when the user explicitly requests file-based key storage. Keep `defaultWorkspaceId` nullable (`null` when unknown) so workflows can run without a preselected workspace.
|
|
16
16
|
|
|
17
17
|
## Step 2
|
|
18
18
|
|
|
@@ -68,7 +68,7 @@ Create a hook that runs anytime the source code or configuration file has been c
|
|
|
68
68
|
|
|
69
69
|
Automate API testing and collection management with Postman. Create workspaces, collections, environments, and run tests programmatically.
|
|
70
70
|
|
|
71
|
-
**Authentication**: Env-first via `
|
|
71
|
+
**Authentication**: Env-first via `cbx_config.json` + `POSTMAN_API_KEY` (legacy fallback: `postman_setting.json`); inline `apiKey` is optional.
|
|
72
72
|
|
|
73
73
|
## Available MCP Servers
|
|
74
74
|
|
|
@@ -10,7 +10,7 @@ Before proceeding, validate that the user has completed the following steps befo
|
|
|
10
10
|
|
|
11
11
|
## Step 1
|
|
12
12
|
|
|
13
|
-
Generate and maintain `
|
|
13
|
+
Generate and maintain `cbx_config.json` as the primary Postman configuration (workspace: `./cbx_config.json`, global: `~/.cbx/cbx_config.json`). Use `postman_setting.json` only as a legacy fallback when `cbx_config.json` is unavailable. When both files exist, always use `cbx_config.json` and do not reference `postman_setting.json` in normal responses. Use env-first authentication by default: keep `apiKey` as `null`, set `apiKeyEnvVar` to `POSTMAN_API_KEY`, and read the key from environment variables. Only store `apiKey` inline when the user explicitly requests file-based key storage. Keep `defaultWorkspaceId` nullable (`null` when unknown) so workflows can run without a preselected workspace.
|
|
14
14
|
|
|
15
15
|
## Step 2
|
|
16
16
|
|
|
@@ -66,7 +66,7 @@ Create a hook that runs anytime the source code or configuration file has been c
|
|
|
66
66
|
|
|
67
67
|
Automate API testing and collection management with Postman. Create workspaces, collections, environments, and run tests programmatically.
|
|
68
68
|
|
|
69
|
-
**Authentication**: Env-first via `
|
|
69
|
+
**Authentication**: Env-first via `cbx_config.json` + `POSTMAN_API_KEY` (legacy fallback: `postman_setting.json`); inline `apiKey` is optional.
|
|
70
70
|
|
|
71
71
|
## Available MCP Servers
|
|
72
72
|
|
|
@@ -12,7 +12,7 @@ Before proceeding, validate that the user has completed the following steps befo
|
|
|
12
12
|
|
|
13
13
|
## Step 1
|
|
14
14
|
|
|
15
|
-
Generate and maintain `
|
|
15
|
+
Generate and maintain `cbx_config.json` as the primary Postman configuration (workspace: `./cbx_config.json`, global: `~/.cbx/cbx_config.json`). Use `postman_setting.json` only as a legacy fallback when `cbx_config.json` is unavailable. When both files exist, always use `cbx_config.json` and do not reference `postman_setting.json` in normal responses. Use env-first authentication by default: keep `apiKey` as `null`, set `apiKeyEnvVar` to `POSTMAN_API_KEY`, and read the key from environment variables. Only store `apiKey` inline when the user explicitly requests file-based key storage. Keep `defaultWorkspaceId` nullable (`null` when unknown) so workflows can run without a preselected workspace.
|
|
16
16
|
|
|
17
17
|
## Step 2
|
|
18
18
|
|
|
@@ -68,7 +68,7 @@ Create a hook that runs anytime the source code or configuration file has been c
|
|
|
68
68
|
|
|
69
69
|
Automate API testing and collection management with Postman. Create workspaces, collections, environments, and run tests programmatically.
|
|
70
70
|
|
|
71
|
-
**Authentication**: Env-first via `
|
|
71
|
+
**Authentication**: Env-first via `cbx_config.json` + `POSTMAN_API_KEY` (legacy fallback: `postman_setting.json`); inline `apiKey` is optional.
|
|
72
72
|
|
|
73
73
|
## Available MCP Servers
|
|
74
74
|
|
|
@@ -10,7 +10,7 @@ Before proceeding, validate that the user has completed the following steps befo
|
|
|
10
10
|
|
|
11
11
|
## Step 1
|
|
12
12
|
|
|
13
|
-
Generate and maintain `
|
|
13
|
+
Generate and maintain `cbx_config.json` as the primary Postman configuration (workspace: `./cbx_config.json`, global: `~/.cbx/cbx_config.json`). Use `postman_setting.json` only as a legacy fallback when `cbx_config.json` is unavailable. When both files exist, always use `cbx_config.json` and do not reference `postman_setting.json` in normal responses. Use env-first authentication by default: keep `apiKey` as `null`, set `apiKeyEnvVar` to `POSTMAN_API_KEY`, and read the key from environment variables. Only store `apiKey` inline when the user explicitly requests file-based key storage. Keep `defaultWorkspaceId` nullable (`null` when unknown) so workflows can run without a preselected workspace.
|
|
14
14
|
|
|
15
15
|
## Step 2
|
|
16
16
|
|
|
@@ -66,7 +66,7 @@ Create a hook that runs anytime the source code or configuration file has been c
|
|
|
66
66
|
|
|
67
67
|
Automate API testing and collection management with Postman. Create workspaces, collections, environments, and run tests programmatically.
|
|
68
68
|
|
|
69
|
-
**Authentication**: Env-first via `
|
|
69
|
+
**Authentication**: Env-first via `cbx_config.json` + `POSTMAN_API_KEY` (legacy fallback: `postman_setting.json`); inline `apiKey` is optional.
|
|
70
70
|
|
|
71
71
|
## Available MCP Servers
|
|
72
72
|
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project are documented in this file.
|
|
4
4
|
|
|
5
|
+
## [0.3.27] - 2026-02-26
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- Updated Postman skill/power guidance to use `cbx_config.json` as the default config source with `POSTMAN_API_KEY` env-first auth.
|
|
10
|
+
- Added explicit instruction to avoid referencing `postman_setting.json` in normal responses when `cbx_config.json` exists.
|
|
11
|
+
|
|
5
12
|
## [0.3.26] - 2026-02-26
|
|
6
13
|
|
|
7
14
|
### Fixed
|