Restructure as Codex plugin

This commit is contained in:
Claire Novotny
2026-04-23 20:14:23 -04:00
parent 1f7e85a03f
commit 72495c1c14
156 changed files with 218 additions and 140 deletions
+4 -5
View File
@@ -1,6 +1,6 @@
[project]
name = "last30days-skill"
version = "3.0.0"
version = "3.0.10"
description = "Multi-source last-30-days research skill"
readme = "README.md"
requires-python = ">=3.12"
@@ -24,9 +24,9 @@ addopts = [
[tool.coverage.run]
branch = true
source = ["scripts", "tests"]
source = ["skills/last30days/scripts", "tests"]
omit = [
"scripts/lib/vendor/*",
"skills/last30days/scripts/lib/vendor/*",
"dist/*",
]
@@ -34,7 +34,6 @@ omit = [
skip_empty = true
show_missing = true
omit = [
"scripts/lib/vendor/*",
"skills/last30days/scripts/lib/vendor/*",
"dist/*",
]