跳转到主要内容

What’s Changed [0.1.6] - 2026-05-16

Added

  • Workspace Isolation Selection: comet-build now prompts users to choose between creating a branch or a worktree before execution begins (Step 3: Workspace Isolation)
  • isolation field in .comet.yaml: New required field (branch or worktree) to record the user’s workspace isolation choice
  • isolation enum validation: comet-yaml-validate.sh now validates isolation as a required field with allowed values branch/worktree

Changed

  • comet-build step numbering: Step 3 (Select Execution Method) → Step 4, Step 4 (Spec Incremental Updates) → Step 5
  • Hotfix and tweak presets default to isolation: branch without prompting
  • comet-yaml-validate.sh REQUIRED_FIELDS and KNOWN_KEYS updated to include isolation