@noodleseed/one 0.66.0 → 0.68.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/dist/agents.d.ts +2 -1
- package/dist/agents.d.ts.map +1 -1
- package/dist/agents.js +73 -20
- package/dist/agents.js.map +1 -1
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/commands/catalog.d.ts.map +1 -1
- package/dist/commands/catalog.js +1 -0
- package/dist/commands/catalog.js.map +1 -1
- package/dist/plugin-mode/plugin-mcp-bootstrap.d.ts.map +1 -1
- package/dist/plugin-mode/plugin-mcp-bootstrap.js +4 -0
- package/dist/plugin-mode/plugin-mcp-bootstrap.js.map +1 -1
- package/dist/skills-update.d.ts +7 -0
- package/dist/skills-update.d.ts.map +1 -1
- package/dist/skills-update.js +9 -3
- package/dist/skills-update.js.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/curated/command-groups.d.ts +2 -0
- package/node_modules/@noodle-borg/agent-kit/dist/curated/command-groups.d.ts.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/curated/command-groups.js +4 -0
- package/node_modules/@noodle-borg/agent-kit/dist/curated/command-groups.js.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/curated/error-fixes.js +2 -2
- package/node_modules/@noodle-borg/agent-kit/dist/curated/error-fixes.js.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/generated/example-files.js +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/generated/example-files.js.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/index.d.ts.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/index.js +12 -17
- package/node_modules/@noodle-borg/agent-kit/dist/index.js.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/plugin-bundle.d.ts +7 -3
- package/node_modules/@noodle-borg/agent-kit/dist/plugin-bundle.d.ts.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/plugin-bundle.js +89 -38
- package/node_modules/@noodle-borg/agent-kit/dist/plugin-bundle.js.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/plugin-compatibility.d.ts +15 -2
- package/node_modules/@noodle-borg/agent-kit/dist/plugin-compatibility.d.ts.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/plugin-compatibility.js +45 -12
- package/node_modules/@noodle-borg/agent-kit/dist/plugin-compatibility.js.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/plugin-launcher.d.ts.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/plugin-launcher.js +31 -1
- package/node_modules/@noodle-borg/agent-kit/dist/plugin-launcher.js.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/plugin-manifests.d.ts +2 -2
- package/node_modules/@noodle-borg/agent-kit/dist/plugin-manifests.d.ts.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/plugin-manifests.js +19 -7
- package/node_modules/@noodle-borg/agent-kit/dist/plugin-manifests.js.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/plugin-marketplace-docs.d.ts.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/plugin-marketplace-docs.js +19 -3
- package/node_modules/@noodle-borg/agent-kit/dist/plugin-marketplace-docs.js.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/skill-app-playbook-ref.d.ts +2 -0
- package/node_modules/@noodle-borg/agent-kit/dist/skill-app-playbook-ref.d.ts.map +1 -0
- package/node_modules/@noodle-borg/agent-kit/dist/skill-app-playbook-ref.js +59 -0
- package/node_modules/@noodle-borg/agent-kit/dist/skill-app-playbook-ref.js.map +1 -0
- package/node_modules/@noodle-borg/agent-kit/dist/skill-authoring-refs.js +3 -3
- package/node_modules/@noodle-borg/agent-kit/dist/skill-authoring-refs.js.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/skill-connect-refs.d.ts.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/skill-connect-refs.js +60 -20
- package/node_modules/@noodle-borg/agent-kit/dist/skill-connect-refs.js.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/skill-content.d.ts +1 -8
- package/node_modules/@noodle-borg/agent-kit/dist/skill-content.d.ts.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/skill-content.js +17 -86
- package/node_modules/@noodle-borg/agent-kit/dist/skill-content.js.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/skill-design-refs.d.ts.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/skill-design-refs.js +2 -1
- package/node_modules/@noodle-borg/agent-kit/dist/skill-design-refs.js.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/skill-embedded-assistant-ref.js +3 -3
- package/node_modules/@noodle-borg/agent-kit/dist/skill-embedded-assistant-ref.js.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/skill-feedback-ref.d.ts.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/skill-feedback-ref.js +18 -12
- package/node_modules/@noodle-borg/agent-kit/dist/skill-feedback-ref.js.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/skill-operations-refs.d.ts +2 -1
- package/node_modules/@noodle-borg/agent-kit/dist/skill-operations-refs.d.ts.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/skill-operations-refs.js +114 -155
- package/node_modules/@noodle-borg/agent-kit/dist/skill-operations-refs.js.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/skill-router.d.ts +17 -0
- package/node_modules/@noodle-borg/agent-kit/dist/skill-router.d.ts.map +1 -0
- package/node_modules/@noodle-borg/agent-kit/dist/skill-router.js +160 -0
- package/node_modules/@noodle-borg/agent-kit/dist/skill-router.js.map +1 -0
- package/node_modules/@noodle-borg/agent-kit/dist/skill-server-playbook-ref.d.ts +2 -0
- package/node_modules/@noodle-borg/agent-kit/dist/skill-server-playbook-ref.d.ts.map +1 -0
- package/node_modules/@noodle-borg/agent-kit/dist/skill-server-playbook-ref.js +61 -0
- package/node_modules/@noodle-borg/agent-kit/dist/skill-server-playbook-ref.js.map +1 -0
- package/node_modules/@noodle-borg/agent-kit/dist/skill-verification-ref.d.ts +2 -0
- package/node_modules/@noodle-borg/agent-kit/dist/skill-verification-ref.d.ts.map +1 -0
- package/node_modules/@noodle-borg/agent-kit/dist/skill-verification-ref.js +72 -0
- package/node_modules/@noodle-borg/agent-kit/dist/skill-verification-ref.js.map +1 -0
- package/node_modules/@noodle-borg/agent-kit/package.json +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
// Outcome-first product playbook for the build-server route. It owns behavioral sequencing and
|
|
2
|
+
// evidence requirements; syntax and exhaustive SDK detail stay in the existing technical refs.
|
|
3
|
+
export function renderBuildAnMcpServerReference() {
|
|
4
|
+
return [
|
|
5
|
+
'# Outcome',
|
|
6
|
+
'',
|
|
7
|
+
'Deliver the smallest useful Noodle Seed MCP server that turns a real user intent into a safe, typed result. Author only the configured TypeScript entrypoint, normally `src/server.ts`; keep the public authoring surface TypeScript-only and never hand-author generated manifests or connector IR.',
|
|
8
|
+
'',
|
|
9
|
+
'## Use when',
|
|
10
|
+
'',
|
|
11
|
+
'- The user asks to create or extend a headless MCP server, tools, resources, prompts, or connector-backed behavior.',
|
|
12
|
+
'- The requested result is primarily model-facing and does not require a widget or host-visible UI.',
|
|
13
|
+
'',
|
|
14
|
+
'## Do not use when',
|
|
15
|
+
'',
|
|
16
|
+
'- The primary outcome is an MCP App, widget, or visual interaction; select the App route.',
|
|
17
|
+
'- The task is only to diagnose existing failures, deploy, publish, embed, or report feedback; select that dedicated route.',
|
|
18
|
+
'- The idea has no conversational fit: static content, a dashboard, deep navigation, or a full existing app port should be narrowed to the few actions that are better said than clicked.',
|
|
19
|
+
'',
|
|
20
|
+
'## Required inputs',
|
|
21
|
+
'',
|
|
22
|
+
'Establish only the inputs needed for the requested stopping point. Follow `references/authoring-workflow.md` for the canonical discovery paths. Do not guess or invent a private schema, endpoint, authentication model, eligibility rule, or approval flow. If a required input is unavailable, state exactly what evidence is missing and stop before fabricating behavior.',
|
|
23
|
+
'',
|
|
24
|
+
'## Workflow',
|
|
25
|
+
'',
|
|
26
|
+
'1. **Confirm conversational fit.** Name one to three focused jobs where saying the request is easier than navigating the underlying system, and identify the data or action the model cannot provide by itself.',
|
|
27
|
+
'2. **Define the product contract.** For each job, write the user phrase, the intent-shaped tool or resource, its minimal typed input, the useful output, read/write effect, and backing operation. Design for user intent, not a 1:1 API endpoint wrapper.',
|
|
28
|
+
'3. **Choose the smallest implementation.** Use native tools, resources, or prompts for local/static behavior; add a connector only when external data or actions are required. Keep response output small and model-readable.',
|
|
29
|
+
'4. **Author in TypeScript.** Follow `references/authoring-workflow.md` for connector and flow patterns and `references/sdk-surface.md` for exact builders. These are this route’s complete canonical support set; use the router lookup catalog only when observed evidence names a different concern.',
|
|
30
|
+
'5. **Validate and repair.** Run `noodle validate --json`. Parse `error.errors[]`, repair the cited `path`, and rerun validation. Consult the lookup catalog only for the specific reported error code; do not open another reference speculatively.',
|
|
31
|
+
'6. **Run the local smoke.** After validation succeeds, run `noodle test --json` and repair any failure at that evidence layer.',
|
|
32
|
+
'7. **Prove external behavior.** For connector-backed reads, set credentials through the effective local target and run a safe representative `noodle tools call`. Confirm populated mapped fields from real output, not merely successful registration.',
|
|
33
|
+
'8. **Stop at the requested boundary.** Do not add an App, host test, hosted environment, publication work, or deployment unless the user requested that outcome. Deploy only when the selected route or the user explicitly requires it.',
|
|
34
|
+
'',
|
|
35
|
+
'## Verification evidence',
|
|
36
|
+
'',
|
|
37
|
+
'Report evidence as a ladder and claim only levels actually exercised:',
|
|
38
|
+
'',
|
|
39
|
+
'- **Authoring:** the requested TypeScript behavior exists with typed inputs and outputs.',
|
|
40
|
+
'- **Compilation:** `noodle validate --json` returned success.',
|
|
41
|
+
'- **Local smoke:** `noodle test --json` returned success.',
|
|
42
|
+
'- **Connector reality:** a representative safe read via `noodle tools call` returned populated mapped fields. This is required for connector-backed work.',
|
|
43
|
+
'- **Higher levels:** explicitly report host, deployment, and production checks as not run unless they were separately requested and evidenced.',
|
|
44
|
+
'',
|
|
45
|
+
'## Recovery paths',
|
|
46
|
+
'',
|
|
47
|
+
'- Validation failure: fix each structured error at its reported path, rerun validation, then resume at the next unproven layer.',
|
|
48
|
+
'- Tool registers but returns empty or `undefined` fields: inspect one sanitized real response, correct `${response...}` mappings, and rerun the same read.',
|
|
49
|
+
'- Credential unavailable: verify `secret(...)` naming and the effective local target; never inline or print the secret.',
|
|
50
|
+
'- Missing product input: ask for the smallest concrete example, schema, or rule that unblocks the selected job. Do not widen the build to compensate.',
|
|
51
|
+
'- Repeated failure at the same layer: stop after two evidence-backed repair attempts with the same failure signature and report the command, sanitized error, evidence already proven, and exact next action.',
|
|
52
|
+
'',
|
|
53
|
+
'## Stop conditions',
|
|
54
|
+
'',
|
|
55
|
+
'- Stop complete when the requested behavior passes validation and local smoke, and every connector-backed read has real-output evidence.',
|
|
56
|
+
"- Stop at the user's requested boundary; do not deploy unless the user requested deployment.",
|
|
57
|
+
'- Stop blocked when progress requires unavailable credentials, private schemas, external approval, or a live write the user has not approved.',
|
|
58
|
+
'- In the handoff, name what changed, what passed, what was not run, and any remaining risk without upgrading local evidence into a hosted or production claim.',
|
|
59
|
+
].join('\n');
|
|
60
|
+
}
|
|
61
|
+
//# sourceMappingURL=skill-server-playbook-ref.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"skill-server-playbook-ref.js","sourceRoot":"","sources":["../src/skill-server-playbook-ref.ts"],"names":[],"mappings":"AAAA,+FAA+F;AAC/F,+FAA+F;AAE/F,MAAM,UAAU,+BAA+B;IAC7C,OAAO;QACL,WAAW;QACX,EAAE;QACF,sSAAsS;QACtS,EAAE;QACF,aAAa;QACb,EAAE;QACF,qHAAqH;QACrH,oGAAoG;QACpG,EAAE;QACF,oBAAoB;QACpB,EAAE;QACF,2FAA2F;QAC3F,4HAA4H;QAC5H,0LAA0L;QAC1L,EAAE;QACF,oBAAoB;QACpB,EAAE;QACF,+WAA+W;QAC/W,EAAE;QACF,aAAa;QACb,EAAE;QACF,iNAAiN;QACjN,4PAA4P;QAC5P,+NAA+N;QAC/N,wSAAwS;QACxS,qPAAqP;QACrP,gIAAgI;QAChI,yPAAyP;QACzP,0OAA0O;QAC1O,EAAE;QACF,0BAA0B;QAC1B,EAAE;QACF,uEAAuE;QACvE,EAAE;QACF,0FAA0F;QAC1F,+DAA+D;QAC/D,2DAA2D;QAC3D,2JAA2J;QAC3J,gJAAgJ;QAChJ,EAAE;QACF,mBAAmB;QACnB,EAAE;QACF,iIAAiI;QACjI,4JAA4J;QAC5J,yHAAyH;QACzH,uJAAuJ;QACvJ,+MAA+M;QAC/M,EAAE;QACF,oBAAoB;QACpB,EAAE;QACF,0IAA0I;QAC1I,8FAA8F;QAC9F,+IAA+I;QAC/I,gKAAgK;KACjK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;AACf,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"skill-verification-ref.d.ts","sourceRoot":"","sources":["../src/skill-verification-ref.ts"],"names":[],"mappings":"AAGA,wBAAgB,+BAA+B,IAAI,MAAM,CAoExD"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
// Verification and recovery behavior for the diagnostic route. This file owns evidence ordering,
|
|
2
|
+
// bounded repair, and completion claims; symptom catalogs remain in the technical references.
|
|
3
|
+
export function renderVerifyAndRecoverReference() {
|
|
4
|
+
return [
|
|
5
|
+
'# Outcome',
|
|
6
|
+
'',
|
|
7
|
+
'Identify the first failing evidence layer, repair only that layer, rerun it, and report the highest level actually proven. A successful lower layer must never be presented as proof of a higher one.',
|
|
8
|
+
'',
|
|
9
|
+
'## Use when',
|
|
10
|
+
'',
|
|
11
|
+
'- The user asks to validate, test, diagnose, recover, or establish whether a local or hosted Noodle Seed project works.',
|
|
12
|
+
'- A command, connector, App, host integration, deployment, or production check is failing or has uncertain evidence.',
|
|
13
|
+
'',
|
|
14
|
+
'## Do not use when',
|
|
15
|
+
'',
|
|
16
|
+
'- The primary request is to design or build a new product capability; select its build route and use this playbook only if evidence fails.',
|
|
17
|
+
'- The user asks for a higher-risk external action rather than diagnosis. This route does not grant deployment, publication, live-write, or merge authority.',
|
|
18
|
+
'',
|
|
19
|
+
'## Required inputs',
|
|
20
|
+
'',
|
|
21
|
+
'Capture the requested evidence level, the exact command or user-visible symptom, sanitized machine output, the environment/target, and the last known passing layer. Do not broaden the goal beyond the level the user asked to prove.',
|
|
22
|
+
'',
|
|
23
|
+
'## Workflow',
|
|
24
|
+
'',
|
|
25
|
+
'Use this ordered evidence ladder. Start at the last known passing layer or the lowest plausible failure; never jump upward over an unproven dependency:',
|
|
26
|
+
'',
|
|
27
|
+
'1. **Compile** — the TypeScript build and authoring import surface are valid.',
|
|
28
|
+
'2. **Validate** — `noodle validate --json` accepts the Noodle contract.',
|
|
29
|
+
'3. **Local smoke** — `noodle test --json` starts the local runtime and exercises registration.',
|
|
30
|
+
'4. **Real API** — a representative safe `noodle tools call` proves connector credentials, transport, observed mapping, and populated data.',
|
|
31
|
+
'5. **App compliance** — `noodle check --json` and local devtools prove the App contract and intended states.',
|
|
32
|
+
'6. **Host** — the requested host connects, invokes the expected capability, and renders useful fallback/UI behavior.',
|
|
33
|
+
'7. **Deploy** — the requested hosted revision and configuration exist and report healthy at the deployment layer.',
|
|
34
|
+
'8. **Production health** — the live production endpoint and requested user journey are observed on the intended revision.',
|
|
35
|
+
'',
|
|
36
|
+
'For the first failing layer:',
|
|
37
|
+
'',
|
|
38
|
+
'1. Read the process exit code or status first. If machine JSON exists, parse it before reading human prose or editing files.',
|
|
39
|
+
'2. For validation envelopes, inspect every `error.errors[]` item and repair the field at its reported `path`. Use `references/agent-contract.md` for the envelope and `references/compile-errors.md` for the named error code.',
|
|
40
|
+
'3. Form one evidence-backed cause from the observed output. If the two canonical supports do not cover it, select one matching symptom from the router lookup catalog; do not scan every recovery path.',
|
|
41
|
+
'4. Make the smallest in-scope repair. Do not freeform re-edit adjacent code, change credentials, redeploy, or add product behavior without evidence and authority.',
|
|
42
|
+
'5. Rerun only the same evidence layer that failed. Once it passes, continue upward only to the user-requested level.',
|
|
43
|
+
'6. Stop after two evidence-backed repair attempts with the same failure signature, or immediately when the next action requires new authority or external state.',
|
|
44
|
+
'',
|
|
45
|
+
'## Verification evidence',
|
|
46
|
+
'',
|
|
47
|
+
'Report a compact ledger for every exercised layer: command/action, target, result, and the evidence it establishes. Claim only the highest contiguous passing layer.',
|
|
48
|
+
'',
|
|
49
|
+
'- Compile success does not prove runtime behavior.',
|
|
50
|
+
'- Validation and local smoke do not prove a real API mapping or credential path.',
|
|
51
|
+
'- Local evidence does not prove hosted or host behavior.',
|
|
52
|
+
'- Deployment existence does not prove production health or a user journey.',
|
|
53
|
+
'- Report every requested but unperformed or blocked higher layer as not run, with the reason.',
|
|
54
|
+
'',
|
|
55
|
+
'## Recovery paths',
|
|
56
|
+
'',
|
|
57
|
+
'- Compile/validation: repair the exact import, schema, or reported path, then rerun that command without freeform changes.',
|
|
58
|
+
'- Local boot/smoke: use the structured startup error to correct the effective target, config, or entrypoint before retrying.',
|
|
59
|
+
'- Real API: distinguish authentication, reachability, legitimate empty results, and broken response mappings before changing code.',
|
|
60
|
+
'- App: repair the cited contract or state in `noodle check --json`, then confirm it in devtools before attempting a host.',
|
|
61
|
+
'- Host/deployment/production: confirm revision, target, identity, and configuration independently; do not infer one from another.',
|
|
62
|
+
'- Repeated external failure: preserve passing evidence and report the sanitized failure, required authority or external state, owner, and exact next action.',
|
|
63
|
+
'',
|
|
64
|
+
'## Stop conditions',
|
|
65
|
+
'',
|
|
66
|
+
'- Stop complete when the user-requested evidence level and every dependency below it pass in the current target.',
|
|
67
|
+
'- Stop blocked when progress requires credentials, approval, host access, deployment authority, production access, or an external-state change not available in scope.',
|
|
68
|
+
'- Stop after two evidence-backed repair attempts with the same failure signature at one layer; do not hide repetition behind unrelated edits.',
|
|
69
|
+
'- Never claim fixed or working without rerunning the failed layer, and never upgrade compile, local, deployment, or stale historical evidence into a stronger claim.',
|
|
70
|
+
].join('\n');
|
|
71
|
+
}
|
|
72
|
+
//# sourceMappingURL=skill-verification-ref.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"skill-verification-ref.js","sourceRoot":"","sources":["../src/skill-verification-ref.ts"],"names":[],"mappings":"AAAA,iGAAiG;AACjG,8FAA8F;AAE9F,MAAM,UAAU,+BAA+B;IAC7C,OAAO;QACL,WAAW;QACX,EAAE;QACF,uMAAuM;QACvM,EAAE;QACF,aAAa;QACb,EAAE;QACF,yHAAyH;QACzH,sHAAsH;QACtH,EAAE;QACF,oBAAoB;QACpB,EAAE;QACF,4IAA4I;QAC5I,6JAA6J;QAC7J,EAAE;QACF,oBAAoB;QACpB,EAAE;QACF,wOAAwO;QACxO,EAAE;QACF,aAAa;QACb,EAAE;QACF,yJAAyJ;QACzJ,EAAE;QACF,+EAA+E;QAC/E,yEAAyE;QACzE,gGAAgG;QAChG,4IAA4I;QAC5I,8GAA8G;QAC9G,sHAAsH;QACtH,mHAAmH;QACnH,2HAA2H;QAC3H,EAAE;QACF,8BAA8B;QAC9B,EAAE;QACF,8HAA8H;QAC9H,gOAAgO;QAChO,yMAAyM;QACzM,oKAAoK;QACpK,sHAAsH;QACtH,kKAAkK;QAClK,EAAE;QACF,0BAA0B;QAC1B,EAAE;QACF,sKAAsK;QACtK,EAAE;QACF,oDAAoD;QACpD,kFAAkF;QAClF,0DAA0D;QAC1D,4EAA4E;QAC5E,+FAA+F;QAC/F,EAAE;QACF,mBAAmB;QACnB,EAAE;QACF,4HAA4H;QAC5H,8HAA8H;QAC9H,oIAAoI;QACpI,2HAA2H;QAC3H,mIAAmI;QACnI,8JAA8J;QAC9J,EAAE;QACF,oBAAoB;QACpB,EAAE;QACF,kHAAkH;QAClH,wKAAwK;QACxK,+IAA+I;QAC/I,sKAAsK;KACvK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;AACf,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@noodleseed/one",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.68.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Noodle CLI by Noodle Seed — author, run, and deploy declarative MCP servers. Embedding the assistant in your own web app is @noodleseed/assistant.",
|
|
6
6
|
"license": "Apache-2.0",
|