Hikaze Backend
Overview
Use this skill for backend node logic and the manager server.
Scope
- •Node schemas and execution in
nodes/. - •Server routes and services in
backend/server/. - •Shared Python types in
shared/types/.
Workflow
- •Read
.codex/constitution/tech-stack.mdand.codex/guidelines/architecture-index.md. - •If API behavior changes, update
.codex/guidelines/api-contracts.md. - •Record unresolved design items in
.codex/guidelines/not_implemented.md. - •Cite evidence with file paths when describing behavior.
- •Run build at phase end before user verification (per workflow).
Guardrails
- •Keep backend logs and error text in English.
- •Avoid modifying
.codex/constitutionunless explicitly instructed.