-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
To further enhance the AI-driven development capabilities, we need to define and implement several key components that will empower the AI to automate the creation of entire CMS integrations. The goal is for the AI to be able to take a provided API documentation and the normalized data model as inputs to generate a mostly complete, functional integration.
This requires establishing cursor rules, configuring llm.txt, and refining MCP server settings. Furthermore, we should create detailed instructional guides designed to teach the AI how to approach, analyze, and implement integrations efficiently.
Describe the solution you'd like
- Define cursor rules:
- Research and implement rules to guide the AI when navigating and modifying source files during integration development with rules for writing React components, using Tailwind CSS, writing Storybook stories and more.
- Develop a clear strategy for the AI to follow file structures and adjust configurations efficiently.
- Configure
llm.txt:- Define and test the configuration for the
llm.txtfile to specify how the AI should interpret the O2S documentation during the inference process
- Define and test the configuration for the
- Create instructional guides for AI:
- Develop internal guides designed specifically for the AI, teaching it how to:
- Parse and analyze API documentation for key components.
- Map APIs to the app's normalized data model.
- Handle edge cases, such as unsupported operations or conflicting data structures.
- Develop internal guides designed specifically for the AI, teaching it how to:
- Add commands for most common everyday tasks that occur during development
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
In progress
Status
Backlog