Hikaze API
Overview
Use this skill for API contracts and integration between frontend and backend.
Scope
- •Manager API routes and handlers in
backend/server/. - •Frontend API calls and adapters in
web/model_manager_frontendandweb/custom_node_frontend. - •Shared types in
shared/types/andweb/shared/types/.
Workflow
- •Read
.codex/guidelines/api-contracts.mdand.codex/guidelines/integration-guidelines.md. - •Update API contracts with exact request/response schemas from handlers.
- •Keep backend and frontend types in sync; update adapters as needed.
- •Cite evidence with file paths when describing behavior.
- •Run build at phase end before user verification (per workflow).
Guardrails
- •Do not assume schemas; derive from handlers and types.
- •Avoid changing
.codex/constitutionunless explicitly instructed.