chore: add oxfmt/oxlint tooling, link project backlog, refactor validate script - #32
Open
espetro wants to merge 3 commits into
Open
chore: add oxfmt/oxlint tooling, link project backlog, refactor validate script#32espetro wants to merge 3 commits into
espetro wants to merge 3 commits into
Conversation
Exact pin 4.0.23 shadowed the hoisted 4.0.26 that ai@6.0.175 requires, breaking @app/core's image generation module at runtime (missing isNonNullable export). Use caret range so bun dedupes to one copy.
…ate script Adds oxfmt/oxlint as root devDependencies (needed by upcoming packages/canvas and packages/pipeline lint/format scripts), links AGENTS.md to the GH Project backlog, and splits scripts/validate.ts's --cwd handling into getPackageName/parseArgs helpers (no behavior change). Refs #26
Deploying calca with
|
| Latest commit: |
b091352
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://eea7133d.calca-5u3.pages.dev |
| Branch Preview URL: | https://chore-tooling-misc.calca-5u3.pages.dev |
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
oxfmt/oxlintas root devDependencies, needed by upcomingpackages/canvasandpackages/pipelinelint/format scripts (PR3/PR4 in the split-tree stack).AGENTS.mdto the GH Project backlog.scripts/validate.ts's--cwdhandling intogetPackageName/parseArgshelpers — no behavior change to the existing flag.First of 5 stacked PRs splitting an uncommitted working tree (see
.agents/plans/2026-08-20-split-uncommitted-tree-into-5-prs.md). Lands first since other branches depend on this tooling.Closes #26
Test plan
bun run validate(typecheck, lint, format, test) passes at root