Skip to content

fix: extract shared initializeApp() helper in CLI#62

Merged
RobertLD merged 1 commit intomainfrom
fix/issue-33-cli-dry
Mar 1, 2026
Merged

fix: extract shared initializeApp() helper in CLI#62
RobertLD merged 1 commit intomainfrom
fix/issue-33-cli-dry

Conversation

@RobertLD
Copy link
Owner

@RobertLD RobertLD commented Mar 1, 2026

Replaces duplicated initialization code across CLI commands with a shared initializeApp() function and initializeAppWithEmbedding() variant.

Closes #33

Closes #33

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@RobertLD RobertLD merged commit 1e83720 into main Mar 1, 2026
7 checks passed
This was referenced Mar 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Repetitive initialization pattern across CLI commands

1 participant