ask-project-memory

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
<critical_constraints> ✅ MUST read decisions file before starting new tasks ✅ MUST not violate past decisions ✅ MUST append new decisions in structured format </critical_constraints>
<workflow> 1. **Read**: Check if `.docs/decisions.md` exists 2. **Update**: Append new decision in structured format 3. **Reference**: Read before any new task to ensure consistency </workflow> <format> ```markdown
<critical_constraints> ✅ 开始新任务前必须阅读决策文件 ✅ 不得违反过往决策 ✅ 必须以结构化格式追加新决策 </critical_constraints>
<workflow> 1. **读取**:检查`.docs/decisions.md`文件是否存在 2. **更新**:以结构化格式追加新决策 3. **参考**:在开展任何新任务前阅读该文件,确保一致性 </workflow> <format> ```markdown

[Date] Decision: Use UUIDs

[日期] 决策:使用UUID

  • Context: Needed for security/scaling.
  • Decision: All new migrations must use
    $table->uuid('id')
    .
  • Status: Accepted.
</format>
  • 背景: 出于安全性/扩展性需求。
  • 决策: 所有新的迁移必须使用
    $table->uuid('id')
  • 状态: 已通过。
</format>