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

session-bootstrap

在工作会话开始时,从conversation.compact.md.template初始化一个新的本地会话日志。

person作者: jakexiaohubgithub

Session Bootstrap

When to use

Use at the start of a new session to create a local, gitignored session log.

Procedure

  1. Copy the template to create a local session log:
cp .agent/conversation.compact.md.template conversation.compact.md
  1. Add the objective, constraints, and next actions to the new file.
  2. Remember that conversation.compact.md is gitignored and stays local.

Inputs and outputs

  • Inputs: .agent/conversation.compact.md.template
  • Outputs: conversation.compact.md in the repo root

Constraints

  • Do not commit conversation.compact.md
  • ASCII-only

Examples

  • $session-bootstrap