Controller Route Implementation

Implement controller routes with stable validation, auth, and regression coverage.

onfire7777 91defff 454 B Updated

File contents

Controller Route Implementation

  • Validate inputs through shared schemas.
  • Keep response envelopes stable and typed.
  • Preserve auth, CORS, and token defaults unless Security/DevOps reviews the change.
  • Add route-level regression tests for new behavior.
  • Document API behavior only after tests verify it.

onfire7777/five-agent-dev-team/tree/main/.agents/skills/controller-route-implementation commit 91defffddb

Frequently asked questions

npx skillmds@latest add onfire7777/controller-route-implementation