@noodleseed/agent-kit 0.7.0 → 0.8.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.7.0",
2
+ "packageVersion": "0.8.0",
3
3
  "files": [
4
4
  {
5
5
  "path": "skills/codex/SKILL.md",
6
- "sha256": "3e81ed05423e46e85ae5cb0a98d6886572e67fd45e6b023206fc32e1a2b09be8",
6
+ "sha256": "e17881258c58d957ad48050828c8c0362b6ecde062b25dbdb7836a4e0a2923b9",
7
7
  "agentTarget": "codex"
8
8
  },
9
9
  {
@@ -43,7 +43,7 @@
43
43
  },
44
44
  {
45
45
  "path": "skills/claude-code/SKILL.md",
46
- "sha256": "48ae67210ea4f55e33f0b2165e121a9639760b152177c318bfaa6ec6392ca967",
46
+ "sha256": "c0fdfe3aedfc710b1766d879068fa1c184f8d219c099b994af11887e779f2535",
47
47
  "agentTarget": "claude-code"
48
48
  },
49
49
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noodleseed/agent-kit",
3
- "version": "0.7.0",
3
+ "version": "0.8.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.7.0
4
+ version: 0.8.0
5
5
  hash: 0d6c0f71af5c88ec
6
6
  ---
7
7
 
@@ -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.7.0
4
+ version: 0.8.0
5
5
  hash: f297c7e0fa62058d
6
6
  ---
7
7