Skip to content

Fix self-improvement search policy references - #4700

Merged
Widthdom merged 1 commit into
mainfrom
fix-issue4672
Jul 20, 2026
Merged

Fix self-improvement search policy references#4700
Widthdom merged 1 commit into
mainfrom
fix-issue4672

Conversation

@Widthdom

Copy link
Copy Markdown
Owner

Summary

  • Replace stale SELF_IMPROVEMENT.md references to removed README headings with the authoritative AGENT_GUIDE.md Search and Indexing Rules.
  • Keep the English and Japanese hard rules and commit checklists synchronized.
  • Add the bilingual changelog fragment changelog.d/unreleased/4672.docs.md.

Root cause and impact

The self-improvement workflow still named README headings that no longer exist, so agents could not complete the documented precommit review unambiguously. The workflow now points to the current authoritative policy and precommit workflow.

Validation

  • dotnet run --project tools/CodeIndex.Changelog -- check
  • bash .codex/scripts/check-workflow-links.sh
  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --no-restore --filter FullyQualifiedName~DocumentationDriftTests -p:UseSharedCompilation=false
  • dotnet build CodeIndex.sln -p:UseSharedCompilation=false
  • git diff --check
  • Codex adversarial review: no blocking/actionable issues found

Documentation and changelog

  • Updated SELF_IMPROVEMENT.md in English and Japanese.
  • Added changelog.d/unreleased/4672.docs.md.
  • No direct CHANGELOG.md changes.

Follow-up candidates

None.

Fixes #4672

@Widthdom
Widthdom marked this pull request as ready for review July 20, 2026 03:30
@Widthdom
Widthdom merged commit a01046e into main Jul 20, 2026
1 check passed
@Widthdom
Widthdom deleted the fix-issue4672 branch July 20, 2026 03:30
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.

Remove stale README code-search section references from self-improvement workflow

1 participant