chore: bootstrap plugin scaffold (D-00) - #2
Merged
kasunben merged 3 commits intoJul 16, 2026
Merged
Conversation
package.json, tsconfig.json (extends @sovereignfs/tsconfig), manifest.json (id fs.sovereign.docs, shell: default — matching every other type: sovereign product plugin, not the example-minimal demo), a placeholder EmptyState page/layout matching Ledger's under-construction convention, a CI workflow that composes this checkout into a platform clone (this plugin can't typecheck standalone — workspace-only deps), and a README pointing to SPEC.md/roadmap.md. Verified live: pnpm generate composes it to runtime/app/(platform)/(plugins)/docs, and pnpm dev renders the placeholder correctly in the browser. prettier, eslint, and tsc --noEmit all pass clean. Co-Authored-By: Claude Code <noreply@anthropic.com>
This plugin depends on workspace-only platform packages and can't be lint/typecheck-verified without a platform checkout, so the composed-clone CI workflow was more scaffolding than value at this stage. Removed for now; revisit once there's an established pattern for verifying externally- maintained sovereign plugins in CI. Co-Authored-By: Claude Code <noreply@anthropic.com>
Co-Authored-By: Claude Code <noreply@anthropic.com>
kasunben
marked this pull request as ready for review
July 16, 2026 18:56
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 free
to 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.
Summary
package.json,tsconfig.json(extends@sovereignfs/tsconfig/nextjs.json),manifest.json(fs.sovereign.docs,shell: default), a placeholderEmptyStatepage/layout matching Ledger's under-construction convention, and a README pointing to SPEC.md/roadmap.md.shell: default— consistent with every othertype: sovereignproduct plugin (Ledger, Plainwrite, Tasks, Wallet, Shopper);shell: minimalis only used by theexample-minimaldemo plugin.sovereignfs/sovereignclone, since this plugin depends on workspace-only platform packages and can't be linted/typechecked standalone), then dropped it as premature scaffolding. Neither sibling reference plugin (sovereign-ledger,sovereign-plainwrite) has CI yet either. Tracked in roadmap.md's Deferred section (D-00-ci).Stacked on #1 (
docs/re-verify-platform-capabilities) — this scaffold's manifest permissions and shell choice depend on that PR's corrections. Base should be retargeted tomainonce #1 merges.Test plan
pnpm exec prettier --checkon the new files — cleanpnpm exec eslinton the new files — cleanpnpm --filter @sovereignfs/sovereign-docs typecheck— cleanpnpm generatecomposes the plugin toruntime/app/(platform)/(plugins)/docspnpm dev+ browser check —/docsrenders "Sovereign Docs is under construction" with no extra chrome issues🤖 Generated with Claude Code