From f60ae48769865fbd567f5bb28fc40c8c894f7ca3 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Sun, 5 Apr 2026 09:40:32 +0200 Subject: [PATCH] chore(meta): update changelog Co-Authored-By: Claude Opus 4.6 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08113b76b..9d83edb28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ Format based on [Keep a Changelog](https://keepachangelog.com/). ## [Unreleased] +### Added +- Shared Python module `tooling/db/common.py` — centralizes DB path resolution, config loading, and WAL-mode connection setup (#777) +- `ensure_venv()` auto-activation for Python tooling scripts with third-party dependencies (#777) +- `make lint-python` target running ruff on `tooling/` (#777) +- `make setup-venv` target for Python venv creation (#777) +- Python/ruff lint block in pre-push hook (#777) + +### Fixed +- Pre-existing `NameError` in `decisions_sync.py` (missing `import os`) resolved via shared module extraction (#777) +- Unused imports removed from `assign-astro-ids.py`, `generate-star-map.py`, `test_quaternius_raw.py` (#777) + ## [v0.1.30] — 2026-04-05 ### Added