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
Follow-up to #1959 / ADR-0052 §5. The feed backend was retired long ago;
this removes the last discovery/dispatcher references to it and fixes a
real bug in the comments capability.
- spec: remove WellKnownCapabilitiesSchema.feed and ApiRoutesSchema.feed
(routes.feed); drop the /api/v1/feed entry from DEFAULT_DISPATCHER_ROUTES.
- metadata-protocol: getDiscovery() no longer emits the always-false feed
service/capability. Bug fix — the `comments` capability keyed off the
deleted 'feed' service (permanently false since #1955); it now tracks the
sys_comment object (always-on audit slate), so declared === enforced.
- client: drop the internal feed route constant (only existed to satisfy the
now-removed ApiRoutes.feed type; unused).
- tests: update discovery/dispatcher/client capability tests; add positive
coverage that comments=true when sys_comment is registered.
Comments/activity are served by the generic data API on sys_comment /
sys_activity. Regenerated content/docs/references/api/discovery.mdx.
Claude-Session: https://claude.ai/code/session_01HtN5uPoPnFzkSJ2HcwzgtG
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments