feat(doc-symbols): Python objects.inv provider + seed_doc_symbols CLI #17
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-curator!17
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/17/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?
The curator pipeline for "Link to docs": per-ecosystem providers that build
(ecosystem, fqn) -> official_urlrows and upsert them into thedoc_symbolscatalog.DocSymbolProviderinterface + registry,DocSymbolRow(snake_case toJson + trigramsearch_blobwith dotted-suffix aliases),upsertDocSymbols(idempotent(ecosystem, fqn)upsert), andbin/seed_doc_symbols.dart(clone ofseed_dictionary: service-role key from env,--dry-run, dedup).parsePythonObjectsInvparses Sphinx v2objects.inv(pandas, numpy, scipy, scikit-learn, seaborn, matplotlib, statsmodels, stdlib) — the authoritative name→URL map. Tests: fixture parse + search_blob/toJson.Dart/Flutter, Go, Rust, R providers slot into the registry next (re-seed; no app/infra change). Run after the
doc_symbolstable exists.