Compare commits

..

No commits in common. "3f1f03076fee1431ef849d54f07233cc8958ea6d" and "433e104909c66713b94c203ea995acaa71428753" have entirely different histories.

2 changed files with 17 additions and 35 deletions

View file

@ -1,12 +1,12 @@
{ {
"captured_at": "2026-08-21T14:00:07.456038+00:00", "captured_at": "2026-08-20T22:00:05.145989+00:00",
"api_base": "http://127.0.0.1:8000", "api_base": "http://127.0.0.1:8000",
"workplan": "STATE-WP-0070", "workplan": "STATE-WP-0070",
"retired_interfaces": [], "retired_interfaces": [],
"weekly_review": { "weekly_review": {
"generated_at": "2026-08-21T14:00:07.450639Z", "generated_at": "2026-08-20T22:00:05.139019Z",
"window_start": "2026-08-14T14:00:07.390852Z", "window_start": "2026-08-13T22:00:05.051667Z",
"window_end": "2026-08-21T14:00:07.390852Z", "window_end": "2026-08-20T22:00:05.051667Z",
"cadence": "weekly", "cadence": "weekly",
"activity_core_handoff": { "activity_core_handoff": {
"activity_id": "statehub-legacy-interface-review", "activity_id": "statehub-legacy-interface-review",
@ -568,38 +568,32 @@
"updated_at": "2026-06-04T00:25:59.014966Z" "updated_at": "2026-06-04T00:25:59.014966Z"
}, },
"all_time": { "all_time": {
"calls": 511407, "calls": 511406,
"tenant_count": 1, "tenant_count": 1,
"user_count": 1, "user_count": 1,
"component_count": 1, "component_count": 1,
"tenants": { "tenants": {
"unknown": 511407 "unknown": 511406
}, },
"users": { "users": {
"unknown": 511407 "unknown": 511406
}, },
"components": { "components": {
"unknown": 511407 "unknown": 511406
} }
}, },
"window": { "window": {
"calls": 1, "calls": 0,
"tenant_count": 1, "tenant_count": 0,
"user_count": 1, "user_count": 0,
"component_count": 1, "component_count": 0,
"tenants": { "tenants": {},
"unknown": 1 "users": {},
}, "components": {}
"users": {
"unknown": 1
},
"components": {
"unknown": 1
}
}, },
"last_seen_at": "2026-08-20T23:32:31.368781Z", "last_seen_at": "2026-07-31T16:25:32.004042Z",
"retirement_candidate": false, "retirement_candidate": false,
"retirement_reason": "1 call(s) in review window" "retirement_reason": "quiet 20d of 60d required for 511406 all-time call(s)"
}, },
{ {
"interface": { "interface": {

12
uv.lock generated
View file

@ -538,29 +538,17 @@ dependencies = [
{ name = "fastapi" }, { name = "fastapi" },
{ name = "fastmcp" }, { name = "fastmcp" },
{ name = "httpx" }, { name = "httpx" },
{ name = "jsonschema" },
{ name = "pydantic" }, { name = "pydantic" },
{ name = "sqlalchemy", extra = ["asyncio"] }, { name = "sqlalchemy", extra = ["asyncio"] },
] ]
[package.metadata] [package.metadata]
requires-dist = [ requires-dist = [
{ name = "alembic", marker = "extra == 'runtime'", specifier = ">=1.13.0" },
{ name = "asyncpg", marker = "extra == 'runtime'", specifier = ">=0.29.0" },
{ name = "fastapi", specifier = ">=0.115.0" }, { name = "fastapi", specifier = ">=0.115.0" },
{ name = "fastmcp", specifier = ">=2.0.0" }, { name = "fastmcp", specifier = ">=2.0.0" },
{ name = "httpx", specifier = ">=0.28.0" }, { name = "httpx", specifier = ">=0.28.0" },
{ name = "jsonschema", specifier = ">=4.23.0" },
{ name = "psycopg2-binary", marker = "extra == 'runtime'", specifier = ">=2.9.0" },
{ name = "pydantic", specifier = ">=2.10.0" }, { name = "pydantic", specifier = ">=2.10.0" },
{ name = "sqlalchemy", extras = ["asyncio"], specifier = ">=2.0.0" }, { name = "sqlalchemy", extras = ["asyncio"], specifier = ">=2.0.0" },
{ name = "uvicorn", extras = ["standard"], marker = "extra == 'runtime'", specifier = ">=0.30.0" },
]
[package.metadata.requires-dev]
dev = [
{ name = "aiosqlite", specifier = ">=0.20.0" },
{ name = "pytest", specifier = ">=8.0.0" },
] ]
[[package]] [[package]]