@noodleseed/agent-kit 0.23.0 → 0.23.1
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/manifest.json +7 -7
- package/package.json +1 -1
- package/skills/claude-code/SKILL.md +1 -1
- package/skills/claude-code/references/cli-commands.md +1 -0
- package/skills/claude-code/references/deploy-and-ops.md +5 -0
- package/skills/codex/SKILL.md +1 -1
- package/skills/codex/references/cli-commands.md +1 -0
- package/skills/codex/references/deploy-and-ops.md +5 -0
package/manifest.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"packageVersion": "0.23.
|
|
2
|
+
"packageVersion": "0.23.1",
|
|
3
3
|
"files": [
|
|
4
4
|
{
|
|
5
5
|
"path": "skills/codex/SKILL.md",
|
|
6
|
-
"sha256": "
|
|
6
|
+
"sha256": "92202210906f0c056e4e34c169be95e4c52dd73c2c11f8074b60bacc4e24af28",
|
|
7
7
|
"agentTarget": "codex"
|
|
8
8
|
},
|
|
9
9
|
{
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"path": "skills/codex/references/cli-commands.md",
|
|
16
|
-
"sha256": "
|
|
16
|
+
"sha256": "abcd6d76e1c9e22e3104b04ca2eb436a0ee19ee114648689a7ba43e164007b34",
|
|
17
17
|
"agentTarget": "codex"
|
|
18
18
|
},
|
|
19
19
|
{
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
65
|
"path": "skills/codex/references/deploy-and-ops.md",
|
|
66
|
-
"sha256": "
|
|
66
|
+
"sha256": "d029cb301ae2d06337f573a356c98106f283a1ef8f5f905fb63fe4d4bdf5c599",
|
|
67
67
|
"agentTarget": "codex"
|
|
68
68
|
},
|
|
69
69
|
{
|
|
@@ -378,7 +378,7 @@
|
|
|
378
378
|
},
|
|
379
379
|
{
|
|
380
380
|
"path": "skills/claude-code/SKILL.md",
|
|
381
|
-
"sha256": "
|
|
381
|
+
"sha256": "a2729d4dd959a01b7ff39f375855c4e0026f95adae8d1390748c9f7c8198ef38",
|
|
382
382
|
"agentTarget": "claude-code"
|
|
383
383
|
},
|
|
384
384
|
{
|
|
@@ -388,7 +388,7 @@
|
|
|
388
388
|
},
|
|
389
389
|
{
|
|
390
390
|
"path": "skills/claude-code/references/cli-commands.md",
|
|
391
|
-
"sha256": "
|
|
391
|
+
"sha256": "abcd6d76e1c9e22e3104b04ca2eb436a0ee19ee114648689a7ba43e164007b34",
|
|
392
392
|
"agentTarget": "claude-code"
|
|
393
393
|
},
|
|
394
394
|
{
|
|
@@ -438,7 +438,7 @@
|
|
|
438
438
|
},
|
|
439
439
|
{
|
|
440
440
|
"path": "skills/claude-code/references/deploy-and-ops.md",
|
|
441
|
-
"sha256": "
|
|
441
|
+
"sha256": "d029cb301ae2d06337f573a356c98106f283a1ef8f5f905fb63fe4d4bdf5c599",
|
|
442
442
|
"agentTarget": "claude-code"
|
|
443
443
|
},
|
|
444
444
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@noodleseed/agent-kit",
|
|
3
|
-
"version": "0.23.
|
|
3
|
+
"version": "0.23.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Self-checking, self-updating agent skills for the Noodle Seed CLI. Authored in this repo by @noodle-borg/agent-kit; this is the published, independently-versioned canonical skills artifact the CLI fetches and verifies.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -86,6 +86,7 @@ Every `noodle` command, grouped by area. Local authoring commands (`validate`, `
|
|
|
86
86
|
| Command | What it does |
|
|
87
87
|
| :-- | :-- |
|
|
88
88
|
| `noodle audit` | Operator governance audit status and event queries. |
|
|
89
|
+
| `noodle billing` | Super-admin preview of the explicit legacy billing-account migration without writing data (`billing migration preview`). |
|
|
89
90
|
| `noodle logs` | View service/deployment logs. |
|
|
90
91
|
| `noodle metrics` | MCP analytics for a deployed server (volume, sessions, latency percentiles, two-tier errors, tools, clients). Agents: `noodle metrics --agent-output` for a health verdict + next actions. |
|
|
91
92
|
| `noodle events` | The per-request MCP event stream with status/tool/client filters; `--session <id>` replays one session in order. Agents: add `--json` and filter (`--status tool_error\|mcp_error`) when debugging. |
|
|
@@ -59,6 +59,10 @@ Once deployed, register the server as a tool in a host with `noodle connect <hos
|
|
|
59
59
|
|
|
60
60
|
Manage runtime config with `noodle secrets` / `noodle variables` (scoped org/app/env). Operators use `noodle logs`, `noodle audit`, and `noodle policy` for logs, governance audit, and policy.
|
|
61
61
|
|
|
62
|
+
## Billing migration preview
|
|
63
|
+
|
|
64
|
+
`noodle billing migration preview [--file <mapping.json>]` is a super-admin, read-only inventory and validation command for legacy organizations. It never creates billing accounts, links organizations, or changes entitlements, and there is no apply command. Keep real mapping files outside the repository. The versioned file must classify production apps for every organization: `linkState: "unlinked"` selects a current owner subject under the fixed hosted issuer `https://accounts.google.com`, while `linkState: "linked"` asserts the exact current billing-account ID and link version. Inventory apps with `noodle apps list --archived --json` so archive state is visible. A blocked preview exits 1 even though the JSON response is a successful preview envelope; inspect `data.preview.blockers` and resolve every blocker before a future cutover workflow exists.
|
|
65
|
+
|
|
62
66
|
## Agent-safe CLI recipes
|
|
63
67
|
|
|
64
68
|
Use explicit flags in headless runs so commands never wait for a prompt:
|
|
@@ -74,6 +78,7 @@ noodle validate --json
|
|
|
74
78
|
noodle test --json
|
|
75
79
|
noodle deploy --json
|
|
76
80
|
noodle smoke --json
|
|
81
|
+
noodle billing migration preview --json
|
|
77
82
|
noodle agents doctor --json
|
|
78
83
|
```
|
|
79
84
|
|
package/skills/codex/SKILL.md
CHANGED
|
@@ -86,6 +86,7 @@ Every `noodle` command, grouped by area. Local authoring commands (`validate`, `
|
|
|
86
86
|
| Command | What it does |
|
|
87
87
|
| :-- | :-- |
|
|
88
88
|
| `noodle audit` | Operator governance audit status and event queries. |
|
|
89
|
+
| `noodle billing` | Super-admin preview of the explicit legacy billing-account migration without writing data (`billing migration preview`). |
|
|
89
90
|
| `noodle logs` | View service/deployment logs. |
|
|
90
91
|
| `noodle metrics` | MCP analytics for a deployed server (volume, sessions, latency percentiles, two-tier errors, tools, clients). Agents: `noodle metrics --agent-output` for a health verdict + next actions. |
|
|
91
92
|
| `noodle events` | The per-request MCP event stream with status/tool/client filters; `--session <id>` replays one session in order. Agents: add `--json` and filter (`--status tool_error\|mcp_error`) when debugging. |
|
|
@@ -59,6 +59,10 @@ Once deployed, register the server as a tool in a host with `noodle connect <hos
|
|
|
59
59
|
|
|
60
60
|
Manage runtime config with `noodle secrets` / `noodle variables` (scoped org/app/env). Operators use `noodle logs`, `noodle audit`, and `noodle policy` for logs, governance audit, and policy.
|
|
61
61
|
|
|
62
|
+
## Billing migration preview
|
|
63
|
+
|
|
64
|
+
`noodle billing migration preview [--file <mapping.json>]` is a super-admin, read-only inventory and validation command for legacy organizations. It never creates billing accounts, links organizations, or changes entitlements, and there is no apply command. Keep real mapping files outside the repository. The versioned file must classify production apps for every organization: `linkState: "unlinked"` selects a current owner subject under the fixed hosted issuer `https://accounts.google.com`, while `linkState: "linked"` asserts the exact current billing-account ID and link version. Inventory apps with `noodle apps list --archived --json` so archive state is visible. A blocked preview exits 1 even though the JSON response is a successful preview envelope; inspect `data.preview.blockers` and resolve every blocker before a future cutover workflow exists.
|
|
65
|
+
|
|
62
66
|
## Agent-safe CLI recipes
|
|
63
67
|
|
|
64
68
|
Use explicit flags in headless runs so commands never wait for a prompt:
|
|
@@ -74,6 +78,7 @@ noodle validate --json
|
|
|
74
78
|
noodle test --json
|
|
75
79
|
noodle deploy --json
|
|
76
80
|
noodle smoke --json
|
|
81
|
+
noodle billing migration preview --json
|
|
77
82
|
noodle agents doctor --json
|
|
78
83
|
```
|
|
79
84
|
|