Unverified 提交 de734457 authored 作者: Will Chen's avatar Will Chen 提交者: GitHub

Update codebase.ts so that all files are read (#684)

上级 de21c6ff
......@@ -335,7 +335,15 @@ You need to first add Supabase to your app and then we can add auth.
===
role: user
message: This is my codebase. <dyad-file path="index.html">
message: This is my codebase. <dyad-file path=".gitignore">
// File contents excluded from context
</dyad-file>
<dyad-file path="file1.txt">
// File contents excluded from context
</dyad-file>
<dyad-file path="index.html">
<!doctype html>
<html lang="en">
<head>
......@@ -417,6 +425,18 @@ createRoot(document.getElementById("root")!).render(<App />);
</dyad-file>
<dyad-file path="tsconfig.app.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="tsconfig.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="tsconfig.node.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="vite.config.ts">
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react-swc";
......
......@@ -148,7 +148,15 @@ You need to first add Supabase to your app and then we can add auth.
===
role: user
message: This is my codebase. <dyad-file path="index.html">
message: This is my codebase. <dyad-file path=".gitignore">
// File contents excluded from context
</dyad-file>
<dyad-file path="file1.txt">
// File contents excluded from context
</dyad-file>
<dyad-file path="index.html">
<!doctype html>
<html lang="en">
<head>
......@@ -185,6 +193,18 @@ createRoot(document.getElementById("root")!).render(<App />);
</dyad-file>
<dyad-file path="tsconfig.app.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="tsconfig.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="tsconfig.node.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="vite.config.ts">
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react-swc";
......
......@@ -335,7 +335,15 @@ You need to first add Supabase to your app and then we can add auth.
===
role: user
message: This is my codebase. <dyad-file path="index.html">
message: This is my codebase. <dyad-file path=".gitignore">
// File contents excluded from context
</dyad-file>
<dyad-file path="file1.txt">
// File contents excluded from context
</dyad-file>
<dyad-file path="index.html">
<!doctype html>
<html lang="en">
<head>
......@@ -372,6 +380,18 @@ createRoot(document.getElementById("root")!).render(<App />);
</dyad-file>
<dyad-file path="tsconfig.app.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="tsconfig.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="tsconfig.node.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="vite.config.ts">
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react-swc";
......
......@@ -320,7 +320,7 @@ You need to first add Supabase to your app and then we can add auth.
===
role: user
message: This is my codebase. <dyad-file path="src/components/ui/helper.ts">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/foo.ts">
......
......@@ -21,6 +21,11 @@
},
"dyad_options": {
"files": [
{
"path": ".env.foobar",
"content": "// File contents excluded from context",
"force": false
},
{
"path": "a.ts",
"content": "// a.ts\n",
......@@ -41,6 +46,11 @@
"content": "// exclude.tsx: this file is not in any of the globs\n",
"force": false
},
{
"path": "manual/baz.json",
"content": "// File contents excluded from context",
"force": true
},
{
"path": "manual/file.ts",
"content": "",
......@@ -53,12 +63,12 @@
},
{
"path": "src/components/ui/button.tsx",
"content": "// Contents omitted for brevity",
"content": "// File contents excluded from context",
"force": false
},
{
"path": "src/components/ui/helper.ts",
"content": "// Contents omitted for brevity",
"content": "// File contents excluded from context",
"force": false
},
{
......
......@@ -15,6 +15,6 @@
- text: /a\.ts 1 files, ~\d+ tokens/
- button:
- img
- text: /manual\/\*\* 2 files, ~\d+ tokens/
- text: /manual\/\*\* 3 files, ~\d+ tokens/
- button:
- img
\ No newline at end of file
......@@ -26,6 +26,11 @@
"content": "// a.ts\n",
"force": true
},
{
"path": "manual/baz.json",
"content": "// File contents excluded from context",
"force": true
},
{
"path": "manual/file.ts",
"content": "",
......@@ -38,7 +43,7 @@
},
{
"path": "src/components/ui/helper.ts",
"content": "// Contents omitted for brevity",
"content": "// File contents excluded from context",
"force": false
},
{
......
......@@ -20,6 +20,6 @@
- text: /a\.ts 1 files, ~\d+ tokens/
- button:
- img
- text: /manual\/\*\* 2 files, ~\d+ tokens/
- text: /manual\/\*\* 3 files, ~\d+ tokens/
- button:
- img
\ No newline at end of file
......@@ -31,7 +31,7 @@
"files": [
{
"path": "src/components/ui/helper.ts",
"content": "// Contents omitted for brevity",
"content": "// File contents excluded from context",
"force": false
},
{
......
......@@ -37,6 +37,11 @@
},
"dyad_options": {
"files": [
{
"path": ".env.foobar",
"content": "// File contents excluded from context",
"force": false
},
{
"path": "a.ts",
"content": "// a.ts\n",
......@@ -57,6 +62,11 @@
"content": "// exclude.tsx: this file is not in any of the globs\n",
"force": false
},
{
"path": "manual/baz.json",
"content": "// File contents excluded from context",
"force": false
},
{
"path": "manual/file.ts",
"content": "",
......@@ -69,12 +79,12 @@
},
{
"path": "src/components/ui/button.tsx",
"content": "// Contents omitted for brevity",
"content": "// File contents excluded from context",
"force": false
},
{
"path": "src/components/ui/helper.ts",
"content": "// Contents omitted for brevity",
"content": "// File contents excluded from context",
"force": false
},
{
......
......@@ -337,7 +337,11 @@ You need to first add Supabase to your app and then we can add auth.
===
role: user
message: This is my codebase. <dyad-file path="AI_RULES.md">
message: This is my codebase. <dyad-file path=".gitignore">
// File contents excluded from context
</dyad-file>
<dyad-file path="AI_RULES.md">
# Tech Stack
- You are building a React application.
......@@ -360,8 +364,12 @@ Available packages and libraries:
</dyad-file>
<dyad-file path="components.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="eslint.config.js">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="index.html">
......@@ -391,6 +399,18 @@ export default {
</dyad-file>
<dyad-file path="public/favicon.ico">
// File contents excluded from context
</dyad-file>
<dyad-file path="public/placeholder.svg">
// File contents excluded from context
</dyad-file>
<dyad-file path="public/robots.txt">
// File contents excluded from context
</dyad-file>
<dyad-file path="README.md">
# Welcome to your Dyad app
......@@ -492,199 +512,199 @@ export const MadeWithDyad = () => {
</dyad-file>
<dyad-file path="src/components/ui/accordion.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/alert-dialog.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/alert.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/aspect-ratio.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/avatar.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/badge.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/breadcrumb.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/button.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/calendar.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/card.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/carousel.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/chart.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/checkbox.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/collapsible.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/command.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/context-menu.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/dialog.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/drawer.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/dropdown-menu.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/form.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/hover-card.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/input-otp.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/input.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/label.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/menubar.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/navigation-menu.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/pagination.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/popover.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/progress.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/radio-group.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/resizable.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/scroll-area.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/select.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/separator.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/sheet.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/sidebar.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/skeleton.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/slider.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/sonner.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/switch.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/table.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/tabs.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/textarea.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/toast.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/toaster.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/toggle-group.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/toggle.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/tooltip.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/use-toast.ts">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/globals.css">
......@@ -1208,6 +1228,18 @@ export default {
</dyad-file>
<dyad-file path="tsconfig.app.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="tsconfig.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="tsconfig.node.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="vite.config.ts">
import { defineConfig } from "vite";
import dyadComponentTagger from "@dyad-sh/react-vite-component-tagger";
......
......@@ -337,7 +337,11 @@ You need to first add Supabase to your app and then we can add auth.
===
role: user
message: This is my codebase. <dyad-file path="AI_RULES.md">
message: This is my codebase. <dyad-file path=".gitignore">
// File contents excluded from context
</dyad-file>
<dyad-file path="AI_RULES.md">
# Tech Stack
- You are building a React application.
......@@ -360,8 +364,12 @@ Available packages and libraries:
</dyad-file>
<dyad-file path="components.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="eslint.config.js">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="index.html">
......@@ -391,6 +399,18 @@ export default {
</dyad-file>
<dyad-file path="public/favicon.ico">
// File contents excluded from context
</dyad-file>
<dyad-file path="public/placeholder.svg">
// File contents excluded from context
</dyad-file>
<dyad-file path="public/robots.txt">
// File contents excluded from context
</dyad-file>
<dyad-file path="README.md">
# Welcome to your Dyad app
......@@ -492,199 +512,199 @@ export const MadeWithDyad = () => {
</dyad-file>
<dyad-file path="src/components/ui/accordion.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/alert-dialog.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/alert.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/aspect-ratio.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/avatar.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/badge.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/breadcrumb.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/button.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/calendar.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/card.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/carousel.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/chart.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/checkbox.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/collapsible.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/command.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/context-menu.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/dialog.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/drawer.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/dropdown-menu.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/form.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/hover-card.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/input-otp.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/input.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/label.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/menubar.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/navigation-menu.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/pagination.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/popover.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/progress.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/radio-group.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/resizable.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/scroll-area.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/select.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/separator.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/sheet.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/sidebar.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/skeleton.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/slider.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/sonner.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/switch.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/table.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/tabs.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/textarea.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/toast.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/toaster.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/toggle-group.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/toggle.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/tooltip.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/use-toast.ts">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/globals.css">
......@@ -1208,6 +1228,18 @@ export default {
</dyad-file>
<dyad-file path="tsconfig.app.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="tsconfig.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="tsconfig.node.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="vite.config.ts">
import { defineConfig } from "vite";
import dyadComponentTagger from "@dyad-sh/react-vite-component-tagger";
......
......@@ -337,7 +337,11 @@ You need to first add Supabase to your app and then we can add auth.
===
role: user
message: This is my codebase. <dyad-file path="AI_RULES.md">
message: This is my codebase. <dyad-file path=".gitignore">
// File contents excluded from context
</dyad-file>
<dyad-file path="AI_RULES.md">
# Tech Stack
- You are building a React application.
......@@ -360,8 +364,12 @@ Available packages and libraries:
</dyad-file>
<dyad-file path="components.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="eslint.config.js">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="index.html">
......@@ -391,6 +399,18 @@ export default {
</dyad-file>
<dyad-file path="public/favicon.ico">
// File contents excluded from context
</dyad-file>
<dyad-file path="public/placeholder.svg">
// File contents excluded from context
</dyad-file>
<dyad-file path="public/robots.txt">
// File contents excluded from context
</dyad-file>
<dyad-file path="README.md">
# Welcome to your Dyad app
......@@ -492,199 +512,199 @@ export const MadeWithDyad = () => {
</dyad-file>
<dyad-file path="src/components/ui/accordion.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/alert-dialog.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/alert.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/aspect-ratio.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/avatar.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/badge.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/breadcrumb.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/button.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/calendar.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/card.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/carousel.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/chart.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/checkbox.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/collapsible.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/command.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/context-menu.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/dialog.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/drawer.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/dropdown-menu.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/form.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/hover-card.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/input-otp.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/input.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/label.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/menubar.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/navigation-menu.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/pagination.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/popover.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/progress.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/radio-group.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/resizable.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/scroll-area.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/select.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/separator.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/sheet.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/sidebar.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/skeleton.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/slider.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/sonner.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/switch.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/table.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/tabs.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/textarea.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/toast.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/toaster.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/toggle-group.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/toggle.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/tooltip.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/use-toast.ts">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/globals.css">
......@@ -1208,6 +1228,18 @@ export default {
</dyad-file>
<dyad-file path="tsconfig.app.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="tsconfig.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="tsconfig.node.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="vite.config.ts">
import { defineConfig } from "vite";
import dyadComponentTagger from "@dyad-sh/react-vite-component-tagger";
......
......@@ -337,7 +337,11 @@ You need to first add Supabase to your app and then we can add auth.
===
role: user
message: This is my codebase. <dyad-file path="AI_RULES.md">
message: This is my codebase. <dyad-file path=".gitignore">
// File contents excluded from context
</dyad-file>
<dyad-file path="AI_RULES.md">
# Tech Stack
- You are building a React application.
......@@ -360,8 +364,12 @@ Available packages and libraries:
</dyad-file>
<dyad-file path="components.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="eslint.config.js">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="index.html">
......@@ -391,6 +399,18 @@ export default {
</dyad-file>
<dyad-file path="public/favicon.ico">
// File contents excluded from context
</dyad-file>
<dyad-file path="public/placeholder.svg">
// File contents excluded from context
</dyad-file>
<dyad-file path="public/robots.txt">
// File contents excluded from context
</dyad-file>
<dyad-file path="README.md">
# Welcome to your Dyad app
......@@ -492,199 +512,199 @@ export const MadeWithDyad = () => {
</dyad-file>
<dyad-file path="src/components/ui/accordion.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/alert-dialog.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/alert.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/aspect-ratio.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/avatar.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/badge.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/breadcrumb.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/button.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/calendar.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/card.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/carousel.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/chart.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/checkbox.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/collapsible.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/command.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/context-menu.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/dialog.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/drawer.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/dropdown-menu.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/form.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/hover-card.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/input-otp.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/input.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/label.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/menubar.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/navigation-menu.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/pagination.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/popover.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/progress.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/radio-group.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/resizable.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/scroll-area.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/select.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/separator.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/sheet.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/sidebar.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/skeleton.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/slider.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/sonner.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/switch.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/table.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/tabs.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/textarea.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/toast.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/toaster.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/toggle-group.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/toggle.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/tooltip.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/use-toast.ts">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/globals.css">
......@@ -1208,6 +1228,18 @@ export default {
</dyad-file>
<dyad-file path="tsconfig.app.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="tsconfig.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="tsconfig.node.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="vite.config.ts">
import { defineConfig } from "vite";
import dyadComponentTagger from "@dyad-sh/react-vite-component-tagger";
......
......@@ -337,7 +337,11 @@ You need to first add Supabase to your app and then we can add auth.
===
role: user
message: This is my codebase. <dyad-file path="AI_RULES.md">
message: This is my codebase. <dyad-file path=".gitignore">
// File contents excluded from context
</dyad-file>
<dyad-file path="AI_RULES.md">
# Tech Stack
- You are building a React application.
......@@ -360,8 +364,12 @@ Available packages and libraries:
</dyad-file>
<dyad-file path="components.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="eslint.config.js">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="index.html">
......@@ -391,6 +399,18 @@ export default {
</dyad-file>
<dyad-file path="public/favicon.ico">
// File contents excluded from context
</dyad-file>
<dyad-file path="public/placeholder.svg">
// File contents excluded from context
</dyad-file>
<dyad-file path="public/robots.txt">
// File contents excluded from context
</dyad-file>
<dyad-file path="README.md">
# Welcome to your Dyad app
......@@ -492,199 +512,199 @@ export const MadeWithDyad = () => {
</dyad-file>
<dyad-file path="src/components/ui/accordion.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/alert-dialog.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/alert.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/aspect-ratio.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/avatar.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/badge.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/breadcrumb.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/button.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/calendar.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/card.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/carousel.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/chart.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/checkbox.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/collapsible.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/command.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/context-menu.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/dialog.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/drawer.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/dropdown-menu.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/form.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/hover-card.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/input-otp.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/input.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/label.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/menubar.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/navigation-menu.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/pagination.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/popover.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/progress.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/radio-group.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/resizable.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/scroll-area.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/select.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/separator.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/sheet.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/sidebar.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/skeleton.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/slider.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/sonner.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/switch.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/table.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/tabs.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/textarea.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/toast.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/toaster.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/toggle-group.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/toggle.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/tooltip.tsx">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/components/ui/use-toast.ts">
// Contents omitted for brevity
// File contents excluded from context
</dyad-file>
<dyad-file path="src/globals.css">
......@@ -1208,6 +1228,18 @@ export default {
</dyad-file>
<dyad-file path="tsconfig.app.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="tsconfig.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="tsconfig.node.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="vite.config.ts">
import { defineConfig } from "vite";
import dyadComponentTagger from "@dyad-sh/react-vite-component-tagger";
......
......@@ -321,7 +321,11 @@ You need to first add Supabase to your app and then we can add auth.
===
role: user
message: This is my codebase. <dyad-file path="AI_RULES.md">
message: This is my codebase. <dyad-file path=".gitignore">
// File contents excluded from context
</dyad-file>
<dyad-file path="AI_RULES.md">
[[beginning of AI_RULES.md]]
There's already AI rules...
[[end of AI_RULES.md]]
......@@ -365,6 +369,18 @@ createRoot(document.getElementById("root")!).render(<App />);
</dyad-file>
<dyad-file path="tsconfig.app.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="tsconfig.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="tsconfig.node.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="vite.config.ts">
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react-swc";
......
......@@ -335,7 +335,15 @@ You need to first add Supabase to your app and then we can add auth.
===
role: user
message: This is my codebase. <dyad-file path="index.html">
message: This is my codebase. <dyad-file path=".gitignore">
// File contents excluded from context
</dyad-file>
<dyad-file path="file1.txt">
// File contents excluded from context
</dyad-file>
<dyad-file path="index.html">
<!doctype html>
<html lang="en">
<head>
......@@ -372,6 +380,18 @@ createRoot(document.getElementById("root")!).render(<App />);
</dyad-file>
<dyad-file path="tsconfig.app.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="tsconfig.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="tsconfig.node.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="vite.config.ts">
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react-swc";
......
......@@ -321,7 +321,11 @@ You need to first add Supabase to your app and then we can add auth.
===
role: user
message: This is my codebase. <dyad-file path="AI_RULES.md">
message: This is my codebase. <dyad-file path=".gitignore">
// File contents excluded from context
</dyad-file>
<dyad-file path="AI_RULES.md">
[[beginning of AI_RULES.md]]
There's already AI rules...
[[end of AI_RULES.md]]
......@@ -354,6 +358,18 @@ finalMainTsxFileWithError();
</dyad-file>
<dyad-file path="tsconfig.app.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="tsconfig.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="tsconfig.node.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="vite.config.ts">
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react-swc";
......
......@@ -321,7 +321,11 @@ You need to first add Supabase to your app and then we can add auth.
===
role: user
message: This is my codebase. <dyad-file path="AI_RULES.md">
message: This is my codebase. <dyad-file path=".gitignore">
// File contents excluded from context
</dyad-file>
<dyad-file path="AI_RULES.md">
[[beginning of AI_RULES.md]]
There's already AI rules...
[[end of AI_RULES.md]]
......@@ -363,6 +367,18 @@ finalMainTsxFileWithError();
</dyad-file>
<dyad-file path="tsconfig.app.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="tsconfig.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="tsconfig.node.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="vite.config.ts">
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react-swc";
......
......@@ -321,7 +321,11 @@ You need to first add Supabase to your app and then we can add auth.
===
role: user
message: This is my codebase. <dyad-file path="AI_RULES.md">
message: This is my codebase. <dyad-file path=".gitignore">
// File contents excluded from context
</dyad-file>
<dyad-file path="AI_RULES.md">
[[beginning of AI_RULES.md]]
There's already AI rules...
[[end of AI_RULES.md]]
......@@ -372,6 +376,18 @@ createRoot(document.getElementById("root")!).render(<App />);
</dyad-file>
<dyad-file path="tsconfig.app.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="tsconfig.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="tsconfig.node.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="vite.config.ts">
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react-swc";
......
......@@ -321,7 +321,11 @@ You need to first add Supabase to your app and then we can add auth.
===
role: user
message: This is my codebase. <dyad-file path="AI_RULES.md">
message: This is my codebase. <dyad-file path=".gitignore">
// File contents excluded from context
</dyad-file>
<dyad-file path="AI_RULES.md">
[[beginning of AI_RULES.md]]
There's already AI rules...
[[end of AI_RULES.md]]
......@@ -374,6 +378,18 @@ createRoot(document.getElementById("root")!).render(<App />);
</dyad-file>
<dyad-file path="tsconfig.app.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="tsconfig.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="tsconfig.node.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="vite.config.ts">
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react-swc";
......
......@@ -321,7 +321,11 @@ You need to first add Supabase to your app and then we can add auth.
===
role: user
message: This is my codebase. <dyad-file path="AI_RULES.md">
message: This is my codebase. <dyad-file path=".gitignore">
// File contents excluded from context
</dyad-file>
<dyad-file path="AI_RULES.md">
[[beginning of AI_RULES.md]]
There's already AI rules...
[[end of AI_RULES.md]]
......@@ -373,6 +377,18 @@ createRoot(document.getElementById("root")!).render(<App />);
</dyad-file>
<dyad-file path="tsconfig.app.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="tsconfig.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="tsconfig.node.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="vite.config.ts">
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react-swc";
......
......@@ -321,7 +321,11 @@ You need to first add Supabase to your app and then we can add auth.
===
role: user
message: This is my codebase. <dyad-file path="AI_RULES.md">
message: This is my codebase. <dyad-file path=".gitignore">
// File contents excluded from context
</dyad-file>
<dyad-file path="AI_RULES.md">
[[beginning of AI_RULES.md]]
There's already AI rules...
[[end of AI_RULES.md]]
......@@ -329,7 +333,7 @@ There's already AI rules...
</dyad-file>
<dyad-file path="file1.txt">
A file (2)
// File contents excluded from context
</dyad-file>
<dyad-file path="index.html">
......@@ -377,6 +381,18 @@ createRoot(document.getElementById("root")!).render(<App />);
</dyad-file>
<dyad-file path="tsconfig.app.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="tsconfig.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="tsconfig.node.json">
// File contents excluded from context
</dyad-file>
<dyad-file path="vite.config.ts">
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react-swc";
......
差异被折叠。
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论