BREAKING CHANGE
- the webhook registration API is removed.
GET/POST /api/v1/webhooks,
DELETE /api/v1/webhooks/{id}and the/app/webhooksmanagement pane now 404, and the
registered_webhookstable is dropped. Webhook delivery is configured in Astrolabe's
admin settings (mcp_server_url+mcp_webhook_secret+ sync presets); the
/webhooks/nextcloudingress andWEBHOOK_SECRETare unchanged.
Feat
- vector: deliver file changes over webhooks; drop webhook registration