Skip to content

Feature/14 config setup#16

Merged
sidsun1 merged 9 commits into
mainfrom
feature/14-config-setup
Sep 18, 2025
Merged

Feature/14 config setup#16
sidsun1 merged 9 commits into
mainfrom
feature/14-config-setup

Conversation

@sidsun1
Copy link
Copy Markdown
Contributor

@sidsun1 sidsun1 commented Sep 18, 2025

Summary

Added config-based defaults, merge decorator, and modularized CLI logic for customization to come with future design polish and MVP.

  • Added config TOML module for manual preferences to be set simply, mirroring the CLI cmd defaults
  • Fixed Dockerfile entry point to allow for Python modules, added .dockerignore to reduce size
  • Implemented merge decorator to combine cli overrides > config defaults > function signature default in that order

Related Issues

@sidsun1 sidsun1 merged commit c62900f into main Sep 18, 2025
1 check passed
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.

Feature: Config Setup and Packaging

1 participant