towerops/lib/towerops/proto
Graham McInitre 9d4a5f6d81 refactor: comprehensive simplification and functional programming improvements
- help_live/index.ex: 2,642→173 lines, 15 section modules + sidebar extracted
  MikroTik now real section, dead if false removed
- agent_channel.ex: 2,506→1,751 lines, 3 helper modules extracted
  (heartbeat/subscriptions/job_builder), decode_and_process/4 eliminates
  8 repeated handle_in patterns, guard-based size checks
- antenna_catalog.ex: 1,174→47 lines, 107 specs → priv/antennas/catalog.json
- topology.ex: unbounded query → batched loading (100/batch),
  all guard errors fixed, zero if/case/cond conditionals
- proto: decoder_macros.ex + field_specs.ex infrastructure for
  macro-generated protobuf decoders
2026-07-21 17:03:47 -05:00
..
agent.ex dialyzer: fix remaining 88 warnings — clean dialyzer run 2026-04-21 10:32:42 -05:00
decode.ex fix: M19, L16 — protobuf validation on 6 decode paths, vault ETS docs 2026-05-12 15:46:13 -05:00
decoder_macros.ex refactor: comprehensive simplification and functional programming improvements 2026-07-21 17:03:47 -05:00
encode.ex refactor: convert 6 Gleam modules to idiomatic Elixir with TDD (#196) 2026-03-28 09:52:07 -05:00
field_specs.ex refactor: comprehensive simplification and functional programming improvements 2026-07-21 17:03:47 -05:00
tuple_decode.ex credo fixes 2026-06-14 08:27:57 -05:00
tuple_encode.ex remove-gleam (#218) 2026-03-29 11:03:20 -05:00
types.ex dialyzer: fix remaining 88 warnings — clean dialyzer run 2026-04-21 10:32:42 -05:00
wire.ex fix: resolve all Elixir 1.20 type system warnings across project 2026-05-28 14:52:30 -05:00