docs: document shared dev-services local database in CLAUDE.md - #217
Merged
Conversation
Deploying simplemodule-website with |
| Latest commit: | 909501c |
| Status: | ✅ Deploy successful! |
| Preview URL: | https://046d4fc1.simplemodule-website.pages.dev |
| Branch Preview URL: | https://chore-shared-dev-services.simplemodule-website.pages.dev |
Uh oh!
There was an error while loading. Please reload this page.
antosubash added a commit
that referenced
this pull request
Jun 3, 2026
Catches the documentation site up with framework PRs merged since the last sync (#208): - Settings (#211): document the 11 SettingType field types and their validation, the new SettingDefinition metadata (AllowedValues, Min/Max, Pattern, Required, Sensitive, Order, Placeholder), sensitive-value masking, the JsonElement-based ISettingsContracts, resolved/decoded values, bulk updates, the full HTTP API, and the redesigned admin/user settings UI. - Form Requests (#215): new guide page covering the [FormRequest] pipeline (bind -> authorize -> prepare -> validate), rule configuration, 403/422 responses, TypeScript generation, and the SM0056/SM0057 diagnostics; cross-linked from the Endpoints validation section and the sidebar. - Design system v2 (#210): add Stat, EmptyState, FilterBar, SearchInput, NumberInput, and Kbd to the components reference; refresh the styling tokens to OKLCH colours, Geist/Fraunces fonts, the layered shadow scale, and the new motion/z-index/opacity scales; note flat (non-gradient) surfaces and opt-in table row hover. - Recovery codes (#203): document two-factor recovery code generation, download/print, and the remaining-codes status in the Identity guide. Identity provider docs (#216) already shipped with that PR; the shared dev-services note (#217) stays in CLAUDE.md as a local-dev concern. Verified with `vitepress build` (dead-link checking enabled) — green. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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 freeto 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.
Documents the shared
dev-serviceslocal database stack so agents use the one shared Postgres/Redis/MinIO instead of starting their own containers. See the new section in CLAUDE.md for this repo's database name and connection.