docs: align hardening + driver docs with Hono-only adapters (#2392)#2393
Merged
Conversation
…2.0) Follow-up to the adapter trim (#2391). Hand-written docs only (ADRs / audits / CHANGELOGs left as historical): - docs/HARDENING.md: Fastify recipe → Hono recipe (the @objectstack/fastify import was broken after removal); CSRF → hono/csrf; CORS → createHonoApp. - docs/design/driver-turso.md: drop plugin-msw row; "all adapters" → Hono. - packages/plugins/driver-memory/README.md: drop plugin-msw bullets. - packages/runtime/README.md: framework examples narrowed to Hono. - docs/launch-readiness.md: stale express/fastify residual note → Hono. Verified: no removed-package refs remain in current docs. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📓 Docs Drift CheckThis PR changes 2 package(s): 20 hand-written doc(s) reference the affected code and may need an implementation-accuracy re-verification:
|
This was referenced Jun 27, 2026
Closed
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.
First slice of the docs-accuracy pass (#2392), following the adapter trim (#2391).
Fixes (hand-written docs only)
docs/HARDENING.md— the "Fastify recipe" imported the now-deleted@objectstack/fastify; rewritten as a Hono recipe using the realobjectStackMiddleware(kernel)+secureHeaders()+RateLimiter. CSRF guidance →hono/csrf; CORS example →createHonoApp({ cors }).docs/design/driver-turso.md— dropped the@objectstack/plugin-mswimpact row; "All adapters (Next.js, NestJS, …)" → Hono.packages/plugins/driver-memory/README.md— dropped the two@objectstack/plugin-mswbullets.packages/runtime/README.md— framework examples narrowed to Hono (IHttpServerstays described as framework-agnostic).docs/launch-readiness.md— stale "express/fastify" residual note → Hono.Left as-is (intentional)
docs/adr/**anddocs/audits/**— dated historical records (e.g. the PolicySchema/http_request liveness audits that motivated the removals). CHANGELOGs likewise.@objectstack/runtime'screateDispatcherPluginand thehttp_requests_totalmetric names — those are live, unrelated to the removed flow-node alias.Verification
Grep confirms no removed-package references remain in current docs. Docs-only; covered by a patch changeset (absorbed into the pending 12.0.0).
Remaining #2392 items (env-rename UPGRADE note, etc.) tracked in that issue.
🤖 Generated with Claude Code