Every sense now gets a _signals table (id, payload, timestamp) created
automatically. When compute() returns non-null, the signal is persisted
to the sense's own SQLite DB before being sent to the Signal Bus.
This makes `nerve sense query <name>` return signal history out of the
box — no manual INSERT needed in compute functions.
CLI's pickDefaultPreviewTable now prioritizes _signals over other tables.