fix: final review — atomic sqlite seq, remove shims and legacy types, cleanup

This commit is contained in:
lda
2026-09-01 02:10:35 +07:00 Verified
parent 0df23ea8d1
commit 8adb9984f0
11 changed files with 185 additions and 68 deletions
+28
View File
@@ -0,0 +1,28 @@
[project]
name = "agentmsgs"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "lda", email = "[email protected]" }
]
requires-python = ">=3.14"
dependencies = []
[tool.uv]
package = true
[project.scripts]
agentmsgs = "agentmsgs:main"
[build-system]
requires = ["uv_build>=0.12.3,<0.13.0"]
build-backend = "uv_build"
[dependency-groups]
dev = [
"pytest>=9.1.1",
]
[tool.pytest.ini_options]
pythonpath = ["src"]