Files
geekai/PROMPT.md
T
RockYang 9ccff4efbc feat(release): migrate GeekAI v4.3.0 to open source
- Sync backend and frontend from GeekAI Plus v4.3.0

- Remove commercial License flows and update open-source deployment defaults

- Preserve Docker Compose deployment and bump image tags to v4.3.0

BREAKING CHANGE: commercial License configuration and related endpoints are removed
2026-08-11 14:51:20 +08:00

380 B

项目固定指令(Cursor 必须遵守)

  1. 代码必须使用清晰命名,禁止单字母变量
  2. 代码必须加注释
  3. 统一使用 4 空格缩进
  4. 前端样式代码永远优先适应 Tailwind CSS 的样式, 别自定义样式。除非 Tailwind CSS 不支持或者做不到。
  5. 不要生成多余代码,保持简洁
  6. 每次生成代码前遵守以上规则