Initial project design & architecture - #9
Merged
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Closes #2 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add the three core modules that make up Iolaus: - decorators.py: command() decorator factory with signature injection - settings.py: Dynaconf config merging helper - logging.py: timestamped run directory and config snapshot Closes #3 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Closes #4 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Closes #5 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Runs ruff, mypy, and pytest with coverage on every push/PR. Also adds mypy override for untyped dynaconf module. Closes #6 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Bumps patch version, tags, builds, and publishes on merge to main. Requires PyPI Trusted Publisher setup for this repo. Closes #7 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Includes home page, getting started guide, configuration docs, CLI reference, and auto-generated API reference via mkdocstrings. Closes #8 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
7 tasks
Builds MkDocs site and deploys via GitHub Pages on push to main. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pyproject.toml(hatchling, uv), src layout, Python 3.11+ (tested through 3.14)command()decorator factory with automatic config merging (--config,--set) and timestamped run artifacts (run.log,config.json)Test plan
uv sync --all-extrassucceedsuv run pytest— 15 tests passuv run ruff check src/ tests/— cleanuv run mypy src/— clean (strict mode)uv run pre-commit run --all-files— all hooks passuv run mkdocs build --strict— docs build successfullyCloses #1, closes #2, closes #3, closes #4, closes #5, closes #6, closes #7, closes #8
🤖 Generated with Claude Code