You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cli group wiped to empty "pages": [] on build — the CLI reference MDX files appear to be stale or missing; running uv run poe clidocs to regenerate them first should fix this.
Neither is urgent but worth fixing in the next PR that touches either area.
The docs nav (
docs/docs/docs.json) has two stale entries that surface when the doc site is built:api/mellea/telemetry/contextmissing from nav — the context module was added in feat: first pass at carrying contextvars though async flows #878 but the nav was never updated.cligroup wiped to empty"pages": []on build — the CLI reference MDX files appear to be stale or missing; runninguv run poe clidocsto regenerate them first should fix this.Neither is urgent but worth fixing in the next PR that touches either area.