docs: sync README, CLAUDE.md, CONSTITUTION & docs site with current framework#271
Merged
Conversation
…ramework - README: correct framework/module/package lists to the actual shipping set — remove non-existent demo modules (Agents/Marketplace/Orders/PageBuilder/ Products/Rag), add Identity/Keycloak/Notifications, the Testing project, Echo/TsConfig packages, and a tools/DevTools entry; fix the event-bus description (Wolverine IMessageBus, not IEventBus); use the real Tenants module as the anatomy example - CLAUDE.md: npm script build:dev (not dev:build), diagnostics range SM0001-SM0061, and corrected page-registry failure behaviour (throws a descriptive error + toast, not a silent 404) - CONSTITUTION & docs site: same page-registry correction; drop vestigial TickerQ references (jobs use a custom DatabaseJobQueue + Cronos); add the missing ConfigureAgents lifecycle row; Inertia 3.x; fix Customerion typos
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
Brings the living documentation back in sync with the current framework. Audited every factual claim in the project docs against the actual
origin/mainsource (tracked files /SimpleModule.slnx) and fixed the drift.framework/,modules/, andpackages/lists to the real shipping set: removed non-existent demo modules (Agents/Marketplace/Orders/PageBuilder/Products/Rag), added the real Identity/Keycloak/Notifications modules, theTestingframework project, theEcho/TsConfigpackages, and atools/SimpleModule.DevToolsentry. Fixed the event-bus description (WolverineIMessageBus+ convention handlers, not the non-existentIEventBus/IEventHandler<T>). Switched the module-anatomy example from the removedProductsmodule to the realTenantsmodule.npm run build:dev(notdev:build); diagnostics rangeSM0001-SM0061; corrected the page-registry failure description (throws a descriptive error + toast, not a silent 404).DatabaseJobQueue+Cronos); added the missingConfigureAgentslifecycle row to theIModuletables; Inertia3.x; fixedCustomerion→Productiontypos.Verification
ConfigureAgentsonIModule, Inertia^3.0.1, page-resolver behavior inapp.tsx/resolve-page.ts). Independent review pass returned zero findings.IModulelifecycle tables column-consistent.Test plan
SimpleModule.slnx