step 7: harden docs and prepare beta

This commit is contained in:
2026-07-02 15:27:55 +02:00
parent f4716e0d19
commit ee5b60e620
13 changed files with 306 additions and 13 deletions

View File

@@ -9,6 +9,7 @@ from .types import Tag
def get_gauge_debug_state(tag: Tag) -> dict[str, Any]:
"""Return renderer and state diagnostics for an existing gauge."""
state = get_gauge_state(tag)
debug = {
"tag": state.tag,