What problem does it solve? Working on the silken_net Proof-of-Growth telemetry pipeline (CoAP intake, unpacker, oracle verification, SCC minting) involves non-obvious invariants — strict Sidekiq queue ordering, RANGE-partitioned TelemetryLog tables, string-backed enums, dual Float Lorenz computation — that are easy to break without documented guidance. ## Core Features & Use Cases - SSOT Routing: Points to the canonical docs (CLAUDE.md sections, 05_02 pipeline canon) instead of restating them. - Indexed Gotcha Companion: 18 numbered, append-only gotchas in gotchas.md covering DID=0 handling, oracle_status enum prefix, KENOSIS validation placement, partition pruning, and DCI/Lorenz checks. - Common Task Playbooks: Step sequences for adding a telemetry field or changing minting logic, including the 2-guard oracle chain and KYC perimeter caveats. - Use Case: Before modifying TelemetryUnpackerService or a telemetry column, consult the gotcha index to avoid regressions like silent mint-path misses or fraud false positives. ## Quick Start Ask the assistant to help you add a new telemetry field to the uplink packet and unpacker, and it will consult the pipeline gotchas before editing.