docs: mark the claim flow implemented in ADR 046 and the docs site - #927
Conversation
The server-side claim handlers shipped (#909 claim service, #912 handlers and integration tests, closing #611 and #612), so the four docs spots that PR #902 set to "handlers answer 501" are stale. Reword ADR 046's status and amendment, the ADR index row, and the two docs-site pages to the new boundary: the server flow is fully implemented; the console claim page (#615) is still missing, so the browser leg has no guided UI yet. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
There was a problem hiding this comment.
Pull request overview
Updates the documentation surface (ADR index, ADR 046, and docs-site pages) to reflect that the claim lifecycle described in ADR 046 is now implemented server-side, while keeping the remaining gap (missing console claim page) explicit.
Changes:
- Mark ADR 046 as Implemented and update its amendment to describe the fully shipped claim flow (including the server handlers and tests) while noting the console UI gap.
- Update the ADR index entry for ADR 046 to match the new status/summary.
- Reword docs-site overview and concepts pages to match the shipped boundary: server+CLI are complete; browser leg has no guided UI yet.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/adrs/README.md | Updates ADR 046’s index row to “Implemented” and reflects the fully shipped claim lifecycle. |
| docs/adrs/046-claim-lifecycle-v2.md | Marks ADR 046 as implemented and revises the amendment to the complete shipped set, including the remaining console UI gap. |
| apps/docs/content/docs/index.mdx | Updates the docs landing page to state the server-side claim flow is shipped end-to-end, with console claim UI still pending. |
| apps/docs/content/docs/concepts/project-team-user.mdx | Aligns the “Preview note” with the implemented claim boundary and the missing console claim page. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Summary
Implementedand rewrite the amendment to the full shipped list (feat(api): add claim lifecycle endpoints to the OpenAPI contract #739, feat(migration): add claim_challenges table (#607) #628, refactor(database): add claim challenge statements and the personal-team lookup #740, feat(api): verify platform session for claim/complete #751, feat: add the zitadel claim command #754, feat: report team attachment in setup, status, and doctor #776, refactor: add the claim service behind the 501 claim endpoints #909, feat: wire the claim endpoints to the claim service #912), including one clause on claim state being the unique active owning-team grant inauthz_assignments(anticipating proposed ADR 054 §2).docs/adrs/README.mdindex row to match.index.mdx,concepts/project-team-user.mdx) to the same boundary.Validation
node scripts/check-adrs-index.mjs(adr index: ok, 54 records)node scripts/check-pr-title.mjs --title "docs: mark the claim flow implemented in ADR 046 and the docs site"rg -n "501|not implemented|cannot complete|handlers land"andrg -n "#611|#612"overdocs/andapps/docs/return no hitsRelease notes / changeset
No changeset required: documentation only, no shipped behavior changed.
🤖 Generated with Claude Code