You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: apply deep code review findings (3 critical, 5 warning)
CR-01: Lifespan error handler re-raises instead of SystemExit(1)
CR-02: Use INSERT OR IGNORE for symbols (matches DELETE+re-insert pattern)
CR-03: Validate version format before sorting (prevents ValueError crash)
WR-02: Add DocsServerError catch to list_versions for consistent isError:true
WR-03: Escape double quotes in logfmt values to prevent injection
WR-04: Validate version format in ingest_inventory before URL construction
WR-05: Add defensive assertion for FTS table name identifiers
WR-07: Validate YAML structure in populate_synonyms
WR-08: Add clear warning when sphinx-build fails but symbols ingested
IN-05: Replace dead _meta code block with deferred comment
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments