nx_h264_diag.nx
buildroot/runtime/nx_h264_diag.nx
about
nx_h264_diag.nx -- Nishi Teacher DIAGNOSTIC ENGINE: parse a raw log/output against the machine-readable
issue taxonomy (knowledge/registry/nishi_issues.tsv) and, for every matched symptom keyword (field 0),
emit the structured guidance line (type / role / diagnosis / fix / prevention) so the dr/engineer/builder
roles can instantly recognise the ISSUE TYPE and route a self-heal. Turns our own logs into recognisers:
every fix we teach becomes a matcher over future output. Reusable function `nx_diag_run`.
genealogy_id: nishi_teacher_log_to_issue_taxonomy license_tier: ORIGINAL
dependencies 1 imports · 1 importers
imports: nx_syscalls.nx
imported by: nx_h264_diag_gate.nx
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 10 | func diag_substr(log: *u8, loglen: i64, reg: *u8, ns: i64, nl: i64) -> i64 called by 1: nx_diag_run |
| 23 | func nx_diag_run(reg: *u8, reglen: i64, log: *u8, loglen: i64, fd: i64) -> i64 |
| 60 | func main() -> i64 |