Skip to content

fix: close #19#20

Merged
reaatech merged 1 commit into
mainfrom
issue/ci-failing-on-main-code-format-lint-release-19
May 26, 2026
Merged

fix: close #19#20
reaatech merged 1 commit into
mainfrom
issue/ci-failing-on-main-code-format-lint-release-19

Conversation

@reaatech

Copy link
Copy Markdown
Owner

Summary

Fix summary: Applied Biome formatting to 8 package.json files (packages/{auth,cli,client,core,mcp-bridge,observability,persistence,server}/package.json) to collapse their "files" arrays from multiline to single-line ["dist"], matching the project's Biome config. This resolves the Code Format CI failure. The Lint CI failure was a cascade from the format check (no actual lint errors exist), and the Release E404 failure is expected for initial publish under an unregistered npm scope and cannot be fixed locally.

Closes #19

Fix summary: Applied Biome formatting to 8 package.json files (`packages/{auth,cli,client,core,mcp-bridge,observability,persistence,server}/package.json`) to collapse their `"files"` arrays from multiline to single-line `["dist"]`, matching the project's Biome config. This resolves the Code Format CI failure. The Lint CI failure was a cascade from the format check (no actual lint errors exist), and the Release E404 failure is expected for initial publish under an unregistered npm scope and cannot be fixed locally.
@reaatech reaatech merged commit 45a5c40 into main May 26, 2026
12 checks passed
@reaatech reaatech deleted the issue/ci-failing-on-main-code-format-lint-release-19 branch May 26, 2026 04:46
@reaatech

Copy link
Copy Markdown
Owner Author

✅ PR Pipeline Complete

  • Scope: In scope
  • Coverage: 100%
  • CI: All checks passed
  • Merge: 45a5c40

Release to npm is handled separately by the weekly publish job; this PR will be included if it resolves a High/Critical-labelled issue.

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.

CI failing on main: Code Format, Lint, Release

1 participant