code wiki / _hdl_build / nx_scribe_query.nx

nx_scribe_query.nx

buildroot/runtime/_hdl_build/nx_scribe_query.nx

1957 B39 linesdepth 3pulls 3 transitivereach 1 importersview sourcekind library
docsdependenciesstructsconstsfunctions

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

nx_crew_scribe.nx nx_scribe_query.nx nx_scribe_query_test.nx

imports: nx_crew_scribe.nx

imported by: nx_scribe_query_test.nx

structs

none

consts

none

functions

11func scq_count_verdict(n: i64, verdict: *i64, target: i64) -> i64
18func scq_count_handoff(n: i64, from: *i64, to: *i64, f: i64, t: i64) -> i64
called by 1: main
25func scq_last(n: i64, verdict: *i64, target: i64) -> i64
called by 1: main
33func scq_heal_efficiency(n: i64, verdict: *i64) -> i64
called by 1: main calls 1: scq_count_verdict