code wiki / _hdl_build / nx_brand_voice.nx
nx_brand_voice.nx
buildroot/runtime/_hdl_build/nx_brand_voice.nx
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
imports: nx_syscalls.nx
imported by: nx_brand_voice_gate.nxnx_clarity.nx
structs
| none |
consts
| none |
functions
| 9 | func bv_lookup(text: *u8, n: i64, aspect: *u8, out: *u8, cap: i64) -> i64 |
| 42 | func bv_longest_sentence_words(text: *u8, n: i64) -> i64 |
| 67 | func bv_clarity_ok(text: *u8, n: i64, max: i64) -> i64 |