Skip to content

Fix Dockerfile and dependency indexing issue batch - #3590

Merged
Widthdom merged 3 commits into
mainfrom
codex/fix-3483-3437-3484
Jun 12, 2026
Merged

Fix Dockerfile and dependency indexing issue batch#3590
Widthdom merged 3 commits into
mainfrom
codex/fix-3483-3437-3484

Conversation

@Widthdom

Copy link
Copy Markdown
Owner

Summary

  • Add Dockerfile-specific symbol kinds for stages, base images, build args, environment variables, COPY/ADD destinations, RUN steps, and related instructions.
  • Emit bounded Dockerfile JSON-form validation diagnostics for malformed payloads and item-cap truncation.
  • Classify dependency manifests and lockfiles as first-class searchable dependency_manifest / dependency_lock language buckets.

Validation

  • dotnet test
  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --filter "FullyQualifiedName~SymbolExtractorTests|FullyQualifiedName~ReferenceExtractorTests|FullyQualifiedName~FileIndexerTests|FullyQualifiedName~RunLanguages_HumanOutput_WideExtensionListSpillsOntoContinuationLine"
  • dotnet build
  • dotnet run --project tools/CodeIndex.Changelog -- check
  • git diff --check origin/main..HEAD
  • dotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll index . --json
  • dotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll status --check --json

Review

Adversarial review completed. The Dockerfile symbol extractor contract version was fixed during review.

No blocking/actionable issues found.

Notes

  • No additional issues were filed.
  • AGENTS.md, CLAUDE.md, and AGENT_GUIDE.md were not modified.

Fixes #3483
Fixes #3437
Fixes #3484

@Widthdom
Widthdom marked this pull request as ready for review June 12, 2026 03:16
@Widthdom
Widthdom merged commit 17e5658 into main Jun 12, 2026
10 checks passed
@Widthdom
Widthdom deleted the codex/fix-3483-3437-3484 branch June 12, 2026 03:16
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