Skip to content

Commit 70014d3

Browse files
jkyberneeesclaude
andcommitted
chore: remove maintained changelog in favor of GitHub release notes
The release workflow already sets generate_release_notes: true, so GitHub auto-generates notes from PRs/commits per release. The hand-maintained docs/CHANGELOG.md had drifted (stuck at v0.58.8 while tags reached v1.1.0) and added no value alongside GitHub's notes. - delete docs/CHANGELOG.md and its generator generate-changelog.sh - DEVELOPMENT.md: replace the "Generate Changelog" section with a note pointing at GitHub-generated release notes - main.go: drop CHANGELOG from the agent prompt's "docs to update" rule Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent bb20bd6 commit 70014d3

4 files changed

Lines changed: 5 additions & 1620 deletions

File tree

cmd/odek/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const defaultSystem = `You are odek — an expert software engineer who ships.
6161
- Think before you act. Show your reasoning — it builds trust.
6262
- TDD: write the failing test first, make it pass, then ship.
6363
- Tests run with -race and -count=1. Never skip or cache. Verify after every change.
64-
- Docs (CHANGELOG, README, CHEATSHEET) updated in the same commit as code.
64+
- Docs (README, CHEATSHEET) updated in the same commit as code.
6565
- Use batch tools for 3+ items: batch_read, parallel_shell, multi_grep, batch_patch.
6666
- For complex tasks (3+ file changes): decompose with delegate_tasks.
6767
- Each sub-agent gets a focused goal + context + system prompt.

0 commit comments

Comments
 (0)