Skip to content

OpenConceptLab/ocl_issues#2471 | Generalize bridge detection#851

Merged
snyaggarwal merged 1 commit intomasterfrom
feature/generalize-bridge-detection
Apr 14, 2026
Merged

OpenConceptLab/ocl_issues#2471 | Generalize bridge detection#851
snyaggarwal merged 1 commit intomasterfrom
feature/generalize-bridge-detection

Conversation

@paynejd
Copy link
Copy Markdown
Member

@paynejd paynejd commented Apr 14, 2026

Summary

  • Generalizes bridge matching detection in $match endpoint to support any bridge source, not just CIEL
  • The is_bridge check now compares search repo against target_repo filter dynamically instead of hardcoding CIEL
  • Algorithm label changes from ocl-ciel-bridge to ocl-bridge
  • Fully backward compatible — search mechanics unchanged

Part of OpenConceptLab/ocl_issues#2471

Test plan

  • Verify existing CIEL bridge matching still works (label changes to ocl-bridge in search_meta.algorithm)
  • Verify non-bridge semantic search still labeled ocl-semantic
  • Verify token search still labeled ocl-search

🤖 Generated with Claude Code

…rt any bridge source

The is_bridge check previously hardcoded CIEL as the only valid bridge
source. Now it detects bridge mode whenever the search repo differs from
the target_repo filter, making it source-agnostic. Algorithm label
changes from 'ocl-ciel-bridge' to 'ocl-bridge'.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@snyaggarwal snyaggarwal merged commit e332131 into master Apr 14, 2026
5 checks passed
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.

2 participants