Cline rules
.clinerules/cheatsheet.mdCline rules
Quality
71/100
Scores the file, not the repository.Length
329 words
5 headings · 0 code blocksRepository
1
— · pushed 0 days agoLast changed
3 days ago
First indexed 3 days ago.1# Gut Balance Buddy Cheatsheet23## Key Project Directory Locations4- **Source Code**: `src/` - Contains the main application code, including components, hooks, integrations, and pages.5 - **Components**: `src/components/` - UI components for various features like Food Diary, Stool Tracker, and Gut Health Coach.6 - **Hooks**: `src/hooks/` - Custom React hooks for managing state and side effects (e.g., authentication, data fetching).7 - **Integrations**: `src/integrations/supabase/` - Supabase client and type definitions for backend connectivity.8 - **Pages**: `src/pages/` - Main application routes like authentication and index pages.9- **Public Assets**: `public/` - Static files like favicon, placeholder images, and uploaded content.10- **Supabase Configuration**: `supabase/` - Contains Supabase project configuration and serverless functions.11 - **Functions**: `supabase/functions/` - Serverless functions for tasks like food image analysis and gut health chat.12 - **Migrations**: `supabase/migrations/` - Database schema migrations for version control.13- **Project Root**: `./` - Configuration files for Vite, Tailwind CSS, ESLint, and project dependencies (package.json).1415## Default Database Configuration Details16- **Backend**: Supabase is used for database management and backend services.17- **Configuration**: The Supabase client is initialized in `src/integrations/supabase/client.ts`. Ensure environment variables for Supabase URL and Anon Key are set for local development or deployment.18- **Database Schema**: Managed through migrations in `supabase/migrations/`. Refer to these files for the latest schema changes and structure.19- **Serverless Functions**: Deployed via Supabase for specific app functionalities like image analysis and personalized coaching. Located in `supabase/functions/`.2021## Quick Commands22- **Install Dependencies**: `npm i` - Installs all required packages for the project.23- **Run Development Server**: `npm run dev` - Starts the Vite development server with hot reloading.24- **Testing**: `pytest` - Runs tests as configured in `pytest.ini` (ensure test dependencies are installed via `test_requirements.txt`).2526## Notes27- Always refer to `README.md` for a high-level overview of the project and setup instructions.28- Detailed documentation for scripts and functionalities can be found in `detail_docs.md` (if available).29- Ensure any changes to directory structures or configurations are updated in this cheatsheet for future reference.30
Also in Leah1314/gut-balance-buddy-24
Diff this repo’s formatsOne repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| Leah1314/gut-balance-buddy-24.clinerules/project_rules.md · 1 | Cline rules | no sections | 30/100 | 3 days ago |
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| bashdeban/fastmind.clinerules/.project-consistency-keeper2.md · 5 | Cline rules | setupbuildtestlint-format+11 | 100/100 | 3 days ago | |
| JCodesMore/ai-website-cloner-template.clinerules · 31k | Cline rules | buildlint-formatstylearch+3 | 97/100 | 2 days ago | |
| BryaanF/LiantPortfolio.clinerules/project-guidelines.md · 0 | Cline rules | buildstylearchgit+2 | 96/100 | 3 days ago | |
| u9401066/zotero-keepervscode-extension/resources/repo-assets/pubmed-search-mcp/.clinerules/50-pubmed-project.md · 6 | Cline rules | testlint-formatstylearch+1 | 94/100 | 3 days ago | |
| u9401066/zotero-keeper.clinerules/50-pubmed-project.md · 6 | Cline rules | testlint-formatstylearch+1 | 94/100 | 3 days ago | |
| VaillerTeeter/HoshimiNest.clinerules/project-identity.md · 1 | Cline rules | setuparchtypesdo-not | 93/100 | yesterday | |
| blendsdk/codeops-mcp.clinerules/project.md · 0 | Cline rules | buildteststylearch+7 | 91/100 | 3 days ago | |
| cline/cline.clinerules/general.md · 66k | Cline rules | setupbuildstylearch+2 | 86/100 | 3 days ago |
