Feature/design system v1#18
Merged
Merged
Conversation
Version drift made it possible for package metadata, shared UI version display, OpenAPI, and release automation to disagree. The release flow now derives metadata from the root package version, verifies changelog coverage, and checks the same contract in CI, deploy, and tag-triggered release jobs. Constraint: Existing workspace contains unrelated dirty files, so the commit is scoped to versioning, changelog, OpenAPI, GitHub Actions, and About page release metadata Rejected: Keep OpenAPI as an independent 2.0.0 surface | user requested OpenAPI use the unified project version Confidence: high Scope-risk: moderate Reversibility: clean Directive: Do not bump package versions without running pnpm version:sync and updating CHANGELOG.md Tested: git diff --cached --check; pnpm version:check; pnpm --dir apps/web exec vitest run src/test/about-page.test.tsx; pnpm typecheck; pnpm lint; pnpm test; pnpm build Not-tested: GitHub Actions remote execution
The release flow should publish tagged versions without a draft handoff, and the pending local account-management work needed to land together so the frontend route, admin data, worker persistence, and tests stay aligned. Constraint: User explicitly requested committing all local code in the workspace Rejected: Leave account/admin changes uncommitted | user asked to commit all local code Confidence: high Scope-risk: broad Reversibility: clean Directive: Future release tags now publish GitHub releases directly; use manual draft workflows only if the release policy changes again Tested: git diff --cached --check; pnpm version:check; pnpm typecheck; pnpm lint; pnpm test; pnpm build Not-tested: Tag-triggered direct-release workflow after this workflow edit
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.
Summary
Scope
Verification
pnpm testpnpm typecheckpnpm lintpnpm buildChecklist
Risks / Follow-ups