Skip to content

Add search audit recipes and issue draft export - #3266

Merged
Widthdom merged 9 commits into
mainfrom
codex/fix-issue3144-3145
Jun 5, 2026
Merged

Add search audit recipes and issue draft export#3266
Widthdom merged 9 commits into
mainfrom
codex/fix-issue3144-3145

Conversation

@Widthdom

@Widthdom Widthdom commented Jun 4, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add built-in search audit recipes with cdidx search --list-recipes and cdidx search --recipe risky-code text/JSON output.
  • Add search recipe --format issue-drafts with --open-issues duplicate preflight, reusing the shared issue preflight parser and bounded JSON loading.
  • Document the new search recipe flows and add changelog fragments for both issues.

Validation

  • dotnet build src/CodeIndex/CodeIndex.csproj
  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --filter "Issue3144|Issue3145|CliFlagSchema|Suggestions|ConsoleUiTests|ProgramCliTests"
  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --filter "FullyQualifiedName~Issue3144|FullyQualifiedName~Issue3145" -p:UseSharedCompilation=false
  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --filter "FullyQualifiedName~RunLanguages_" -p:UseSharedCompilation=false
  • dotnet run --project tools/CodeIndex.Changelog -- check
  • dotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll . --commits HEAD --json
  • dotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll status --check --json
  • Codex adversarial review: No blocking/actionable issues found.

Fixes #3144
Fixes #3145

@Widthdom
Widthdom merged commit c5bc285 into main Jun 5, 2026
11 checks passed
@Widthdom
Widthdom deleted the codex/fix-issue3144-3145 branch June 6, 2026 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

1 participant