# 将以下文件视为不可违反的开发契约: - openspec/specs/api_response_schema.yaml - openspec/specs/database_schema.yaml - openspec/specs/auth_rules.yaml - openspec/specs/tech_stack.yaml - 任何新功能、修复或重构都必须: - 先检查是否符合上述规范 - 如果需求与规范冲突,先提出修改规范的建议 - 不得擅自绕过约束(如直接 res.json 裸返回) # Always use context7 when I need code generation, setup or configuration steps, or library/API documentation. This means you should automatically use the Context7 MCP tools to resolve library id and get library docs without me having to explicitly ask.