You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- New genesis init Command: Introduced a new genesis init
command to the CLI, enabling interactive project initialization
and scaffolding
- Interactive Project Wizard: Implemented a console-based wizard
(ConsoleWizard) to guide users through project setup
- Templated Project Generation: Added a JinjaTemplateEngine to
generate project files based on user selections
- Modular Scenario Definitions: Structured project initialization
logic using Scenario and Action dataclasses, allowing for flexible
and extensible project templates and configuration flows
Signed-off-by: Anton Kremenetsky <anton.kremenetsky@gmail.com>