This commit is contained in:
Jayesh Betala 2026-07-14 19:16:50 -07:00 committed by GitHub
commit 6d00d0c295
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View File

@ -1194,7 +1194,7 @@ docs: generate [scope] documentation (Diataxis)
Quadrants: [list which quadrants were produced]
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
EOF
)"
```

View File

@ -196,7 +196,7 @@ committing.
git commit -m "$(cat <<'EOF'
docs: update project documentation for vX.Y.Z.W
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
EOF
)"
```

View File

@ -38,7 +38,7 @@ const claude: HostConfig = {
linkingStrategy: 'real-dir-symlink',
},
coAuthorTrailer: 'Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>',
coAuthorTrailer: 'Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>',
learningsMode: 'full',
};

View File

@ -369,7 +369,7 @@ Minimum 0 per category.
export function generateCoAuthorTrailer(ctx: TemplateContext): string {
const { getHostConfig } = require('../../hosts/index');
const hostConfig = getHostConfig(ctx.host);
return hostConfig.coAuthorTrailer || 'Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>';
return hostConfig.coAuthorTrailer || 'Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>';
}
export function generateChangelogWorkflow(_ctx: TemplateContext): string {

View File

@ -1229,7 +1229,7 @@ user via AskUserQuestion rather than destroying non-WIP commits.
git commit -m "$(cat <<'EOF'
chore: bump version and changelog (vX.Y.Z.W)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
EOF
)"
```

View File

@ -1229,7 +1229,7 @@ user via AskUserQuestion rather than destroying non-WIP commits.
git commit -m "$(cat <<'EOF'
chore: bump version and changelog (vX.Y.Z.W)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
EOF
)"
```