@noodleseed/agent-kit 0.38.0 → 0.39.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.38.0",
2
+ "packageVersion": "0.39.0",
3
3
  "files": [
4
4
  {
5
5
  "path": "skills/codex/SKILL.md",
6
- "sha256": "b1ab23910edca191fa5fd1747d77b046d272426d1fde44aa9e1f9b648eabb64d",
6
+ "sha256": "7cae6cd35f745b34253d759eaf51e4664ec2d3f0553a74bb2d4c21d613de06f1",
7
7
  "agentTarget": "codex"
8
8
  },
9
9
  {
@@ -103,7 +103,7 @@
103
103
  },
104
104
  {
105
105
  "path": "skills/codex/references/feedback.md",
106
- "sha256": "890bb6d9af2a150ef243728f310036fb76c3c27e420a0d7c5feb62fa456b4f00",
106
+ "sha256": "6de79daaf21b353a5af45a6f1117afdaa760c42b98bfa677d89577257bfcee7e",
107
107
  "agentTarget": "codex"
108
108
  },
109
109
  {
@@ -413,7 +413,7 @@
413
413
  },
414
414
  {
415
415
  "path": "skills/codex/examples/hello/README.md",
416
- "sha256": "82fbbaa49e6eae064fffb4ea59a45a17cf350075780ff3e386b92b7f72a8201d",
416
+ "sha256": "447908ce83e98acf30f17b44197dff54eb4e504c62fae12e697b1acb755c0bb8",
417
417
  "agentTarget": "codex"
418
418
  },
419
419
  {
@@ -463,7 +463,7 @@
463
463
  },
464
464
  {
465
465
  "path": "skills/claude-code/SKILL.md",
466
- "sha256": "b1ab23910edca191fa5fd1747d77b046d272426d1fde44aa9e1f9b648eabb64d",
466
+ "sha256": "7cae6cd35f745b34253d759eaf51e4664ec2d3f0553a74bb2d4c21d613de06f1",
467
467
  "agentTarget": "claude-code"
468
468
  },
469
469
  {
@@ -563,7 +563,7 @@
563
563
  },
564
564
  {
565
565
  "path": "skills/claude-code/references/feedback.md",
566
- "sha256": "890bb6d9af2a150ef243728f310036fb76c3c27e420a0d7c5feb62fa456b4f00",
566
+ "sha256": "6de79daaf21b353a5af45a6f1117afdaa760c42b98bfa677d89577257bfcee7e",
567
567
  "agentTarget": "claude-code"
568
568
  },
569
569
  {
@@ -873,7 +873,7 @@
873
873
  },
874
874
  {
875
875
  "path": "skills/claude-code/examples/hello/README.md",
876
- "sha256": "82fbbaa49e6eae064fffb4ea59a45a17cf350075780ff3e386b92b7f72a8201d",
876
+ "sha256": "447908ce83e98acf30f17b44197dff54eb4e504c62fae12e697b1acb755c0bb8",
877
877
  "agentTarget": "claude-code"
878
878
  },
879
879
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noodleseed/agent-kit",
3
- "version": "0.38.0",
3
+ "version": "0.39.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",
@@ -3,7 +3,7 @@ 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
4
  ---
5
5
 
6
- <!-- noodle-skill version:0.38.0 hash:75dd0f6f85b04858 -->
6
+ <!-- noodle-skill version:0.39.0 hash:75dd0f6f85b04858 -->
7
7
 
8
8
  # Noodle Seed
9
9
 
@@ -9,6 +9,9 @@ When an installed Noodle Developer plugin drives this example, its skill runs th
9
9
  `noodle` commands through the plugin-managed, version-pinned launcher and isolated host profile.
10
10
  Do not install or update a global CLI: the coding agent writes and tests this source while Noodle
11
11
  guides and operates the validate, preview, deploy, inspect, and debug workflow.
12
+ If that agent discovers a Noodle Seed product gap while working, the installed skill prepares a
13
+ sanitized `noodle feedback` proposal, discovers current fields from `noodle commands --json`, and
14
+ submits it only after showing the exact command and receiving explicit user approval.
12
15
 
13
16
  ```sh
14
17
  noodle dev examples/hello/src/server.ts --app hello
@@ -39,7 +39,7 @@ noodle feedback "resources list --json omits the truncated flag the docs promise
39
39
  --type fix --severity P2 --area cli --json
40
40
  ```
41
41
 
42
- This is an example only; build the exact command for the finding and show it before execution. The message is required (1–4000 chars). Pass `--json` and parse the envelope: success is `{ok:true,data:{reference,labels}}`; a `429` means the per-user hourly budget (5) is spent — report that it was not sent and never retry-loop. The CLI attaches only the disclosed light diagnostics automatically: CLI version, OS/platform, Node version. Nothing else is collected.
42
+ This is an example only; build the exact command for the finding and show it before execution. Read `noodle feedback --help` for human-readable constraints or inspect `noodle commands --json` for the same machine-readable usage, enum, and length metadata instead of guessing accepted values. The message is required (1–4000 chars). Pass `--json` and parse the envelope: success is `{ok:true,data:{reference,labels}}`; a `429` means the per-user hourly budget (5) is spent — report that it was not sent and never retry-loop. The CLI attaches only the disclosed light diagnostics automatically: CLI version, OS/platform, Node version. Nothing else is collected.
43
43
 
44
44
  ## Choose the structured fields
45
45
 
@@ -3,7 +3,7 @@ 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
4
  ---
5
5
 
6
- <!-- noodle-skill version:0.38.0 hash:75dd0f6f85b04858 -->
6
+ <!-- noodle-skill version:0.39.0 hash:75dd0f6f85b04858 -->
7
7
 
8
8
  # Noodle Seed
9
9
 
@@ -9,6 +9,9 @@ When an installed Noodle Developer plugin drives this example, its skill runs th
9
9
  `noodle` commands through the plugin-managed, version-pinned launcher and isolated host profile.
10
10
  Do not install or update a global CLI: the coding agent writes and tests this source while Noodle
11
11
  guides and operates the validate, preview, deploy, inspect, and debug workflow.
12
+ If that agent discovers a Noodle Seed product gap while working, the installed skill prepares a
13
+ sanitized `noodle feedback` proposal, discovers current fields from `noodle commands --json`, and
14
+ submits it only after showing the exact command and receiving explicit user approval.
12
15
 
13
16
  ```sh
14
17
  noodle dev examples/hello/src/server.ts --app hello
@@ -39,7 +39,7 @@ noodle feedback "resources list --json omits the truncated flag the docs promise
39
39
  --type fix --severity P2 --area cli --json
40
40
  ```
41
41
 
42
- This is an example only; build the exact command for the finding and show it before execution. The message is required (1–4000 chars). Pass `--json` and parse the envelope: success is `{ok:true,data:{reference,labels}}`; a `429` means the per-user hourly budget (5) is spent — report that it was not sent and never retry-loop. The CLI attaches only the disclosed light diagnostics automatically: CLI version, OS/platform, Node version. Nothing else is collected.
42
+ This is an example only; build the exact command for the finding and show it before execution. Read `noodle feedback --help` for human-readable constraints or inspect `noodle commands --json` for the same machine-readable usage, enum, and length metadata instead of guessing accepted values. The message is required (1–4000 chars). Pass `--json` and parse the envelope: success is `{ok:true,data:{reference,labels}}`; a `429` means the per-user hourly budget (5) is spent — report that it was not sent and never retry-loop. The CLI attaches only the disclosed light diagnostics automatically: CLI version, OS/platform, Node version. Nothing else is collected.
43
43
 
44
44
  ## Choose the structured fields
45
45