fix: prepare truthful v0.4.1 correction release (COD-445) - #48
Conversation
🤖 Automated Review PanelGPT-5.6-terra (openai-codex)APPROVE — the correction keeps immutable GPT-5.5 (openai/gpt-5.5)APPROVE — the supplied diff aligns with the release-correction goal: it leaves |
Auto-Merge GateConfidence: 0.96 The narrowly scoped v0.4.1 correction aligns with COD-445’s explicitly authorized immutable-release remediation: it preserves 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. |
Summary
Truthful follow-up correction release for layered context sources. The published immutable
v0.4.0tag stays untouched; it shipped the feature but its CLI and MCP implementation metadata incorrectly reported0.3.0.This PR prepares v0.4.1 by:
0.4.1;v0.4.0packaging defect and corrective release in the changelog.Verification
All passed.
scripts/check-generated.shintentionally requires a clean tree before it runsgo 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.1tag/release and verify a clean-cachego install github.com/techgodhq/creed@v0.4.1reportscreed 0.4.1. Do not move or rewritev0.4.0.Closes COD-445.