Uh oh!
There was an error while loading. Please reload this page.
revert(twister): withdraw the per-focus memory and status-brief surface - #380
Merged
Conversation
Reverts the addition of getMemory(), setMemory() and getBriefs() to the Plot tool, along with the FocusMemoryEntry and FocusBrief types. The platform does not implement these methods yet, so a twist that declared FocusAccess.Full and called them would type-check against the SDK and then fail at runtime. Withdrawing them keeps the SDK surface an accurate description of what the platform actually answers. No published version is affected: the methods were added after 0.92.0 and their changeset had not been consumed by a release, so they never reached npm. The changeset is removed with them rather than replaced, because nothing user-visible changed between published versions. They will return alongside the platform support.
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reverts the addition of
getMemory(),setMemory()andgetBriefs()to thePlottool, along with theFocusMemoryEntryandFocusBrieftypes.Why
The platform does not implement these methods yet. As things stand, a twist that declares
FocusAccess.Fulland calls any of them type-checks cleanly against the SDK and then fails at runtime — the SDK surface promises an answer the platform has no handler for. Withdrawing them keeps the declared surface an accurate description of what the platform actually responds to.They will return alongside the platform support, unchanged in shape.
No published version is affected
The methods were added after
0.92.0and their changeset was never consumed by a release, so they never reached npm.0.92.0— the currentlatest— does not contain them, and no twist can be depending on them from a published package.The changeset is therefore deleted rather than replaced with a "removed" entry: nothing user-visible changed between published versions, so a changelog line describing the removal would document a version that never existed.
Verification
twisterbuild clean, 77 tests passing.pnpm validate-changesetspasses on the two remaining changesets.twister/src/llm-docs/, which is generated at build time and gitignored, and regenerates without them.🤖 Generated with Claude Code