@noodleseed/agent-kit 0.31.0 → 0.32.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.31.0",
2
+ "packageVersion": "0.32.0",
3
3
  "files": [
4
4
  {
5
5
  "path": "skills/codex/SKILL.md",
6
- "sha256": "9a4f20212f336d696067b3ed83dcab7183d390b8c5260a09a7457a1b9e3abbd8",
6
+ "sha256": "5f2acbe3b06a5bb88629267f361331c3644378ebd90741db7a1c6c1ce0a257df",
7
7
  "agentTarget": "codex"
8
8
  },
9
9
  {
@@ -63,7 +63,7 @@
63
63
  },
64
64
  {
65
65
  "path": "skills/codex/references/deploy-and-ops.md",
66
- "sha256": "d029cb301ae2d06337f573a356c98106f283a1ef8f5f905fb63fe4d4bdf5c599",
66
+ "sha256": "17d56c27d31caf3792e16d8462986b4624335480d22a2e1483fe21745d0bd56c",
67
67
  "agentTarget": "codex"
68
68
  },
69
69
  {
@@ -333,7 +333,7 @@
333
333
  },
334
334
  {
335
335
  "path": "skills/codex/examples/hello/README.md",
336
- "sha256": "c39b89f95c4ae1a2b78a71f42c00910507c32eaba628be36e5ec3ef32508aaa5",
336
+ "sha256": "82fbbaa49e6eae064fffb4ea59a45a17cf350075780ff3e386b92b7f72a8201d",
337
337
  "agentTarget": "codex"
338
338
  },
339
339
  {
@@ -383,7 +383,7 @@
383
383
  },
384
384
  {
385
385
  "path": "skills/claude-code/SKILL.md",
386
- "sha256": "cdfe8f6698ef9b276d978625d9b04add4b3226cdac720c80c21608204a3b96df",
386
+ "sha256": "5c4f947b83e99e5b0c536ed243ba6702041e7f93d3aff091405b8f4109779a9e",
387
387
  "agentTarget": "claude-code"
388
388
  },
389
389
  {
@@ -443,7 +443,7 @@
443
443
  },
444
444
  {
445
445
  "path": "skills/claude-code/references/deploy-and-ops.md",
446
- "sha256": "d029cb301ae2d06337f573a356c98106f283a1ef8f5f905fb63fe4d4bdf5c599",
446
+ "sha256": "17d56c27d31caf3792e16d8462986b4624335480d22a2e1483fe21745d0bd56c",
447
447
  "agentTarget": "claude-code"
448
448
  },
449
449
  {
@@ -713,7 +713,7 @@
713
713
  },
714
714
  {
715
715
  "path": "skills/claude-code/examples/hello/README.md",
716
- "sha256": "c39b89f95c4ae1a2b78a71f42c00910507c32eaba628be36e5ec3ef32508aaa5",
716
+ "sha256": "82fbbaa49e6eae064fffb4ea59a45a17cf350075780ff3e386b92b7f72a8201d",
717
717
  "agentTarget": "claude-code"
718
718
  },
719
719
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noodleseed/agent-kit",
3
- "version": "0.31.0",
3
+ "version": "0.32.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",
@@ -33,6 +33,7 @@
33
33
  "mcp",
34
34
  "agent-skills",
35
35
  "codex",
36
- "claude-code"
36
+ "claude-code",
37
+ "cursor"
37
38
  ]
38
39
  }
@@ -1,8 +1,8 @@
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.31.0
5
- hash: c4d906efe263c27c
4
+ version: 0.32.0
5
+ hash: 9e69b4cf0440dc2d
6
6
  ---
7
7
 
8
8
  # Noodle Seed
@@ -11,6 +11,8 @@ Build, validate, test, deploy, and operate Noodle Seed MCP servers and apps auth
11
11
 
12
12
  Use this skill for project-local Noodle Seed authoring in Claude Code; preserve generated/user instruction boundaries.
13
13
 
14
+ **Installed-plugin execution.** When this skill is supplied by the Noodle Developer plugin, preserve the managed invocation path established by the plugin bootstrap and invoke every `noodle` command through that host bundle's managed launcher. Do not install or update a global CLI. Noodle guides and operates the lifecycle; you write and test the application source in the user's project.
15
+
14
16
  ## Golden path
15
17
 
16
18
  This CLI is agent-native: the cold-agent-path commands speak the `--json` envelope (hosted admin/ops commands are still being normalized). Drive the loop by parsing machine state, not human prose. The full envelope, exit codes, and output modes are in `references/agent-contract.md`.
@@ -5,6 +5,11 @@ connectors, secrets, flows, widgets, or handoff policy. It still uses the curren
5
5
  so new authors see where server-level branding belongs. Use it to smoke the author loop
6
6
  (`noodle validate` / `noodle dev`) or a first deploy.
7
7
 
