antigravity-workflow

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

開工 / 收工 / 新專案初始化

Start Work / Finish Work / New Project Initialization

開工

Start Work

  1. 讀取
    ANTIGRAVITY.md
  2. 讀取專案筆記重點
  3. git status
    + 最近 commit
  4. 回報狀態與建議下一步
  5. 不自動 pull/commit/push
  1. Read
    ANTIGRAVITY.md
  2. Read key points of project notes
  3. git status
    + recent commits
  4. Report status and suggest next steps
  5. Do not automatically pull/commit/push

收工

Finish Work

  1. 檢查敏感資料(API key、token、學生真名等)
  2. 更新專案筆記(完成事項、下一步、踩坑)
  3. 只在規則改變時更新 ANTIGRAVITY.md
  4. 檢查 git status + diff
  5. 只 stage 本次相關檔案(不用
    git add .
  6. 確認後 commit + push
  7. 回報同步結果
  1. Check for sensitive data (API keys, tokens, real names of students, etc.)
  2. Update project notes (completed tasks, next steps, pitfalls encountered)
  3. Update ANTIGRAVITY.md only when rules change
  4. Check git status + diff
  5. Only stage files related to this session (do not use
    git add .
    )
  6. Commit + push after confirmation
  7. Report synchronization results

新專案初始化

New Project Initialization

先問:名稱、用途、資料夾、是否 GitHub repo、公開/私有、是否部署。 建立:ANTIGRAVITY.md、README.md、.gitignore、Git repo、GitHub repo、專案筆記。 若已存在 → 盤點後只補缺口,不覆蓋。
First ask: name, purpose, folder, whether it's a GitHub repo, public/private, whether to deploy. Create: ANTIGRAVITY.md, README.md, .gitignore, Git repo, GitHub repo, project notes. If already exists → Inventory and only fill gaps, do not overwrite.