From 05ffc3793c74c7dab29094242952ed455870c09f Mon Sep 17 00:00:00 2001 From: Bill Ballou Date: Thu, 8 Jan 2026 13:01:49 -0500 Subject: [PATCH] docs: update CLAUDE.md and bump version to 0.2.0 - Add persistent SQLite database to active technologies - Update recent changes section for 002-direct-db-access - Bump package version to 0.2.0 in uv.lock --- CLAUDE.md | 3 ++- uv.lock | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 929113e..fee992c 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -6,6 +6,7 @@ Auto-generated from all feature plans. Last updated: 2026-01-06 - SQLite in-memory database (001-schedule-tools) - Python 3.14 + mcp>=1.0.0 (MCP SDK), sqlite3 (stdlib) (001-schedule-tools) - In-memory SQLite database (populated from XER files at runtime) (001-schedule-tools) +- SQLite database file (persistent) in addition to existing in-memory option (002-direct-db-access) - Python 3.14 + mcp (MCP SDK), sqlite3 (stdlib) (001-schedule-tools) @@ -25,10 +26,10 @@ cd src [ONLY COMMANDS FOR ACTIVE TECHNOLOGIES][ONLY COMMANDS FOR ACTIVE TECHNOLO Python 3.14: Follow standard conventions ## Recent Changes +- 002-direct-db-access: Added Python 3.14 + mcp>=1.0.0 (MCP SDK), sqlite3 (stdlib) - 001-schedule-tools: Added Python 3.14 + mcp>=1.0.0 (MCP SDK), sqlite3 (stdlib) - 001-schedule-tools: Added Python 3.14 + mcp (MCP SDK), sqlite3 (stdlib) -- 001-schedule-tools: Added Python 3.14 + mcp (MCP SDK), sqlite3 (stdlib) diff --git a/uv.lock b/uv.lock index 9b141f9..674531a 100644 --- a/uv.lock +++ b/uv.lock @@ -578,7 +578,7 @@ wheels = [ [[package]] name = "xer-mcp" -version = "0.1.0" +version = "0.2.0" source = { editable = "." } dependencies = [ { name = "mcp" },