code wiki / _hdl_build / nx_brand_voice.nx

nx_brand_voice.nx

buildroot/runtime/_hdl_build/nx_brand_voice.nx

3041 B70 linesdepth 2pulls 2 transitivereach 5 importersview sourcekind librarytopic brand
docsdependenciesstructsconstsfunctions

about

nx_brand_voice.nx -- brand VOICE & TONE guidelines as DATA + a basic clarity check. Voice is stored as `voice|<aspect>|<value>` lines (tone / reading-grade / person) alongside the brand; bv_lookup resolves an aspect. bv_clarity_ok flags copy whose longest sentence exceeds a max word count (the measurable core of "plain, on-brand voice"). HONEST SCOPE: this is the guideline + a clarity gate; deep tone rewriting is the Nishi Writer arc. Library. 100% sovereign. license_tier: ORIGINAL

dependencies 1 imports · 2 importers

nx_syscalls.nx nx_brand_voice.nx nx_brand_voice_gate.nx nx_clarity.nx

imports: nx_syscalls.nx

imported by: nx_brand_voice_gate.nxnx_clarity.nx

structs

none

consts

none

functions

9func bv_lookup(text: *u8, n: i64, aspect: *u8, out: *u8, cap: i64) -> i64
called by 1: main calls 1: sys_mmap
42func bv_longest_sentence_words(text: *u8, n: i64) -> i64
67func bv_clarity_ok(text: *u8, n: i64, max: i64) -> i64
called by 1: main calls 1: bv_longest_sentence_words