docs: Update documentation for controller PR #2131 #118
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.
This PR updates the documentation to reflect changes made in cartridge-gg/controller#2131
packages/controller/src/controller.ts
packages/controller/src/types.ts
packages/keychain/src/components/purchasenew/starterpack/starter-item.tsx
packages/keychain/src/components/purchasenew/starterpack/starterpack.tsx
packages/keychain/src/context/purchase.tsx
packages/keychain/src/hooks/starterpack.ts
packages/keychain/src/utils/tests/purchase-display.test.ts
packages/keychain/src/utils/tests/starterpack-price.test.ts
packages/keychain/src/utils/tests/starterpack-url.test.ts
packages/keychain/src/utils/connection/index.ts
packages/keychain/src/utils/payments.ts
packages/keychain/src/utils/starterpack-url.ts
packages/keychain/src/utils/starterpack.ts
Note
Rewrites Controller purchasing docs to require onchain starterpack IDs, removes custom StarterPack configuration, and updates references and examples across pages.
openStarterPacksignature toopenStarterPack(starterpackId: string)and remove support for customStarterPackobjects.StarterPackand custom pack construction; keepStarterPackItemandStarterPackItemTypeonly for UI rendering.openStarterPackdescription to reference bundles from the onchain registry.Written by Cursor Bugbot for commit 0805384. This will update automatically on new commits. Configure here.