@noodleseed/agent-kit 0.4.0 → 0.5.0

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 CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
- "packageVersion": "0.4.0",
2
+ "packageVersion": "0.5.0",
3
3
  "files": [
4
4
  {
5
5
  "path": "skills/codex/SKILL.md",
6
- "sha256": "85bc374acc095e71ef2f8a0d1ff613151f90eb4da729ecef344625324b9b44ac",
6
+ "sha256": "d0d74e5dfe937402c400f175f59cf137fb7e758bd0ea02e45ca1bc50860ddbb4",
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": "5e310a90a9f8c35e25aea4efc159dc88d1b636768932c5f09dae425cbedcdd87",
16
+ "sha256": "6d5a70b125e02c488879db498c2244c45f9c14bfbe31de8e3a7b2e1047242172",
17
17
  "agentTarget": "codex"
18
18
  },
19
19
  {
@@ -33,7 +33,7 @@
33
33
  },
34
34
  {
35
35
  "path": "skills/codex/references/deploy-and-ops.md",
36
- "sha256": "093b18c07d406763533bf6c7ccf167abf5bb981067adda5b28415ddfbacf7ae9",
36
+ "sha256": "3184d0855f08ddda65d2a551906e796f5552c22ffce61949747dc365f2de78df",
37
37
  "agentTarget": "codex"
38
38
  },
39
39
  {
@@ -43,7 +43,7 @@
43
43
  },
44
44
  {
45
45
  "path": "skills/claude-code/SKILL.md",
46
- "sha256": "636cbbbfb9a009d2cdcb1f2b1ba44227f49fd24aa730321f9bbba53f209bef64",
46
+ "sha256": "bf2109114c14de251895540715ab7d4efbae2fb3616770fe8e1ad7ea4bfacba4",
47
47
  "agentTarget": "claude-code"
48
48
  },
49
49
  {
@@ -53,7 +53,7 @@
53
53
  },
54
54
  {
55
55
  "path": "skills/claude-code/references/cli-commands.md",
56
- "sha256": "5e310a90a9f8c35e25aea4efc159dc88d1b636768932c5f09dae425cbedcdd87",
56
+ "sha256": "6d5a70b125e02c488879db498c2244c45f9c14bfbe31de8e3a7b2e1047242172",
57
57
  "agentTarget": "claude-code"
58
58
  },
59
59
  {
@@ -73,7 +73,7 @@
73
73
  },
74
74
  {
75
75
  "path": "skills/claude-code/references/deploy-and-ops.md",
76
- "sha256": "093b18c07d406763533bf6c7ccf167abf5bb981067adda5b28415ddfbacf7ae9",
76
+ "sha256": "3184d0855f08ddda65d2a551906e796f5552c22ffce61949747dc365f2de78df",
77
77
  "agentTarget": "claude-code"
78
78
  },
79
79
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noodleseed/agent-kit",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
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",
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: noodle-seed
3
3
  description: Use when building, validating, testing, deploying, or operating a local or hosted Noodle Seed MCP server or app authored in TypeScript with the noodle CLI.
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  hash: 0d6c0f71af5c88ec
6
6
  ---
7
7
 
@@ -82,6 +82,8 @@ Every `noodle` command, grouped by area. Local authoring commands (`validate`, `
82
82
  | :-- | :-- |
83
83
  | `noodle audit` | Operator governance audit status and event queries. |
84
84
  | `noodle logs` | View service/deployment logs. |
85
+ | `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. |
86
+ | `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. |
85
87
  | `noodle policy` | Manage policy (status/list/show/effective/simulate/suspend/quota/rate/...). |
86
88
 
87
89
  ## CLI maintenance
@@ -31,4 +31,8 @@
31
31
 
32
32
  ## Config and observability
33
33
 
34
- 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.
34
+ 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.
35
+
36
+ ## Analytics (verify after deploy, debug errors)
37
+
38
+ After a deploy gets traffic, verify with `noodle metrics --agent-output` — it returns a `health` verdict (`ok`/`attention`), a one-line summary, and `attention[]` items each carrying the exact next command. When a tool errors, drill in with `noodle events --tool <name> --json` (filters: `--status tool_error|mcp_error`, `--client <name>`); `noodle events --session <id> --json` replays one session chronologically. `--json` on both returns the full payload; human runs get the branded report. Two-tier errors: `tool_error` is recoverable (handed back to the model), `mcp_error` needs attention (protocol/timeout/internal).
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: noodle-seed
3
3
  description: Use when building, validating, testing, deploying, or operating a local or hosted Noodle Seed MCP server or app authored in TypeScript with the noodle CLI.
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  hash: f297c7e0fa62058d
6
6
  ---
7
7
 
@@ -82,6 +82,8 @@ Every `noodle` command, grouped by area. Local authoring commands (`validate`, `
82
82
  | :-- | :-- |
83
83
  | `noodle audit` | Operator governance audit status and event queries. |
84
84
  | `noodle logs` | View service/deployment logs. |
85
+ | `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. |
86
+ | `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. |
85
87
  | `noodle policy` | Manage policy (status/list/show/effective/simulate/suspend/quota/rate/...). |
86
88
 
87
89
  ## CLI maintenance
@@ -31,4 +31,8 @@
31
31
 
32
32
  ## Config and observability
33
33
 
34
- 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.
34
+ 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.
35
+
36
+ ## Analytics (verify after deploy, debug errors)
37
+
38
+ After a deploy gets traffic, verify with `noodle metrics --agent-output` — it returns a `health` verdict (`ok`/`attention`), a one-line summary, and `attention[]` items each carrying the exact next command. When a tool errors, drill in with `noodle events --tool <name> --json` (filters: `--status tool_error|mcp_error`, `--client <name>`); `noodle events --session <id> --json` replays one session chronologically. `--json` on both returns the full payload; human runs get the branded report. Two-tier errors: `tool_error` is recoverable (handed back to the model), `mcp_error` needs attention (protocol/timeout/internal).