Skip to content

fix: prepare truthful v0.4.1 correction release (COD-445) - #48

Merged
shivros merged 1 commit into
mainfrom
runner/COD-445-creed-v0.4.1
Aug 27, 2026
Merged

fix: prepare truthful v0.4.1 correction release (COD-445)#48
shivros merged 1 commit into
mainfrom
runner/COD-445-creed-v0.4.1

Conversation

@shivros

@shivros shivros commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

Summary

Truthful follow-up correction release for layered context sources. The published immutable v0.4.0 tag stays untouched; it shipped the feature but its CLI and MCP implementation metadata incorrectly reported 0.3.0.

This PR prepares v0.4.1 by:

  • updating CLI and MCP version constants to 0.4.1;
  • updating the pinned README install command;
  • documenting the immutable v0.4.0 packaging defect and corrective release in the changelog.

Verification

go generate ./...
go build ./...
go test -race -count=1 ./...
go vet ./...
gofmt -l .  # empty
go run . --version  # creed 0.4.1
git diff --check

All passed. scripts/check-generated.sh intentionally requires a clean tree before it runs go generate; after generation, the only changed files were the four intended source/docs files.

Release follow-up

After this PR merges, publish an immutable v0.4.1 tag/release and verify a clean-cache go install github.com/techgodhq/creed@v0.4.1 reports creed 0.4.1. Do not move or rewrite v0.4.0.

Closes COD-445.

@shivros

shivros commented Aug 27, 2026

Copy link
Copy Markdown
Contributor Author

🤖 Automated Review Panel

GPT-5.6-terra (openai-codex)

APPROVE — the correction keeps immutable v0.4.0 intact, updates both user-visible version constants to 0.4.1, updates the install documentation, and accurately documents the correction. No concrete correctness or goal-alignment issues found.


GPT-5.5 (openai/gpt-5.5)

APPROVE — the supplied diff aligns with the release-correction goal: it leaves v0.4.0 untouched, fixes CLI and MCP metadata, updates the pinned install command, and records the correction in the changelog. No blockers found.

@shivros
shivros marked this pull request as ready for review August 27, 2026 22:24
@shivros

shivros commented Aug 27, 2026

Copy link
Copy Markdown
Contributor Author

Auto-Merge Gate

Confidence: 0.96

The narrowly scoped v0.4.1 correction aligns with COD-445’s explicitly authorized immutable-release remediation: it preserves v0.4.0, corrects both CLI and MCP version metadata, updates the pinned install command, and documents the defect accurately. CI passed: Test, Lint, and Secret Scan. The on-PR dual-model review panel found no unresolved correctness issues.

Scope limit: this merge does not publish the v0.4.1 tag/release or complete the clean-cache install verification; those remaining acceptance items stay tracked in COD-445.

@shivros
shivros merged commit 7823722 into main Aug 27, 2026
3 checks passed
@shivros
shivros deleted the runner/COD-445-creed-v0.4.1 branch August 27, 2026 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant