code wiki / _hdl_build / nx_andelinwest_build.nx

nx_andelinwest_build.nx

buildroot/runtime/_hdl_build/nx_andelinwest_build.nx

5386 B73 linesdepth 4pulls 8 transitivereach 0 importersview sourcekind tooltopic andelinwest
docsdependenciesstructsconstsfunctions

about

nx_andelinwest_build.nx -- the TEAM builds andelinwest.com (Utah legal) through the dev-pipeline while Claude monitors (operator: "get the target of s class exceeds andelinwest.com legal site in utah built by the team with us monitoring, start the runner and lets iterate"). BUILDER authors the site via the team's web-builder; ENGINEER tests UX compliance; the grade is placed on the maturity ladder; the S-class gap is flagged for the next iteration. Emits knowledge/andelinwest.html. license_tier: ORIGINAL

dependencies 4 imports · 0 importers

nx_web_builder.nx nx_maturity_auditor.nx nx_pm_review_log.nx nx_syscalls.nx nx_andelinwest_build.nx

imports: nx_web_builder.nxnx_maturity_auditor.nxnx_pm_review_log.nxnx_syscalls.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main aw_puts sys_write sys_openat_wr wb_doc_open bt_default_brand wb_doc_open_branded wb_w sys_write ↻ bas_emit_head bas_emit_one sys_mmap bas_lookup sys_mmap ↻ bas_esc_attr bas_app bas_fw sys_write ↻ bt_emit_root_fd sys_mmap ↻ bt_emit_root_buf bt_app sys_mmap ↻ bt_slice_eq bt_ident_safe bt_value_safe bt_find bt_app_n sys_write ↻ bt_emit_dark_fd sys_mmap ↻ bt_emit_dark_root_buf bt_app ↻ sys_mmap ↻ bt_slice_eq ↻ bt_ident_safe ↻ bt_value_safe ↻ bt_app_n ↻ sys_write ↻ pol_emit

structs

none

consts

none

functions

12func aw_puts(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 }
called by 1: main calls 1: sys_write
14func main() -> i64