• Pass 4 of the routine-narrative job. While documenting xly's 1,861 stored
    procedures and functions, the narrative-writing subagents incidentally
    surfaced ~140 code-level defects, header/comment drift, sealed-but-still-
    bound routines, tenant-baked GUIDs, dead code, debug leakage, and naming
    inconsistencies — flagged in individual narrative pages but otherwise
    scattered.
    
    This new page (en/docs/reference/maintainer/known-issues-in-stored-procedures.md)
    collects them in one navigable index, deep-linking back to each routine's
    auto-catalog page where the per-routine evidence lives. Grouped by
    category:
    
      - Real correctness / runtime bugs (~40)
      - Header / comment drift (~35)
      - Sealed-but-still-bound (~25 families)
      - Tenant-baked GUIDs / hardcoded magic values (~30)
      - Dead code / unimplemented stubs (~30)
      - Debug leakage left in production (~15)
      - Naming / structural inconsistencies (~10)
      - Security-adjacent (3)
    
    Explicitly NOT a fix plan — flags are signals worth verifying, not
    confirmed defect tickets. Several are operationally invisible; others are
    likely intentional rollback-retained legacy. Methodology and "what this
    page is and is not" framing are in the page header.
    
    Also linked from reference/maintainer/index.md and added to mkdocs.yml nav.
    zichun authored
     
    Browse Code »