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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Backend findings and snapshot API (ADR 0011). Agent state is now
projected into typed AgentSnapshot values and served from the backend,
alongside prioritized findings for unreachable, stale, drifting, unowned,
heuristic, idle, and unattributed-usage conditions. The fleet page and
per-agent Agent card consume this neutral API instead of deriving state from
catalog annotations in the browser.
Backend package rename and expanded role. The backend package is now @showcall/backstage-plugin-agent-catalog-backend; it continues to ingest
catalog entities and now also exposes the agent-catalog HTTP plugin used by
the fleet UI and external integrations.