Skip to content

docs(sdk): use [subscribe]/[publish] tables, not [[interceptor]]/ipc_* arrays#13

Open
joshuajbouw wants to merge 1 commit into
mainfrom
docs/manifest-subscribe-handler
Open

docs(sdk): use [subscribe]/[publish] tables, not [[interceptor]]/ipc_* arrays#13
joshuajbouw wants to merge 1 commit into
mainfrom
docs/manifest-subscribe-handler

Conversation

@joshuajbouw

Copy link
Copy Markdown
Contributor

astrid#863 makes the [publish]/[subscribe] tables the only IPC-intent surface (removes [[interceptor]] and the capabilities.ipc_* arrays).

  • Doc comment (interceptors.ts) + README manifest snippet updated to the table form.
  • examples/test-capsule/Capsule.toml migrated — it used both ipc_publish = [...] and a [[interceptor]] block, so it would have silently lost its binding/ACL under the new kernel (and is a copy-paste template). Now uses [publish] + a [subscribe] handler entry (wit = "opaque", since the test payloads are untyped).

SDK code is unaffected — it never parsed Capsule.toml.

…eptor]]/ipc_* forms

astrid#863 makes the [publish]/[subscribe] tables the only IPC-intent surface (removes [[interceptor]] and the capabilities.ipc_* arrays). Update the interceptors doc comment + README manifest snippet, and migrate the examples/test-capsule manifest (which used both legacy forms and would have broken under the new kernel + taught the wrong pattern). SDK code is unaffected — it never parsed the manifest.

@gemini-code-assist gemini-code-assist 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.

Code Review

This pull request updates the capsule configuration format by replacing the ipc_publish capability and [[interceptor]] array with the new [publish] and [subscribe] sections in Capsule.toml files and documentation. It also updates the contracts subproject commit and adjusts the documentation in astrid-sdk to reflect these changes. There are no review comments, and I have no feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

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