4 Commits

Author SHA1 Message Date
octoturge 24988eefcd Replace em dashes with hyphens across docs and comments 2026-08-29 08:13:54 +00:00
octoturge db5adc9324 Simplify boilerplate for learning: stub inference and Postgres write
Removed ort/ndarray/image (ONNX Runtime inference) and sqlx (Postgres audit
write). inference::detect() and the Postgres half of reporter::report() are
now stubs with a comment for what real code goes there. Redis Streams
XREADGROUP loop and the Redis pub/sub alert stay real.

Verified with a clean cargo check --all-targets (0 warnings).
2026-08-28 18:23:55 +00:00
octoturge 94b827613d Fix build errors: ort error Send/Sync bound, ndarray version unification, inputs! macro
Verified with cargo check.
2026-08-28 17:09:15 +00:00
octoturge 17f8e4b487 Initial boilerplate scaffold for continuum-ai-worker 2026-08-28 16:26:53 +00:00