Add mise.toml for Python version pinning and implementation plan

Pin Python 3.12 via mise for consistent local development.
Add plan document for the query/relevance consolidation work.
This commit is contained in:
Jeffrey Sperling
2026-03-11 15:14:45 -07:00
parent 96948cc7c0
commit 38caae3288
2 changed files with 82 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
[tools]
python = "3.12"