Conversation
AGENTS.md directs agents to use .repos as source of truth for Effect and TanStack; the plan records subtree add/pull workflow.
Replace Next-specific APIs with Vite/Start routes and shims, port tRPC to the fetch adapter, adopt Tailwind v4 via @tailwindcss/vite, and ignore TanStack build output under .output/.
* Squashed '.repos/effect/' content from commit 8d71e545 git-subtree-dir: .repos/effect git-subtree-split: 8d71e5452cd040bd4c80df55bba2c95c8af79b54 * Squashed '.repos/tanstack-router/' content from commit 2506478fa8 git-subtree-dir: .repos/tanstack-router git-subtree-split: 2506478fa81f8603eb69d7ce4b17d3280dececfb * Document vendored .repos subtrees and agent guidance. AGENTS.md directs agents to use .repos as source of truth for Effect and TanStack; the plan records subtree add/pull workflow.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Added support for local shallow clones of upstream repositories under `.repos/`, now gitignored. - Updated `AGENTS.md` to reflect changes in vendored repo usage and added new entries for TanStack Query and Supabase. - Replaced `git subtree` references with a new `syncVendoredRepos` script for managing vendored repositories. - Enhanced `setup.mts` to ensure environment variables are synced from Supabase status. - Introduced `runChildProcess` utility for executing commands and capturing output. - Updated `.gitignore` to include new paths for temporary files and vendored repositories.
- Replaced @radix-ui/react components with @base-ui/react equivalents in various files, including CollapsibleContent, Layout, and PlayerStatsPage. - Updated package.json and pnpm-lock.yaml to include @base-ui/react as a dependency. - Adjusted Vite configuration to streamline environment variable handling. - Enhanced Progress and Tooltip components to utilize the new base-ui structure.
- Updated environment variable keys in .env.example and .env.prod.example from NEXT_PUBLIC_ to VITE_ for better compatibility with Vite. - Introduced new TypeScript definitions in env.d.ts to support Vite environment variables. - Modified components and services to utilize import.meta.env for accessing environment variables. - Adjusted setup script to sync new Vite environment variables from Supabase status.
- Replaced `dayjs` with `effect` version `4.0.0-beta.68` in `pnpm-lock.yaml` and `package.json`. - Removed `unoptimized` prop from `Image` component and related usages in `ArticlePreview` and `Header`. - Introduced `ClientToaster` component for improved toast notifications, replacing direct usage of `react-hot-toast` in `_app.tsx` and `__root.tsx`. - Refactored `PageLoader` to ensure proper mounting before rendering based on loading state. - Updated `usePlayerSearch` hook to return empty arrays for rankings and aliases when no search is performed.
…ite and improve documentation - Deleted `.eslintrc.yml` and `.prettierrc` files to streamline configuration management. - Introduced `vite.config.ts` for Vite setup, including linting and formatting rules. - Updated `AGENTS.md` to reflect new vendored repository structure and usage. - Modified `README.md` to specify updated pnpm version and improved command formatting. - Adjusted GitHub Actions workflow to utilize new linting and checking commands.
- Updated `AGENTS.md` to enhance clarity on vendored repository usage and formatting. - Modified `package.json` to ensure consistent script commands and repository URL. - Added new dependency `effect` version `4.0.0-beta.68` in `pnpm-lock.yaml`. - Improved formatting in `README.md` for better readability of service URLs and commands. - Adjusted TypeScript configuration files for consistency and clarity. - Refactored GitHub Actions workflows to streamline checks and remove redundant steps.
- Changed setup commands from `pnpm` to `vp` in various files for consistency with the new Vite+ workflow. - Updated `.env.example` to reflect the new setup command. - Modified `.eslintignore` and `.gitignore` to exclude `node_modules/.vite/` instead of `.turbo/`. - Enhanced `AGENTS.md` and `README.md` to clarify usage of the new Vite+ commands. - Removed `turbo.json` as part of the transition to Vite+. - Updated `package.json` scripts to align with the new command structure and dependencies. - Adjusted GitHub Actions workflows to utilize `vp` commands for CI checks.
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.
No description provided.