UI and data refinement improvements#13
Open
ldsgroups225 wants to merge 25 commits intobackpine:mainfrom
Open
Conversation
- Switch database provider to Cloudflare D1 in `packages/data-ops`. - Update `drizzle.config.ts` and `auth.ts` for D1 compatibility. - Configure `user-application` to use D1 binding and `cloudflare:workers` env import. - Update `tsconfig.json` in apps to include `node` types and generated worker types. feat: configure Cloudflare D1 and update Workers setup - Switch database provider to Cloudflare D1 in `packages/data-ops`. - Update `drizzle.config.ts` and `auth.ts` for D1 compatibility. - Configure `user-application` to use D1 binding and `cloudflare:workers` env import. - Update `tsconfig.json` in apps to include `node` types and generated worker types. - Add better-auth and Google OAuth variables to wrangler.jsonc. - Fix Vite config aliases in user-application. - Generate initial auth schema and migrations. - Update data-service configuration.
- Add VS Code tasks + extension recommendation for bd - Track .beads/issues.jsonl for agent workflows - Add repo Copilot instructions
Ignore .beads/interactions.jsonl and .beads/README.md; keep issues.jsonl tracked
Add epic cloudflare-workers-saas-kit-9yb and linked subtasks
…and packaging - Introduced `init_skill.py` to create new skills from templates, including structured SKILL.md and resource directories. - Added `package_skill.py` to package skill folders into distributable .skill files with validation. - Implemented `quick_validate.py` for basic skill validation, checking SKILL.md and frontmatter. - Created output patterns and workflow patterns documentation to guide skill development. - Added xlsx skill with comprehensive guidelines for spreadsheet creation, editing, and analysis, including formula recalculation script.
- Updated central dependency catalogs in pnpm-workspace.yaml. - Configured ESLint with new config files for all apps and packages. - Added 'typecheck' and 'lint' scripts across the monorepo. - Fixed numerous lint errors including unescaped entities, unnecessary optional chaining, and shadowed variables. - Fixed type issues in data-service (empty interface). - Added "type": "module" to package.jsons to satisfy ESLint. - Reverted vitest to v3 to maintain compatibility with Cloudflare workers pool.
…slint-disable comments.
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
Refines UI components and improves data handling for better consistency and usability.
Changes
Testing