Skip to content

docs(canvas): correct four walkthrough accuracy findings - #356

Merged
ScriptedAlchemy merged 1 commit into
mainfrom
fix/findings-wave2-canvas-docs
Sep 3, 2026
Merged

docs(canvas): correct four walkthrough accuracy findings#356
ScriptedAlchemy merged 1 commit into
mainfrom
fix/findings-wave2-canvas-docs

Conversation

@ScriptedAlchemy

Copy link
Copy Markdown
Owner

Summary

Test plan

  • Claims re-verified against current src (projection.ts allow path; manifest fields)

Scope the route export contract to generated MCP tool/resource/prompt
routes, describe envelope forwarding as value-preserving rather than
byte-for-byte, drop the unsupported capability-table-hash manifest claim,
and document Claude's explicit permissionDecision allow response.
@ScriptedAlchemy
ScriptedAlchemy merged commit 16653ad into main Sep 3, 2026
@changeset-bot

changeset-bot Bot commented Sep 3, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: f1ffbf4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 3, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-03T02:46:47.901375Z f1ffbf4 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f1ffbf4fef

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +406 to +407
route kinds (events, CLI commands, skills) carry their own export
contracts.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Remove Markdown skills from the route-export list

Conventional skills such as src/skills/<name>/SKILL.md are documents parsed from YAML frontmatter, not route kinds with exports; only the optional rendered SKILL.tsx form has a component/frontmatter export contract. Describing all skills here as route kinds with export contracts can send users toward an unsupported authoring shape, so distinguish rendered skills or omit skills from this list.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed on main (merge af1c185).

title="Thin client prints the host-native response and exits 0"
channel="wrapper → Claude · stdout"
note="Claude blocks the Write and surfaces the reason to the model. If the route had allowed it, the wrapper would print nothing (or updatedInput / additionalContext) instead."
note="Claude blocks the Write and surfaces the reason to the model. If the route had decided to allow it, the wrapper prints an explicit hookSpecificOutput.permissionDecision: 'allow' (optionally with updatedInput / additionalContext); a route that renders no decision prints nothing."

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Do not describe a decisionless tool route as silent

For the Claude PreToolUse / tool/before path illustrated here, projectEventDocument always emits hookSpecificOutput.permissionDecision: "allow" when the result is not a denial, even when document.value and additional context are both absent. Thus a route that renders no decision does not print nothing in this walkthrough; the final clause contradicts the projection behavior and should be removed or scoped to event types that actually support silence.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed on main (merge af1c185).

@ScriptedAlchemy
ScriptedAlchemy deleted the fix/findings-wave2-canvas-docs branch September 3, 2026 05:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant