Skip to content

[codex] Add suggestion issue draft export - #2936

Merged
Widthdom merged 2 commits into
mainfrom
fix-issue2878
Jun 2, 2026
Merged

[codex] Add suggestion issue draft export#2936
Widthdom merged 2 commits into
mainfrom
fix-issue2878

Conversation

@Widthdom

@Widthdom Widthdom commented Jun 2, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add cdidx suggestions export --format issue-drafts with issue-ready title, labels, evidence paths, body text, and optional --open-issues duplicate preflight.
  • Extend suggest_improvement to record normalized repository-relative evidencePaths and include them in local exports and GitHub suggestion bodies.
  • Use existing repository labels for GitHub suggestion issues: enhancement for ordinary suggestions and bug for crash/error reports.

Changelog

  • changelog.d/unreleased/2878.added.md
  • changelog.d/unreleased/2931.fixed.md

Validation

  • dotnet format CodeIndex.sln --verify-no-changes
  • dotnet build
  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --filter "FullyQualifiedName~ProgramCliTests|FullyQualifiedName~GitHubIssueReporterTests|FullyQualifiedName~McpServerTests.SuggestImprovement"
  • dotnet run --project tools/CodeIndex.Changelog -- check
  • dotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll status --check --json
  • Adversarial review: No blocking/actionable issues found.

Fixes #2878
Fixes #2931

@Widthdom
Widthdom marked this pull request as ready for review June 2, 2026 14:05
@Widthdom
Widthdom merged commit 602cfe9 into main Jun 2, 2026
11 checks passed
@Widthdom
Widthdom deleted the fix-issue2878 branch June 2, 2026 14:06
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.

GitHub suggestion submission uses a missing ai-suggestion label Add issue-draft export and open-issue duplicate preflight for code-audit workflows

1 participant