* 에이전트 인터넷 활성화 필요
[템플릿]
TASK: Create squashed branch from {{spike branch}}
REPO: <owner/repo>
BASE: dev
SOURCE: {{spike branch}}
TARGET: feature/from-spike-squashed
REQUIREMENTS:
- Branch must start from latest dev
- Apply all changes from {{spike branch}}
- Squash into ONE commit
- No merge commit
- No commit history preservation
- Push to origin
COMMIT MESSAGE:
feat: {{commit message}}
VALIDATION:
- git log must show only one new commit on top of dev
- git diff dev..TARGET must equal diff dev..{{spike branch}}