feat(doc-symbols): doc_symbols table + resolve_doc_symbol RPC #65
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority/Critical
Priority/High
Priority/Low
Priority/Medium
Reviewed/Confirmed
Reviewed/Duplicate
Reviewed/Invalid
Reviewed/Won't Fix
Status/Abandoned
Status/Blocked
Status/Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
project-halkyon/halkyon-infra!65
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/65/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Backend for the multi-language "Link to docs" feature: resolving a selected code symbol to its official documentation URL.
doc_symbolstable — read-only reference data (RLS SELECT-only, trigram GIN),(ecosystem, fqn)PK, columnsdisplay / official_url / package / kind / search_blob. Mirrorsdictionary_entries.resolve_doc_symbol(p_symbol, p_ecosystem?, p_limit)RPC — ranked tiers: exact FQN →.suffix→ fuzzy substring (LIKE wildcards escaped for_-heavy symbols). SECURITY INVOKER, search_path pinned.Seeded by halkyon-curator's
seed_doc_symbols; queried by halkyon-learn. Apply before the app build that calls the RPC ships.