Skip to content

docs(adr): renumber the auth idField ADR to 0071 to resolve a 0070 collision - #1555

Merged
borisno2 merged 1 commit into
mainfrom
fix/adr-0070-duplicate-numbering
Sep 13, 2026
Merged

borisno2 merged 1 commit into
mainfrom
fix/adr-0070-duplicate-numbering

Conversation

@borisno2

Copy link
Copy Markdown
Member

Summary

main's check:adr-duplicates (pnpm check:adr-duplicates, run in the test job of every PR) currently fails on main itself:

Duplicate ADR numbers found in docs/adr/:
  0070:
    - 0070-the-auth-plugins-id-strategy-is-config-not-a-hardcoded-pin.md
    - 0070-the-generated-clients-identity-is-a-process-wide-registry-entry.md

0070-the-auth-plugins-id-strategy-is-config-not-a-hardcoded-pin.md (#1550) and 0070-the-generated-clients-identity-is-a-process-wide-registry-entry.md (#1548) merged within a minute of each other and both claimed 0070, so this is blocking the test check on every open PR against main (discovered while driving #1554 to green).

  • Renamed 0070-the-auth-plugins-id-strategy-is-config-not-a-hardcoded-pin.md0071-..., and updated its two filename-link references (in docs/adr/0048-...md and docs/adr/0060-...md).
  • Left 0070-the-generated-clients-identity-is-a-process-wide-registry-entry.md at 0070: it has 7+ scattered bare (ADR-0070) comment references across packages/core, packages/cli and packages/auth that would need updating instead, versus the 2 filename-link references the renamed file has.

No package code changed — docs/ADR only, so no changeset.

Test plan

  • pnpm check:adr-duplicates passes (71 numbers checked, no duplicates)
  • cd docs && npx tsx scripts/link-check.ts passes (internal links still resolve)
  • pnpm lint, pnpm format clean
  • Confirmed via grep that no other file references the renamed file's old path, and that every (ADR-0070) comment left untouched genuinely refers to the client-identity ADR that keeps the number 0070

🤖 Generated with Claude Code

https://claude.ai/code/session_01HEEWCWcKXFFYY3PXE2zBH6


Generated by Claude Code

…llision

0070-the-auth-plugins-id-strategy-is-config-not-a-hardcoded-pin.md (#1550)
and 0070-the-generated-clients-identity-is-a-process-wide-registry-entry.md
(#1548) landed within a minute of each other and both claimed 0070,
tripping check:adr-duplicates on every PR against main.

Renumbered the id-strategy ADR to 0071 (2 filename-link updates in ADR-0048
and ADR-0060) rather than the client-identity one, which has 7+ scattered
bare "(ADR-0070)" comment references across packages/core, packages/cli and
packages/auth that would otherwise need updating instead.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01HEEWCWcKXFFYY3PXE2zBH6
@changeset-bot

changeset-bot Bot commented Sep 13, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: a306e61

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@vercel

vercel Bot commented Sep 13, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
stack-docs Ready Ready Preview Sep 13, 2026 9:54pm UTC

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for Core Package Coverage (./packages/core)

Status Category Percentage Covered / Total
🟢 Lines 93.84% (🎯 81%) 3523 / 3754
🟢 Statements 92.09% (🎯 76%) 3986 / 4328
🟢 Functions 95.48% (🎯 78%) 803 / 841
🟢 Branches 86.96% (🎯 71%) 2623 / 3016
File CoverageNo changed files found.
Generated in workflow #2508 for commit a306e61 by the Vitest Coverage Report Action

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for UI Package Coverage (./packages/ui)

Status Category Percentage Covered / Total
🔵 Lines 78.7% 244 / 310
🔵 Statements 78.43% 251 / 320
🔵 Functions 69.81% 74 / 106
🔵 Branches 67.51% 160 / 237
File CoverageNo changed files found.
Generated in workflow #2508 for commit a306e61 by the Vitest Coverage Report Action

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for CLI Package Coverage (./packages/cli)

Status Category Percentage Covered / Total
🔵 Lines 82.28% 1992 / 2421
🔵 Statements 82% 2142 / 2612
🔵 Functions 87.91% 342 / 389
🔵 Branches 75.17% 1066 / 1418
File CoverageNo changed files found.
Generated in workflow #2508 for commit a306e61 by the Vitest Coverage Report Action

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for Auth Package Coverage (./packages/auth)

Status Category Percentage Covered / Total
🔵 Lines 91.42% 288 / 315
🔵 Statements 90.16% 321 / 356
🔵 Functions 96.1% 74 / 77
🔵 Branches 83.38% 276 / 331
File CoverageNo changed files found.
Generated in workflow #2508 for commit a306e61 by the Vitest Coverage Report Action

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for Storage Package Coverage (./packages/storage)

Status Category Percentage Covered / Total
🔵 Lines 90.11% 301 / 334
🔵 Statements 90.27% 334 / 370
🔵 Functions 96.9% 94 / 97
🔵 Branches 86.44% 319 / 369
File CoverageNo changed files found.
Generated in workflow #2508 for commit a306e61 by the Vitest Coverage Report Action

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for RAG Package Coverage (./packages/rag)

Status Category Percentage Covered / Total
🔵 Lines 91.98% 597 / 649
🔵 Statements 91.35% 655 / 717
🔵 Functions 97.54% 119 / 122
🔵 Branches 85.65% 424 / 495
File CoverageNo changed files found.
Generated in workflow #2508 for commit a306e61 by the Vitest Coverage Report Action

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for Storage S3 Package Coverage (./packages/storage-s3)

Status Category Percentage Covered / Total
🔵 Lines 100% 40 / 40
🔵 Statements 100% 40 / 40
🔵 Functions 100% 9 / 9
🔵 Branches 100% 19 / 19
File CoverageNo changed files found.
Generated in workflow #2508 for commit a306e61 by the Vitest Coverage Report Action

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for Storage Vercel Package Coverage (./packages/storage-vercel)

Status Category Percentage Covered / Total
🔵 Lines 100% 68 / 68
🔵 Statements 100% 71 / 71
🔵 Functions 100% 15 / 15
🔵 Branches 97.87% 46 / 47
File CoverageNo changed files found.
Generated in workflow #2508 for commit a306e61 by the Vitest Coverage Report Action

@borisno2
borisno2 merged commit 7417e36 into main Sep 13, 2026
8 checks passed
@borisno2
borisno2 deleted the fix/adr-0070-duplicate-numbering branch September 13, 2026 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants