@noodleseed/agent-kit 0.6.0 → 0.7.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.6.0",
2
+ "packageVersion": "0.7.0",
3
3
  "files": [
4
4
  {
5
5
  "path": "skills/codex/SKILL.md",
6
- "sha256": "7a4e5d4eb6c3fd6dabfe75cb5609947f5d236e2fb62ff20c01759b0541b8aa3e",
6
+ "sha256": "3e81ed05423e46e85ae5cb0a98d6886572e67fd45e6b023206fc32e1a2b09be8",
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": "6d5a70b125e02c488879db498c2244c45f9c14bfbe31de8e3a7b2e1047242172",
16
+ "sha256": "387bb7e4850dd13d220987cf829f2749c9561045d06bec3307eec9643a7d0972",
17
17
  "agentTarget": "codex"
18
18
  },
19
19
  {
@@ -43,7 +43,7 @@
43
43
  },
44
44
  {
45
45
  "path": "skills/claude-code/SKILL.md",
46
- "sha256": "1fed83c85bad9d94d4259142284f3a98646ec7030129d090231b5f9f241b1b17",
46
+ "sha256": "48ae67210ea4f55e33f0b2165e121a9639760b152177c318bfaa6ec6392ca967",
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": "6d5a70b125e02c488879db498c2244c45f9c14bfbe31de8e3a7b2e1047242172",
56
+ "sha256": "387bb7e4850dd13d220987cf829f2749c9561045d06bec3307eec9643a7d0972",
57
57
  "agentTarget": "claude-code"
58
58
  },
59
59
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noodleseed/agent-kit",
3
- "version": "0.6.0",
3
+ "version": "0.7.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.6.0
4
+ version: 0.7.0
5
5
  hash: 0d6c0f71af5c88ec
6
6
  ---
7
7
 
@@ -55,11 +55,15 @@ Every `noodle` command, grouped by area. Local authoring commands (`validate`, `
55
55
  | `noodle archive` | Archive the whole app: endpoints answer 410 Gone; hard-deleted after the retention window. |
56
56
  | `noodle restore` | Restore an archived app within the retention window. |
57
57
  | `noodle access` | Set the access mode (owner-only|org-members|authenticated|customers). |
58
+ | `noodle apps` | List or inspect hosted apps for an org (`apps list`/`apps inspect <app>`). |
59
+ | `noodle envs` | List or inspect environments for an app (`envs list`/`envs inspect <env>`). |
60
+ | `noodle deployments` | List or inspect individual deployments (`deployments list`/`deployments inspect <id>`). |
58
61
  | `noodle service` | Query hosted service capabilities. |
59
62
  | `noodle login` | Authenticate with Noodle Seed Cloud. |
60
63
  | `noodle logout` | Clear saved credentials. |
61
64
  | `noodle whoami` | Print the current authenticated user. |
62
- | `noodle list` | List deployments or resources for a target. |
65
+ | `noodle list` | Removed — promoted to `deployments list` (prints the recovery pointer and exits 2). |
66
+ | `noodle github` | Connect, inspect, or disconnect the GitHub repository behind an app’s GitHub-native deploys (`connect`/`status`/`disconnect`; `connect` opens a browser install, `--repo` for headless). |
63
67
  | `noodle target` | Show or set the deployment target (local|cloud|other). |
64
68
 
65
69
  ## Org & members
@@ -84,6 +88,7 @@ Every `noodle` command, grouped by area. Local authoring commands (`validate`, `
84
88
  | `noodle logs` | View service/deployment logs. |
85
89
  | `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
90
  | `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. |
91
+ | `noodle alerts` | Analytics alert rules (`add|list|remove|test`): an edge-triggered webhook fires when error share, error count, calls, or p95 latency breaches. Webhook URLs are stored server-side and shown redacted. |
87
92
  | `noodle policy` | Manage policy (status/list/show/effective/simulate/suspend/quota/rate/...). |
88
93
 
89
94
  ## CLI maintenance
@@ -92,6 +97,7 @@ Every `noodle` command, grouped by area. Local authoring commands (`validate`, `
92
97
  | :-- | :-- |
93
98
  | `noodle help` | Print CLI usage and command help. |
94
99
  | `noodle version` | Print the installed CLI version. |
100
+ | `noodle commands` | Print the machine-readable command catalog (`--json`) or a compact human list. Agents: `noodle commands --json` for every command, subcommand, flag, and exit code without reading source. |
95
101
  | `noodle update` | Check for, install, or safely repair the CLI update. Agents: `noodle update --check --json`, then `noodle update --yes --json`; add `--repair` only when the check reports `repairSafe: true`. |
96
102
 
97
103
  ## Deprecated
@@ -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.6.0
4
+ version: 0.7.0
5
5
  hash: f297c7e0fa62058d
6
6
  ---
7
7
 
@@ -55,11 +55,15 @@ Every `noodle` command, grouped by area. Local authoring commands (`validate`, `
55
55
  | `noodle archive` | Archive the whole app: endpoints answer 410 Gone; hard-deleted after the retention window. |
56
56
  | `noodle restore` | Restore an archived app within the retention window. |
57
57
  | `noodle access` | Set the access mode (owner-only|org-members|authenticated|customers). |
58
+ | `noodle apps` | List or inspect hosted apps for an org (`apps list`/`apps inspect <app>`). |
59
+ | `noodle envs` | List or inspect environments for an app (`envs list`/`envs inspect <env>`). |
60
+ | `noodle deployments` | List or inspect individual deployments (`deployments list`/`deployments inspect <id>`). |
58
61
  | `noodle service` | Query hosted service capabilities. |
59
62
  | `noodle login` | Authenticate with Noodle Seed Cloud. |
60
63
  | `noodle logout` | Clear saved credentials. |
61
64
  | `noodle whoami` | Print the current authenticated user. |
62
- | `noodle list` | List deployments or resources for a target. |
65
+ | `noodle list` | Removed — promoted to `deployments list` (prints the recovery pointer and exits 2). |
66
+ | `noodle github` | Connect, inspect, or disconnect the GitHub repository behind an app’s GitHub-native deploys (`connect`/`status`/`disconnect`; `connect` opens a browser install, `--repo` for headless). |
63
67
  | `noodle target` | Show or set the deployment target (local|cloud|other). |
64
68
 
65
69
  ## Org & members
@@ -84,6 +88,7 @@ Every `noodle` command, grouped by area. Local authoring commands (`validate`, `
84
88
  | `noodle logs` | View service/deployment logs. |
85
89
  | `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
90
  | `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. |
91
+ | `noodle alerts` | Analytics alert rules (`add|list|remove|test`): an edge-triggered webhook fires when error share, error count, calls, or p95 latency breaches. Webhook URLs are stored server-side and shown redacted. |
87
92
  | `noodle policy` | Manage policy (status/list/show/effective/simulate/suspend/quota/rate/...). |
88
93
 
89
94
  ## CLI maintenance
@@ -92,6 +97,7 @@ Every `noodle` command, grouped by area. Local authoring commands (`validate`, `
92
97
  | :-- | :-- |
93
98
  | `noodle help` | Print CLI usage and command help. |
94
99
  | `noodle version` | Print the installed CLI version. |
100
+ | `noodle commands` | Print the machine-readable command catalog (`--json`) or a compact human list. Agents: `noodle commands --json` for every command, subcommand, flag, and exit code without reading source. |
95
101
  | `noodle update` | Check for, install, or safely repair the CLI update. Agents: `noodle update --check --json`, then `noodle update --yes --json`; add `--repair` only when the check reports `repairSafe: true`. |
96
102
 
97
103
  ## Deprecated