src/notewise/cli/app.py | Typer command surface. Heavy imports stay lazy inside command bodies. |
src/notewise/_constants.py | Numeric and string defaults. |
src/notewise/config.py | Pydantic settings, config file parsing, state paths. |
src/notewise/errors.py | All custom exceptions. |
src/notewise/logging.py | Logging configuration and redaction. |
src/notewise/pipeline/core.py | Pipeline entry point. |
src/notewise/pipeline/_execution.py | Processing flow. |
src/notewise/storage/ | SQLite models, repository, and hand-rolled migrations. |
src/notewise/domain/ | Pure domain objects. No network or disk I/O. |
scripts/make_help.py | Renders grouped make help output from Makefile ## comments. |