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 sys_mmap nxa_die sys_write ↻ sys_exit nxa_lock_take nxa_lock_addr sys_write ↻ nxa_lock_give nxa_lock_addr ↻ nxa_report_overrun sys_write ↻ nxa_dump_printable sys_write ↻ nxa_dump_sizes sys_write ↻ sys_close mat_level mat_label mat_gap_to_sclass sys_write ↻ pm_open sys_openat_append pm_flag pm_w sys_write ↻ pm_cstr_len sys_exit ↻

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