Problem statement
It can be redondant to create flows / generators. So we want to be able to setup them using AI / to generate them entirely.
Proposed solution
Alternatives considered
No response
Area
Core
Additional context
Flow to create and register a generator
- Create the generator in
generators
- Add the documentation file in
docs/contributor/generators
- Register the generator in the generator registry
internal/cli/registry.go
Flow to create and register a flow
!!!! Almost all flows will be branched to the "main" flow. But in some case we can create a complete different flow (ex : dot-plugin) !!!!
Edition
- Edit the main flow
flows (you shouldn't see it for now)
Adition
- Add a flow in
flows
- Add the flow in the registry
flows/registry.go
Problem statement
It can be redondant to create flows / generators. So we want to be able to setup them using AI / to generate them entirely.
Proposed solution
Alternatives considered
No response
Area
Core
Additional context
Flow to create and register a generator
generatorsdocs/contributor/generatorsinternal/cli/registry.goFlow to create and register a flow
!!!! Almost all flows will be branched to the "main" flow. But in some case we can create a complete different flow (ex : dot-plugin) !!!!
Edition
flows(you shouldn't see it for now)Adition
flowsflows/registry.go