@noodleseed/agent-kit 0.91.0 → 0.92.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 +705 -273
- package/package.json +1 -1
- package/skills/claude-code/SKILL.md +1 -1
- package/skills/claude-code/authoring-mcp-servers/SKILL.md +4 -4
- package/skills/claude-code/authoring-mcp-servers/references/authoring-workflow.md +451 -0
- package/skills/claude-code/authoring-mcp-servers/references/build-an-mcp-server.md +56 -0
- package/skills/claude-code/authoring-mcp-servers/references/sdk-surface.md +258 -0
- package/skills/claude-code/building-mcp-apps/SKILL.md +4 -4
- package/skills/claude-code/building-mcp-apps/references/build-an-mcp-app.md +53 -0
- package/skills/claude-code/building-mcp-apps/references/experience-design.md +155 -0
- package/skills/claude-code/building-mcp-apps/references/widgets-and-apps.md +277 -0
- package/skills/claude-code/connecting-apis-to-mcp/SKILL.md +3 -3
- package/skills/claude-code/connecting-apis-to-mcp/references/authoring-workflow.md +451 -0
- package/skills/claude-code/connecting-apis-to-mcp/references/connect-an-api.md +245 -0
- package/skills/claude-code/creating-product-agent-guides/SKILL.md +2 -2
- package/skills/claude-code/creating-product-agent-guides/references/product-agent-guides.md +55 -0
- package/skills/claude-code/debugging-mcp-delivery/SKILL.md +4 -4
- package/skills/claude-code/debugging-mcp-delivery/references/inspect-hosted.md +26 -0
- package/skills/claude-code/debugging-mcp-delivery/references/troubleshooting.md +39 -0
- package/skills/claude-code/debugging-mcp-delivery/references/verify-and-recover.md +67 -0
- package/skills/claude-code/deploying-mcp-services/SKILL.md +3 -3
- package/skills/claude-code/deploying-mcp-services/references/cli-commands.md +106 -0
- package/skills/claude-code/deploying-mcp-services/references/deploy-and-ops.md +25 -0
- package/skills/claude-code/designing-mcp-products/SKILL.md +3 -3
- package/skills/claude-code/designing-mcp-products/references/authoring-workflow.md +451 -0
- package/skills/claude-code/designing-mcp-products/references/experience-design.md +155 -0
- package/skills/claude-code/embedding-mcp-assistants/SKILL.md +11 -10
- package/skills/claude-code/embedding-mcp-assistants/references/authoring-workflow.md +451 -0
- package/skills/claude-code/embedding-mcp-assistants/references/embedded-assistant.md +876 -0
- package/skills/claude-code/examples/customer-auth/README.md +200 -52
- package/skills/claude-code/examples/customer-auth/src/server.ts +3 -0
- package/skills/claude-code/examples/customer-auth/test/server.test.ts +6 -0
- package/skills/claude-code/examples/customer-auth/vitest.config.ts +6 -0
- package/skills/claude-code/examples/food-ordering/README.md +1 -1
- package/skills/claude-code/examples/food-ordering/src/server.ts +1 -0
- package/skills/claude-code/executing-noodle-plans/SKILL.md +1 -1
- package/skills/claude-code/publishing-mcp-integrations/SKILL.md +3 -3
- package/skills/claude-code/publishing-mcp-integrations/references/app-directory-compliance.md +59 -0
- package/skills/claude-code/publishing-mcp-integrations/references/publishing.md +63 -0
- package/skills/claude-code/references/authoring-workflow.md +8 -0
- package/skills/claude-code/references/embedded-assistant.md +258 -66
- package/skills/claude-code/references/sdk-surface.md +1 -1
- package/skills/claude-code/reporting-noodle-feedback/SKILL.md +2 -2
- package/skills/claude-code/reporting-noodle-feedback/references/feedback.md +80 -0
- package/skills/claude-code/verifying-mcp-delivery/SKILL.md +3 -3
- package/skills/claude-code/verifying-mcp-delivery/references/test-in-hosts.md +39 -0
- package/skills/claude-code/verifying-mcp-delivery/references/verify-and-recover.md +67 -0
- package/skills/claude-code/wrapping-existing-applications/SKILL.md +4 -4
- package/skills/claude-code/wrapping-existing-applications/references/authoring-workflow.md +451 -0
- package/skills/claude-code/wrapping-existing-applications/references/tool-design.md +107 -0
- package/skills/claude-code/wrapping-existing-applications/references/wrap-existing-app.md +65 -0
- package/skills/codex/SKILL.md +1 -1
- package/skills/codex/authoring-mcp-servers/SKILL.md +4 -4
- package/skills/codex/authoring-mcp-servers/references/authoring-workflow.md +451 -0
- package/skills/codex/authoring-mcp-servers/references/build-an-mcp-server.md +56 -0
- package/skills/codex/authoring-mcp-servers/references/sdk-surface.md +258 -0
- package/skills/codex/building-mcp-apps/SKILL.md +4 -4
- package/skills/codex/building-mcp-apps/references/build-an-mcp-app.md +53 -0
- package/skills/codex/building-mcp-apps/references/experience-design.md +155 -0
- package/skills/codex/building-mcp-apps/references/widgets-and-apps.md +277 -0
- package/skills/codex/connecting-apis-to-mcp/SKILL.md +3 -3
- package/skills/codex/connecting-apis-to-mcp/references/authoring-workflow.md +451 -0
- package/skills/codex/connecting-apis-to-mcp/references/connect-an-api.md +245 -0
- package/skills/codex/creating-product-agent-guides/SKILL.md +2 -2
- package/skills/codex/creating-product-agent-guides/references/product-agent-guides.md +55 -0
- package/skills/codex/debugging-mcp-delivery/SKILL.md +4 -4
- package/skills/codex/debugging-mcp-delivery/references/inspect-hosted.md +26 -0
- package/skills/codex/debugging-mcp-delivery/references/troubleshooting.md +39 -0
- package/skills/codex/debugging-mcp-delivery/references/verify-and-recover.md +67 -0
- package/skills/codex/deploying-mcp-services/SKILL.md +3 -3
- package/skills/codex/deploying-mcp-services/references/cli-commands.md +106 -0
- package/skills/codex/deploying-mcp-services/references/deploy-and-ops.md +25 -0
- package/skills/codex/designing-mcp-products/SKILL.md +3 -3
- package/skills/codex/designing-mcp-products/references/authoring-workflow.md +451 -0
- package/skills/codex/designing-mcp-products/references/experience-design.md +155 -0
- package/skills/codex/embedding-mcp-assistants/SKILL.md +11 -10
- package/skills/codex/embedding-mcp-assistants/references/authoring-workflow.md +451 -0
- package/skills/codex/embedding-mcp-assistants/references/embedded-assistant.md +876 -0
- package/skills/codex/examples/customer-auth/README.md +200 -52
- package/skills/codex/examples/customer-auth/src/server.ts +3 -0
- package/skills/codex/examples/customer-auth/test/server.test.ts +6 -0
- package/skills/codex/examples/customer-auth/vitest.config.ts +6 -0
- package/skills/codex/examples/food-ordering/README.md +1 -1
- package/skills/codex/examples/food-ordering/src/server.ts +1 -0
- package/skills/codex/executing-noodle-plans/SKILL.md +1 -1
- package/skills/codex/publishing-mcp-integrations/SKILL.md +3 -3
- package/skills/codex/publishing-mcp-integrations/references/app-directory-compliance.md +59 -0
- package/skills/codex/publishing-mcp-integrations/references/publishing.md +63 -0
- package/skills/codex/references/authoring-workflow.md +8 -0
- package/skills/codex/references/embedded-assistant.md +258 -66
- package/skills/codex/references/sdk-surface.md +1 -1
- package/skills/codex/reporting-noodle-feedback/SKILL.md +2 -2
- package/skills/codex/reporting-noodle-feedback/references/feedback.md +80 -0
- package/skills/codex/verifying-mcp-delivery/SKILL.md +3 -3
- package/skills/codex/verifying-mcp-delivery/references/test-in-hosts.md +39 -0
- package/skills/codex/verifying-mcp-delivery/references/verify-and-recover.md +67 -0
- package/skills/codex/wrapping-existing-applications/SKILL.md +4 -4
- package/skills/codex/wrapping-existing-applications/references/authoring-workflow.md +451 -0
- package/skills/codex/wrapping-existing-applications/references/tool-design.md +107 -0
- package/skills/codex/wrapping-existing-applications/references/wrap-existing-app.md +65 -0
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
# Send product feedback
|
|
2
|
+
|
|
3
|
+
When you — the coding agent — discover a way Noodle Seed could be better, prepare one sanitized feedback proposal. Feedback crosses the customer project boundary and lands in the Noodle Seed private feedback tracker, so the user must make an informed choice. Preview the exact normalized submission locally, show its stable public `noodle feedback` action, and ask for explicit user approval. Do not submit it until approval is given.
|
|
4
|
+
|
|
5
|
+
## Contents
|
|
6
|
+
|
|
7
|
+
- When to propose feedback
|
|
8
|
+
- Approval workflow
|
|
9
|
+
- The command
|
|
10
|
+
- Choose the structured fields
|
|
11
|
+
- Sanitization rules (hard requirements)
|
|
12
|
+
- Minimal repro guidance
|
|
13
|
+
- After you submit
|
|
14
|
+
|
|
15
|
+
## When to propose feedback
|
|
16
|
+
|
|
17
|
+
Draft one `noodle feedback` proposal per distinct finding when you:
|
|
18
|
+
|
|
19
|
+
- hit a CLI or SDK error that cost you retries, or whose message/`fix`/`next` guidance misled you;
|
|
20
|
+
- discover a missing capability you had to work around (in the CLI, SDK, widgets, connectors, deploy lane, console, or docs);
|
|
21
|
+
- find documentation, an example, or a skill reference that contradicts observed behavior;
|
|
22
|
+
- notice confusing command output, a broken `--json` envelope, or a wrong exit code;
|
|
23
|
+
- have a concrete idea that would make authoring or operating apps faster.
|
|
24
|
+
|
|
25
|
+
Do not batch several findings into one proposal, and do not re-propose the same finding in the same session.
|
|
26
|
+
|
|
27
|
+
## Approval workflow
|
|
28
|
+
|
|
29
|
+
1. Discover the current positional arguments, flags, choices, defaults, and limits from `noodle commands --json`; `noodle feedback --help` is the human-readable view. Do not guess or rely on a remembered catalog.
|
|
30
|
+
2. Draft one finding, then sanitize its title and message using the rules below. When your coding-agent name is known, add `--agent`; add `--model` only when the exact model identifier is also known. These fields are client-reported provenance: never guess either value.
|
|
31
|
+
3. Run the proposal with `--dry-run --json`. This local preview needs no login and sends nothing. Parse `{"ok":true,"data":{"mode":"preview","willSubmit":false,"destination":"Noodle Seed private feedback tracker","submission":{...}}}`.
|
|
32
|
+
4. Inspect the complete `submission`, including its normalized defaults and automatically attached diagnostics. Show the user the exact previewed proposal, its `destination`, and the stable public `noodle feedback` action. Keep the proposal as structured fields instead of rebuilding it as shell text.
|
|
33
|
+
5. Ask for explicit approval of that exact previewed proposal. If the user changes any field, preview the changed proposal again before asking.
|
|
34
|
+
6. Only after approval, submit it once with `noodle-readiness.submit_product_feedback` when the installed plugin tool is available, or pass the same structured fields directly to the public CLI without `--dry-run`. Never auto-login and never retry-loop. If authentication fails before the request or a rate limit denies it, report that nothing was sent. For `feedback_recording_failed`, report that no reference was returned and the outcome may be unknown; do not retry because the private issue might already exist.
|
|
35
|
+
|
|
36
|
+
## The command
|
|
37
|
+
|
|
38
|
+
```sh
|
|
39
|
+
noodle feedback 'resources list --json omits the truncated flag the docs promise' \
|
|
40
|
+
--title 'resources list --json missing truncated flag' \
|
|
41
|
+
--type fix --severity P2 --area cli --agent 'coding-agent' --model 'model-id' \
|
|
42
|
+
--dry-run --json
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
This is a preview example only: replace `coding-agent` and `model-id` with your known coding-agent identity, or omit both when unavailable. Build structured arguments for the finding using current `noodle commands --json` metadata and inspect the returned submission instead of reconstructing it. Invoke the CLI with an argument array or the typed plugin function, never a shell wrapper or copy/paste request. The message is required (1–4000 chars). The CLI attaches only the disclosed light diagnostics automatically: CLI version, OS/platform, Node version. Agent/model provenance is included only through the explicit client-reported flags. Nothing else is collected. After approval, the live success envelope 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.
|
|
46
|
+
|
|
47
|
+
## Choose the structured fields
|
|
48
|
+
|
|
49
|
+
- `--type` — `fix` (bug/regression/wrong output), `feat` (missing capability), `docs` (misleading or absent docs/examples), `chore` (tooling/setup friction). Default `feat`.
|
|
50
|
+
- `--severity` — `P0` only for a security-relevant defect; `P1` a workflow is blocked with no workaround; `P2` blocked but a workaround exists; `P3` (default) papercut or idea.
|
|
51
|
+
- `--area` — one of `docs analytics connectors self-service conformance ci deploys distribution console dx plugins cli compiler multi-surface enterprise policy`. Use `cli` for command behavior, `dx` for authoring/agent ergonomics; omit when unsure.
|
|
52
|
+
- `--agent` — your known coding-agent product name (1–64 chars). Omit when unavailable; the CLI does not auto-detect it.
|
|
53
|
+
- `--model` — the exact known model identifier (1–64 chars). Requires `--agent`; omit rather than guessing.
|
|
54
|
+
- `--title` — one line, ≤120 chars, stating the defect or idea (defaults to the message’s first line).
|
|
55
|
+
|
|
56
|
+
## Sanitization rules (hard requirements)
|
|
57
|
+
|
|
58
|
+
Feedback leaves the customer’s environment. NEVER include:
|
|
59
|
+
|
|
60
|
+
- customer source code, file paths, directory names, or repository names;
|
|
61
|
+
- secrets, tokens, API keys, connection strings, or environment-variable values;
|
|
62
|
+
- personal data (names, emails, user IDs) or customer/business identifiers (org slugs, app slugs, deployment IDs, URLs of deployed apps);
|
|
63
|
+
- verbatim server responses, logs, or error output that could embed any of the above.
|
|
64
|
+
|
|
65
|
+
Describe the problem generically instead. Rewrite identifiers as placeholders (`<org>`, `my-app`, `EXAMPLE_KEY`). If the evidence cannot be shared without customer data, describe the *shape* of the problem — what you ran, what category of thing went wrong, what you expected — rather than the data itself. When in doubt, leave it out: a vaguer report is always acceptable; a leak never is.
|
|
66
|
+
|
|
67
|
+
## Minimal repro guidance
|
|
68
|
+
|
|
69
|
+
A repro is welcome only if it is fully synthetic: a fresh `noodle init` shape, placeholder names, fabricated sample values. State the observed vs. expected behavior in one or two sentences each. Example message:
|
|
70
|
+
|
|
71
|
+
```text
|
|
72
|
+
Ran a connector tool via `noodle tools call` with a valid local secret; the mapped
|
|
73
|
+
response fields came back undefined even though the raw API returns data.
|
|
74
|
+
Expected the mapping to surface the fields or validate-time to flag the mismatch.
|
|
75
|
+
Repro: applies to every connector whose response mapping references a nested array field.
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
## After you submit
|
|
79
|
+
|
|
80
|
+
Only after explicit user approval and a successful command, the returned `reference` (e.g. `fb-142`) is confirmation; mention it briefly so the user knows what was sent. Feedback goes to a private tracker — there is no public issue link, and no follow-up action is needed. Continue the user’s task immediately; feedback must never block or slow their work.
|
|
@@ -3,7 +3,7 @@ name: verifying-mcp-delivery
|
|
|
3
3
|
description: "Use when proving a Noodle Seed MCP project works at a named compile, local, connector, App, host, deployment, or production evidence level."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
<!-- noodle-skill version:0.
|
|
6
|
+
<!-- noodle-skill version:0.92.0 hash:292253cbaed9a3c5 -->
|
|
7
7
|
|
|
8
8
|
# verifying-mcp-delivery
|
|
9
9
|
|
|
@@ -27,8 +27,8 @@ Report the highest evidence level actually rerun without upgrading weaker proof.
|
|
|
27
27
|
|
|
28
28
|
## Workflow
|
|
29
29
|
|
|
30
|
-
Read and follow the canonical playbook
|
|
31
|
-
Load
|
|
30
|
+
Read and follow the canonical playbook at `references/verify-and-recover.md`. It owns the workflow; do not recreate it here or load the command catalog speculatively.
|
|
31
|
+
Load the supporting reference at `references/test-in-hosts.md` only when the playbook or observed evidence names that concern.
|
|
32
32
|
|
|
33
33
|
## Verification evidence
|
|
34
34
|
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# Test in real hosts
|
|
2
|
+
|
|
3
|
+
Local `noodle dev` and `noodle devtools` prove the server works; the widget experience is only proven inside a real host. `noodle connect <client>` prints the exact setup flow per host.
|
|
4
|
+
|
|
5
|
+
## Contents
|
|
6
|
+
|
|
7
|
+
- Local inspection first
|
|
8
|
+
- Agent hosts (Claude Code, Codex, editors)
|
|
9
|
+
- ChatGPT (developer mode)
|
|
10
|
+
- Claude
|
|
11
|
+
- Public URL for a local server
|
|
12
|
+
- What to verify
|
|
13
|
+
|
|
14
|
+
## Local inspection first
|
|
15
|
+
|
|
16
|
+
Run `noodle dev` and inspect the loopback endpoint with MCP Inspector: `noodle connect inspector` prints the flow (`npx @modelcontextprotocol/inspector <printed endpoint>`). Preview widget metadata and rendering with `noodle devtools`.
|
|
17
|
+
|
|
18
|
+
## Agent hosts (Claude Code, Codex, editors)
|
|
19
|
+
|
|
20
|
+
`noodle connect claude-code` / `noodle connect codex` (add `--write` for project-local setup). For other editors (`cursor`, `vscode`, `gemini`), `noodle connect <client>` prints the setup steps, and `noodle docs export --format llms` produces portable context. With a deployed endpoint, `noodle connect <client> --endpoint <url>` prints the MCP client registration config.
|
|
21
|
+
|
|
22
|
+
## ChatGPT (developer mode)
|
|
23
|
+
|
|
24
|
+
1. Deploy: `noodle deploy`, then `noodle open --print` for the hosted MCP URL (ChatGPT needs a public HTTPS endpoint, not loopback).
|
|
25
|
+
2. In ChatGPT: Settings → Connectors → enable Developer mode → add the endpoint (`noodle connect chatgpt` prints these steps).
|
|
26
|
+
3. Toggle the connector on in a new conversation and sign in when prompted; testers outside your org need a wider access mode (`noodle access set`).
|
|
27
|
+
4. Test on mobile too — invoke the same connector from the ChatGPT iOS/Android apps to check widget layout.
|
|
28
|
+
|
|
29
|
+
## Claude
|
|
30
|
+
|
|
31
|
+
`noodle connect claude` prints the flow: deploy, then add the hosted MCP URL as a custom connector in Claude settings and sign in when prompted. Widgets render in Apps-capable Claude surfaces; elsewhere the tool’s text/structured result is shown.
|
|
32
|
+
|
|
33
|
+
## Public URL for a local server
|
|
34
|
+
|
|
35
|
+
To try an undeployed server in a host that requires a public URL, `noodle dev --tunnel` publishes a temporary public URL for the loopback endpoint (requires the external `cloudflared` binary on PATH). Treat it as a short-lived test URL — deploy for anything shared.
|
|
36
|
+
|
|
37
|
+
## What to verify
|
|
38
|
+
|
|
39
|
+
Run a golden prompt set — direct (“use <tool> to…”), indirect (a natural request the model should route), and negative (requests that must not trigger the tool). Confirm the model picks the right tool with the right arguments, the widget renders and its actions work, external links open, and the experience degrades to readable text where Apps are unsupported. Symptoms → `references/troubleshooting.md`.
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
# Outcome
|
|
2
|
+
|
|
3
|
+
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.
|
|
4
|
+
|
|
5
|
+
## Use when
|
|
6
|
+
|
|
7
|
+
- The user asks to validate, test, diagnose, recover, or establish whether a local or hosted Noodle Seed project works.
|
|
8
|
+
- A command, connector, App, host integration, deployment, or production check is failing or has uncertain evidence.
|
|
9
|
+
|
|
10
|
+
## Do not use when
|
|
11
|
+
|
|
12
|
+
- The primary request is to design or build a new product capability; select its build route and use this playbook only if evidence fails.
|
|
13
|
+
- The user asks for a higher-risk external action rather than diagnosis. This route does not grant deployment, publication, live-write, or merge authority.
|
|
14
|
+
|
|
15
|
+
## Required inputs
|
|
16
|
+
|
|
17
|
+
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.
|
|
18
|
+
|
|
19
|
+
## Workflow
|
|
20
|
+
|
|
21
|
+
Use this ordered evidence ladder. Start at the last known passing layer or the lowest plausible failure; never jump upward over an unproven dependency:
|
|
22
|
+
|
|
23
|
+
1. **Compile** — the TypeScript build and authoring import surface are valid.
|
|
24
|
+
2. **Validate** — `noodle validate --json` accepts the Noodle contract.
|
|
25
|
+
3. **Local smoke** — `noodle test --json` starts the local runtime. Open apps exercise MCP registration; customer-auth apps must instead pass the anonymous 401 plus exact protected-resource metadata boundary and report `interactiveRequired: true`.
|
|
26
|
+
4. **Customer auth** — when customer auth is declared, run `noodle auth doctor src/server.ts --json` for metadata and JWKS readiness, then run `noodle devtools src/server.ts`, complete sign-in, and make one authenticated `tools/list` request or representative safe read. The doctor does not prove that registration or token issuance succeeds; the authenticated request proves issuer, signature, stable audience, and exact-resource binding together.
|
|
27
|
+
5. **Real API** — a representative safe `noodle tools call` proves connector credentials, transport, observed mapping, and populated data.
|
|
28
|
+
6. **App compliance** — `noodle check --json` and local devtools prove the App contract and intended states.
|
|
29
|
+
7. **Host** — the requested host connects, invokes the expected capability, and renders useful fallback/UI behavior.
|
|
30
|
+
8. **Deploy** — the requested hosted revision and configuration exist and report healthy at the deployment layer.
|
|
31
|
+
9. **Production health** — the live production endpoint and requested user journey are observed on the intended revision.
|
|
32
|
+
|
|
33
|
+
For the first failing layer:
|
|
34
|
+
|
|
35
|
+
1. Read the process exit code or status first. If machine JSON exists, parse it before reading human prose or editing files.
|
|
36
|
+
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.
|
|
37
|
+
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.
|
|
38
|
+
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.
|
|
39
|
+
5. Rerun only the same evidence layer that failed. Once it passes, continue upward only to the user-requested level.
|
|
40
|
+
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.
|
|
41
|
+
|
|
42
|
+
## Verification evidence
|
|
43
|
+
|
|
44
|
+
Report a compact ledger for every exercised layer: command/action, target, result, and the evidence it establishes. Claim only the highest contiguous passing layer.
|
|
45
|
+
|
|
46
|
+
- Compile success does not prove runtime behavior.
|
|
47
|
+
- Validation and local smoke do not prove a real API mapping or credential path.
|
|
48
|
+
- A protected-boundary smoke or passing auth doctor does not prove DCR, token issuance, token audience, or authenticated MCP access.
|
|
49
|
+
- Local evidence does not prove hosted or host behavior.
|
|
50
|
+
- Deployment existence does not prove production health or a user journey.
|
|
51
|
+
- Report every requested but unperformed or blocked higher layer as not run, with the reason.
|
|
52
|
+
|
|
53
|
+
## Recovery paths
|
|
54
|
+
|
|
55
|
+
- Compile/validation: repair the exact import, schema, or reported path, then rerun that command without freeform changes.
|
|
56
|
+
- Local boot/smoke: use the structured startup error to correct the effective target, config, or entrypoint before retrying.
|
|
57
|
+
- Real API: distinguish authentication, reachability, legitimate empty results, and broken response mappings before changing code.
|
|
58
|
+
- App: repair the cited contract or state in `noodle check --json`, then confirm it in devtools before attempting a host.
|
|
59
|
+
- Host/deployment/production: confirm revision, target, identity, and configuration independently; do not infer one from another.
|
|
60
|
+
- Repeated external failure: preserve passing evidence and report the sanitized failure, required authority or external state, owner, and exact next action.
|
|
61
|
+
|
|
62
|
+
## Stop conditions
|
|
63
|
+
|
|
64
|
+
- Stop complete when the user-requested evidence level and every dependency below it pass in the current target.
|
|
65
|
+
- Stop blocked when progress requires credentials, approval, host access, deployment authority, production access, or an external-state change not available in scope.
|
|
66
|
+
- Stop after two evidence-backed repair attempts with the same failure signature at one layer; do not hide repetition behind unrelated edits.
|
|
67
|
+
- Never claim fixed or working without rerunning the failed layer, and never upgrade compile, local, deployment, or stale historical evidence into a stronger claim.
|
|
@@ -3,7 +3,7 @@ name: wrapping-existing-applications
|
|
|
3
3
|
description: "Use when an existing application has no stable usable API and needs a read-only, identity-first Noodle Seed integration plan before implementation."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
<!-- noodle-skill version:0.
|
|
6
|
+
<!-- noodle-skill version:0.92.0 hash:379ab9f64878f1fe -->
|
|
7
7
|
|
|
8
8
|
# wrapping-existing-applications
|
|
9
9
|
|
|
@@ -28,9 +28,9 @@ Produce the smallest safe, repository-grounded existing-application integration
|
|
|
28
28
|
|
|
29
29
|
## Workflow
|
|
30
30
|
|
|
31
|
-
Read and follow the canonical playbook
|
|
32
|
-
Load
|
|
33
|
-
Load
|
|
31
|
+
Read and follow the canonical playbook at `references/wrap-existing-app.md`. It owns the workflow; do not recreate it here or load the command catalog speculatively.
|
|
32
|
+
Load the supporting reference at `references/authoring-workflow.md` only when the playbook or observed evidence names that concern.
|
|
33
|
+
Load the supporting reference at `references/tool-design.md` only when the playbook or observed evidence names that concern.
|
|
34
34
|
|
|
35
35
|
## Verification evidence
|
|
36
36
|
|