Skip to content

internal: refactor config#681

Merged
kodiakhq[bot] merged 2 commits intomasterfrom
steved-refactor-config-part-1-of-unknown
Oct 10, 2025
Merged

internal: refactor config#681
kodiakhq[bot] merged 2 commits intomasterfrom
steved-refactor-config-part-1-of-unknown

Conversation

@sbdchd
Copy link
Owner

@sbdchd sbdchd commented Oct 10, 2025

Right how we handle the various configuration knobs is a mess.

We basically need to resolve the cli options and the file options into structs for each of the possible commands to execute.

The enum for the github actions is nice, but gets a little messy here.

We're also missing parity between the file config and the cli options. Some options are in the cli but not in the file.

There's a lot of room for improvement.

I want to get this sorted to make #679 easier to fix.

sbdchd added 2 commits October 9, 2025 21:44
Right how we handle the various configuration knobs is a mess.

We basically need to resolve the cli options and the file options into
structs for each of the possible commands to execute.

The enum for the github actions is nice, but gets a little messy here.

We're also missing parity between the file config and the cli options.
Some options are in the cli but not in the file.

There's a lot of room for improvement.

I want to get this sorted to make #679
easier to fix.
@sbdchd sbdchd added the automerge automerge with kodiak label Oct 10, 2025
@kodiakhq kodiakhq bot merged commit aef9f3f into master Oct 10, 2025
37 checks passed
@kodiakhq kodiakhq bot deleted the steved-refactor-config-part-1-of-unknown branch October 10, 2025 02:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge automerge with kodiak

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant