mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
The CTA execution dispatcher invokes the action callback positionally with values that have already been validated (insight fetched and asserted non-empty in the endpoint, project pulled from the request context). Re-validating them through param declarations adds noise without catching anything. Drop the declarations and the validator classes/tests created for them. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>