mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-13 13:47:13 +00:00
Bring the naming convention, code-sample cleanup, and CI naming check into phase 2 (RPC tracing). Phase 2 introduces PathFindSpanNames.h. Conflict resolution: - 04-code-samples.md, POC_taskList.md: deletion wins. - 02-design-decisions.md: took the convention-applied tables, but kept phase-2's accurate PathFinding summary row (pathfind_fast/search_level/num_paths/..., matching the implemented PathFindSpanNames.h). - 05/08: took the code-block-free prose; kept phase-2's Phase2-5_taskList.md index rows (dropping only the deleted POC row). Fixed stale setup_Telemetry/ make_Telemetry doc references to the code-correct setupTelemetry/makeTelemetry. - Telemetry.h auto-merged to the constant-based @code examples. check_otel_naming.py change: exempt test files from Rule F (tests pass arbitrary literal keys to exercise the API). The check passes clean on the merged tree (24 keys across 4 *SpanNames.h headers, including PathFind). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>