# Semurg NATIVE battery manifest -- one row per lane:  <lane_name> <kind> <script-relative-to-native/>
# kind=eval : run via lanes/_semurg_eval.sh (cold two-phase, RAM-capped, throwaway store, $REL eval)
# kind=http : run the script directly (curl against the running installed node)
# 4th column 'internal' : an internal-only diagnostic (NOT a public-board number); runs only under
#   ARENA_INTERNAL=1 (e.g. model_weight_fs = the OTHER-A conveyor-vs-filesystem gap).
kv_point_read    eval  kv_point_read.exs
unique_append    eval  unique_append.exs
cold_open        eval  cold_open.exs
model_weight_fs  eval  model_weight_fs.exs  internal
sustained_fetch  eval  sustained_fetch.exs
http_v1          http  lanes/http_v1.sh
