feat: simplify redirects and add plugin SDK - #47
Merged
Conversation
- Restore transparent proxy forwarding with rollback-compatible policy parsing - Save database-backed rule edits from dialogs while retaining Git manual saves - Present routes as descriptive cards with target favicons and actions
- Centralize retention, lookback, and result limits in the analytics domain - Bring D1 query and maintenance semantics in line with PostgreSQL - Expand the shared Store behavior contract
- Add typed manifest, configuration, Runtime, and WebUI authoring helpers - Generate and compile-test all supported workspace plugin kinds - Route SDK changes through the owning CI workflows and bilingual documentation
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
@i0c/plugin-sdkauthoring layer, six-kind scaffolder, fixtures, bilingual documentation, and CI path coverageImpact
The Runtime keeps a simpler transparent proxy contract, database-backed rule edits produce immutable revisions directly from dialogs, analytics backends expose consistent behavior, and future workspace plugins can be authored without importing application internals.
Validation
pnpm checkgit diff --check origin/main...HEADPostgreSQL integration coverage remains environment-gated when no test database URL is configured; all available local checks passed.