docs(plan): reconcile PLAN.md with shipped Renovate adoption (ADR-0004)#28
Merged
Conversation
PLAN.md still asserted Dependabot as the chosen dependency-update tool, contradicting the shipped state after PR #27 (Renovate adopted via .github/renovate.json5, .github/dependabot.yml removed, per ADR-0004). Per AUDIT-2026-05-28 round 2, reconcile the stale references: - Resolved Decision #5 "Dependabot, not Renovate" -> "Renovate, not Dependabot", marked superseded by ADR-0004. - Phase 2 TODO "Add Dependabot version updates" -> marked done via Renovate. - Security policy "Use Dependabot version updates" -> "Use Renovate". - uv-pilot caveats clarified to reflect Renovate as the dependency bot. Research Anchors bibliography (uv+dependabot/renovate doc links, Dependabot for Actions docs) left as historical research notes; their takeaways are accurate tool-capability statements, not current-state assertions. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Round-3 doc-accuracy fix (AUDIT-2026-05-28 round 2).
PLAN.mdstill asserted Dependabot as the chosen dependency-update tool, contradicting the shipped state after PR #27 (merged): this repo adopted Renovate (.github/renovate.json5) and removed Dependabot (.github/dependabot.ymldeleted), per ADR-0004.Verified current state before editing:
gh api .../contents/.github/renovate.json5-> existsgh api .../contents/.github/dependabot.yml-> 404Stale references reconciled
renovate.json5config + PR #27 removal[ ] Add Dependabot version updates...[x]done via Renovate (ADR-0004), not Dependabot.github/renovate.json5, per ADR-0004)..."uvpilot "not locked yet"uvsecurity-surface caveatLeft as historical (intentional)
The Research Anchors bibliography (lines ~1085-1165) records docs reviewed during planning, including the
uv+Dependabot anduv+Renovate integration links and the "GitHub Dependabot for Actions" doc. These are accurate tool-capability statements and genuine planning history — not false current-state assertions — so they are preserved.Validation
markdownlint-cli2 PLAN.md(repo.markdownlint-cli2.jsonc) -> 0 errorsdiff --stat:PLAN.md | 30 +++--, 19 insertions(+), 11 deletions(-)DO NOT MERGE.
🤖 Generated with Claude Code