Closed brolag closed 1 month ago
The pull request introduces a comprehensive restructuring of coding standards and development guidelines across multiple technologies and frameworks. It formalizes rules under a Rules
object, categorizing them into sections such as General
, ComponentGuidelines
, TypeScript
, NextJS
, TailwindCSS
, StarknetReact
, Cairo
, DevelopmentProcess
, and Biome
. Additionally, the README.md
and prompt-related files are updated to include new sections and features, enhancing the documentation and providing structured guidance for development tasks.
File Path | Change Summary |
---|---|
.cursorrules | Introduced a Rules object with multiple categories for coding standards and guidelines. |
README.md | Added "Prompt Guide" section detailing development resources and expanded features of the Dev Assistant. |
docs/prompt-guide.md | Introduced the CofiBlocks Prompt Guide with structured usage instructions for custom prompts. |
prompts/generate-component.sudo | Added TailwindReactComponentGenerator for generating React components with Tailwind CSS styling. |
prompts/perplexity.sudo | Introduced PerplexityBot for generating search prompts for the Perplexity platform. |
prompts/v0.sudo | Added structure for generating prompts for React components in the v0.dev platform. |
sequenceDiagram
participant User
participant TailwindReactComponentGenerator
participant PerplexityBot
participant V0PromptWithComponent
User->>TailwindReactComponentGenerator: Request component generation
TailwindReactComponentGenerator-->>User: Provide generated component code
User->>PerplexityBot: Ask a question
PerplexityBot-->>User: Provide clickable search link
User->>V0PromptWithComponent: Generate prompt for React component
V0PromptWithComponent-->>User: Provide generated prompt link
In the garden of code, changes bloom bright,
With rules and guides, all set just right.
From components to prompts, a structured delight,
A rabbit hops joyfully, in pure coding flight! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Description
This PR introduces SudoLang to Cofiblocks.
It includes:
Additional Notes
This prompts are experimental and could generate wrong results. Please always double check the outputs.
Summary by CodeRabbit
New Features
CofiBlocks Prompt Guide
detailing usage of custom prompts.TailwindReactComponentGenerator
for generating styled React components.PerplexityBot
for generating search prompts for the Perplexity platform.Documentation