Skip to content

Conversation

@agronskiy
Copy link
Collaborator

The idea is have a basic quickstart command that walks through some basic questionnaire and generates a config.

As any questionnaire with branching logic, we should:

  • make it not too detailed (hard to maintain)
  • make the logic understandable (even if for LLM's to further maintain)
  • make it self-testable

To some extent, the attempt to solve those is through a DSL (domain-specific language) which tries to encode a basic quiestion-answerting flow, resulting in two andvantages: a) it helps to avoid heavy if-then-else logic and b) it allows to self-test.

@agronskiy agronskiy self-assigned this Nov 2, 2025
@copy-pr-bot
Copy link

copy-pr-bot bot commented Nov 2, 2025

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants