返回 Skill 列表
extension
分类: 开发与工程无需 API Key

session-protocol

在交接之前,请遵循会话结束时的git检查清单。

person作者: jakexiaohubgithub

Before ending any session, run the standard git checklist.

  • git status to check what changed.
  • git add <files> to stage code changes.
  • git commit -m "..." to commit.
  • git push to push to remote.

Reference: references/end-session-checklist.md.