docs: sync site against recent framework changes#119
Merged
antosubash merged 1 commit intomainfrom Apr 23, 2026
Merged
Conversation
- Rewrite events guide + API ref around Wolverine IMessageBus (replaces custom IEventBus) - Update endpoint samples to FluentValidation + ToValidationErrors bridge - Move DevTools from framework/ to tools/ in project structure - Add new CLI commands (version, list, dev, install, new agent) to overview - Add error-pages guide covering GlobalExceptionHandler, MapFallback, and React error components - Refresh source-generator advanced doc: new DiscoveryData fields, Finders/ layout, 19 emitters - Remove stale PublishInBackground / ValidationBuilder / IEventHandler references
Deploying simplemodule-website with
|
| Latest commit: |
c7f14ac
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://9cdfd5b4.simplemodule-website.pages.dev |
| Branch Preview URL: | https://feature-recursing-lamport-e1.simplemodule-website.pages.dev |
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
Audit of
docs/site/anddocs/CONSTITUTION.mdagainst recent merges, with drift fixed and a missing feature documented.What changed
IMessageBus(PR Replace custom IEventBus with Wolverine #114).PublishInBackground/IEventHandler<T>/AggregateExceptionsemantics removed; handler discovery is now by Wolverine naming convention.IValidator<T>and useValidationResultExtensions.ToValidationErrors()(PR Replace custom ValidationBuilder with FluentValidation #112). Added a dedicated Validation section.SimpleModule.DevToolsout offramework/into a newtools/section (PR Framework scope scaffolding + move DevTools to tools/ #115).sm version,sm list,sm dev,sm install,sm new agent(PR feat(cli): add version/list commands, shared tree renderer, async install #117).GlobalExceptionHandlerInertia-vs-ProblemDetails dispatch,/error/{statusCode},MapFallback,ForbiddenException, the staticerror.htmlfallback, and the ReactERROR_PAGESregistry (PR feat: implement error pages and apply base entity inheritance #106).DiscoveryDatafields,Discovery/Finders/files,CoreSymbols, expanded emitter table (19 emitters, corrected generated filenames) (PR refactor(generator): split source generator into cohesive files + safe perf wins #113).(event bus, Blazor, etc.)in guide/modules.md (wrong stack).Reviewer notes
Program.cs,app.tsx).docs/plans/anddocs/superpowers/still contain historical planning docs with pre-refactor terminology; those are intentionally left alone.Test plan
npm run docs:buildsucceeds (VitePress)/guide/*and/advanced/*links resolve