code wiki / _hdl_build / nx_scribe_query.nx
nx_scribe_query.nx
buildroot/runtime/_hdl_build/nx_scribe_query.nx
about
nx_scribe_query.nx -- the Scribe's M2 upgrade (the growth loop's last pick): the deliverable
history stops being write-only and becomes QUERYABLE, turning the parseable CREWMSG log into the
clarity + efficiency METRICS the operator wanted ("logging to parse to improve our clarity and
efficiency"). Given the structured deliverables (from[], to[], kind[], verdict[]), the Scribe can
now answer: how many BAD handoffs? what is the heal rate? who hands to whom? where was the last
failure? -- the team reads its own history to improve. license_tier: ORIGINAL
dependencies 1 imports · 1 importers
imports: nx_crew_scribe.nx
imported by: nx_scribe_query_test.nx
structs
| none |
consts
| none |
functions
| 11 | func scq_count_verdict(n: i64, verdict: *i64, target: i64) -> i64 |
| 18 | func scq_count_handoff(n: i64, from: *i64, to: *i64, f: i64, t: i64) -> i64 called by 1: main |
| 25 | func scq_last(n: i64, verdict: *i64, target: i64) -> i64 called by 1: main |
| 33 | func scq_heal_efficiency(n: i64, verdict: *i64) -> i64 |