Skip to content

docs: renumber node-build ADR from 0010 to 0011#613

Merged
borisno2 merged 1 commit into
mainfrom
claude/issue-595-u9fe7j
Jun 27, 2026
Merged

docs: renumber node-build ADR from 0010 to 0011#613
borisno2 merged 1 commit into
mainfrom
claude/issue-595-u9fe7j

Conversation

@borisno2

Copy link
Copy Markdown
Member

Summary

  • Renamed docs/adr/0010-node-build-makes-the-bundle-loadable-without-a-bundler.mddocs/adr/0011-node-build-makes-the-bundle-loadable-without-a-bundler.md
  • Updated all ADR-0010 references that refer to the node-build ADR to ADR-0011 across 8 files
  • Left all ADR-0010 references for the nested-writes ADR (the legitimate 0010) unchanged

Files updated: .changeset/node-build-target.md, e2e/starter-auth/04-node-build.spec.ts, examples/starter-auth/opensaas.config.ts, examples/starter-auth/scripts/node-build-create-user.mjs, packages/cli/src/commands/generate.ts, packages/cli/src/generator/node-build.test.ts, packages/cli/src/generator/node-build.ts (3 occurrences), packages/core/src/config/types.ts.

Test plan

  • Pure docs/comment cleanup — no code logic changed
  • Verified nested-writes ADR-0010 references are untouched (write-pipeline.ts, nested-operations.ts, transaction-boundary.ts, hooks/index.ts, config/types.ts transaction lines, etc.)
  • No remaining ADR-0010 references in node-build files

Closes #595


Generated by Claude Code

Two ADRs landed on main with the same number 0010 (nested-writes #593
and node-build #594 were authored concurrently). Rename the later-merged
node-build ADR to 0011 and update all references across the codebase.
Nested-writes ADR-0010 references are left unchanged.

Closes #595
@changeset-bot

changeset-bot Bot commented Jun 27, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: e6985cd

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 changesets to release 9 packages
Name Type
@opensaas/stack-cli Minor
@opensaas/stack-core Minor
@opensaas/stack-auth Minor
@opensaas/stack-rag Minor
@opensaas/stack-storage Minor
@opensaas/stack-tiptap Minor
@opensaas/stack-ui Minor
@opensaas/stack-storage-s3 Minor
@opensaas/stack-storage-vercel Minor

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

@vercel

vercel Bot commented Jun 27, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
stack-docs Ready Ready Preview, Comment Jun 27, 2026 10:52pm

@github-actions

Copy link
Copy Markdown
Contributor

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

Status Category Percentage Covered / Total
🔵 Lines 91.51% (🎯 65%) 841 / 919
🔵 Statements 90.72% (🎯 65%) 871 / 960
🔵 Functions 97.93% (🎯 62%) 142 / 145
🔵 Branches 79.05% (🎯 50%) 551 / 697
File CoverageNo changed files found.
Generated in workflow #1210 for commit e6985cd 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 76.03% 92 / 121
🔵 Statements 75.39% 95 / 126
🔵 Functions 75.6% 31 / 41
🔵 Branches 65.78% 75 / 114
File CoverageNo changed files found.
Generated in workflow #1210 for commit e6985cd 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 79.21% 1490 / 1881
🔵 Statements 78.92% 1550 / 1964
🔵 Functions 84.45% 201 / 238
🔵 Branches 67.25% 653 / 971
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
packages/cli/src/commands/generate.ts 3.17% 2.63% 66.66% 3.17% 45-279
packages/cli/src/generator/node-build.ts 88.88% 70.58% 61.53% 88.7% 133, 237-243, 298-303
Generated in workflow #1210 for commit e6985cd 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 74.64% 159 / 213
🔵 Statements 69.74% 166 / 238
🔵 Functions 83.11% 64 / 77
🔵 Branches 70.67% 94 / 133
File CoverageNo changed files found.
Generated in workflow #1210 for commit e6985cd 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 73.22% 186 / 254
🔵 Statements 75% 207 / 276
🔵 Functions 83.33% 65 / 78
🔵 Branches 70.73% 174 / 246
File CoverageNo changed files found.
Generated in workflow #1210 for commit e6985cd 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 47.97% 355 / 740
🔵 Statements 48.14% 377 / 783
🔵 Functions 54.26% 70 / 129
🔵 Branches 42.55% 180 / 423
File CoverageNo changed files found.
Generated in workflow #1210 for commit e6985cd 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 #1210 for commit e6985cd 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% 38 / 38
🔵 Statements 100% 38 / 38
🔵 Functions 100% 8 / 8
🔵 Branches 100% 22 / 22
File CoverageNo changed files found.
Generated in workflow #1210 for commit e6985cd by the Vitest Coverage Report Action

@borisno2 borisno2 merged commit cd60c92 into main Jun 27, 2026
6 checks passed
@borisno2 borisno2 deleted the claude/issue-595-u9fe7j branch June 27, 2026 23:11
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.

Duplicate ADR number 0010: renumber the node-build ADR to 0011

2 participants