8
+ When an installed Noodle Developer plugin drives this example, its skill runs these logical
9
+ `noodle` commands through the plugin-managed, version-pinned launcher and isolated host profile.
10
+ Do not install or update a global CLI: the coding agent writes and tests this source while Noodle
11
+ guides and operates the validate, preview, deploy, inspect, and debug workflow.
12
+
8
13
  ```sh
9
14
  noodle dev examples/hello/src/server.ts --app hello
10
15
  noodle deploy examples/hello/src/server.ts --org acme --app hello
@@ -5,6 +5,7 @@
5
5
  - Authenticate
6
6
  - Link and target
7
7
  - Deploy and inspect
8
+ - Installed Developer plugin handoff
8
9
  - Eject path (portable manifest)
9
10
  - Connect into a host
10
11
  - Access modes
@@ -25,6 +26,10 @@
25
26
 
26
27
  `noodle deploy` deploys the server. Then `noodle open` (latest URL), `noodle status`, `noodle inspect` (metadata, no secrets), `noodle smoke` (readiness diagnostics), and `noodle rollback <deploymentId>` to revert.
27
28
 
29
+ ## Installed Developer plugin handoff
30
+
31
+ When this project was bootstrapped by the installed Noodle Developer plugin, preserve its managed launcher invocation for every local CLI command. After `deploy --json`, take the returned deployment ID to the connected remote `noodle-developer.inspect_deployment` tool. Use `noodle-developer.diagnose_app` only when the Cloud evidence needs diagnosis. Those tools inspect the selected organization and environment; they do not edit or replace the application source, which remains the coding agent's responsibility.
32
+
28
33
  ## Eject path (portable manifest)
29
34
 
30
35
  `noodle export manifest [--output <file>]` compiles the entrypoint locally and emits the portable, vendor-neutral manifest JSON — no service, no login, no account. A Noodle app is just `src/server.ts` plus this manifest: the user can read it, diff it, and keep it.
@@ -1,8 +1,8 @@
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.31.0
5
- hash: 065e8a43ca050cb5
4
+ version: 0.32.0
5
+ hash: 7228bf705097483b
6
6
  ---
7
7
 
8
8
  # Noodle Seed
@@ -11,6 +11,8 @@ Build, validate, test, deploy, and operate Noodle Seed MCP servers and apps auth
11
11
 
12
12
  Use this skill for local Noodle Seed project work in Codex.
13
13
 
14
+ **Installed-plugin execution.** When this skill is supplied by the Noodle Developer plugin, preserve the managed invocation path established by the plugin bootstrap and invoke every `noodle` command through that host bundle's managed launcher. Do not install or update a global CLI. Noodle guides and operates the lifecycle; you write and test the application source in the user's project.
15
+
14
16
  ## Golden path
15
17
 
16
18
  This CLI is agent-native: the cold-agent-path commands speak the `--json` envelope (hosted admin/ops commands are still being normalized). Drive the loop by parsing machine state, not human prose. The full envelope, exit codes, and output modes are in `references/agent-contract.md`.
@@ -5,6 +5,11 @@ connectors, secrets, flows, widgets, or handoff policy. It still uses the curren
5
5
  so new authors see where server-level branding belongs. Use it to smoke the author loop
6
6
  (`noodle validate` / `noodle dev`) or a first deploy.
7
7
 
8
+ When an installed Noodle Developer plugin drives this example, its skill runs these logical
9
+ `noodle` commands through the plugin-managed, version-pinned launcher and isolated host profile.
10
+ Do not install or update a global CLI: the coding agent writes and tests this source while Noodle
11
+ guides and operates the validate, preview, deploy, inspect, and debug workflow.
12
+
8
13
  ```sh
9
14
  noodle dev examples/hello/src/server.ts --app hello
10
15
  noodle deploy examples/hello/src/server.ts --org acme --app hello
@@ -5,6 +5,7 @@
5
5
  - Authenticate
6
6
  - Link and target
7
7
  - Deploy and inspect
8
+ - Installed Developer plugin handoff
8
9
  - Eject path (portable manifest)
9
10
  - Connect into a host
10
11
  - Access modes
@@ -25,6 +26,10 @@
25
26
 
26
27
  `noodle deploy` deploys the server. Then `noodle open` (latest URL), `noodle status`, `noodle inspect` (metadata, no secrets), `noodle smoke` (readiness diagnostics), and `noodle rollback <deploymentId>` to revert.
27
28
 
29
+ ## Installed Developer plugin handoff
30
+
31
+ When this project was bootstrapped by the installed Noodle Developer plugin, preserve its managed launcher invocation for every local CLI command. After `deploy --json`, take the returned deployment ID to the connected remote `noodle-developer.inspect_deployment` tool. Use `noodle-developer.diagnose_app` only when the Cloud evidence needs diagnosis. Those tools inspect the selected organization and environment; they do not edit or replace the application source, which remains the coding agent's responsibility.
32
+
28
33
  ## Eject path (portable manifest)
29
34
 
30
35
  `noodle export manifest [--output <file>]` compiles the entrypoint locally and emits the portable, vendor-neutral manifest JSON — no service, no login, no account. A Noodle app is just `src/server.ts` plus this manifest: the user can read it, diff it, and keep it.