Skip to content

fix: remove stale repo-map from sync matrix#10

Merged
avifenesh merged 1 commit intomainfrom
fix/remove-stale-repo-map-from-sync
Mar 28, 2026
Merged

fix: remove stale repo-map from sync matrix#10
avifenesh merged 1 commit intomainfrom
fix/remove-stale-repo-map-from-sync

Conversation

@avifenesh
Copy link
Copy Markdown
Contributor

Summary

  • repo-map in the sync matrix is a stale reference - the repo was renamed to repo-intel
  • Removing rather than renaming because the sync strategy (rm -rf target/lib/ && cp -r) would destroy repo-intel's plugin-specific lib/repo-intel/ and lib/collectors/ modules
  • repo-intel now bundles its own lib/binary/ (see fix: bundle binary module for marketplace installs repo-intel#9) so it doesn't need the shared lib sync

Test plan

  • Verify repo-map repo no longer exists / is not a sync target
  • Verify repo-intel has its binary module bundled independently

repo-map was renamed to repo-intel but the sync matrix still targeted
the old name. Remove it rather than adding repo-intel because the sync
strategy (rm -rf + cp) would destroy repo-intel's plugin-specific lib
modules (lib/repo-intel/, lib/collectors/).
@gemini-code-assist
Copy link
Copy Markdown

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

@avifenesh avifenesh merged commit 04f4329 into main Mar 28, 2026
3 checks passed
@avifenesh avifenesh deleted the fix/remove-stale-repo-map-from-sync branch March 28, 2026 22:02
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.

1 participant