code wiki / (root) / nx_workflow_tool_register.nx

nx_workflow_tool_register.nx

buildroot/runtime/nx_workflow_tool_register.nx

2623 B37 linesdepth 7pulls 9 transitivereach 0 importersview sourcekind orphan librarytopic workflow
docsdependenciesstructsconstsfunctions

about

nx_workflow_tool_register.nx -- register nx_workflow (consolidated workflow tool, READ-ONLY increment) into the discovery registry -> mcp__nishi__nx_workflow stub. Idempotent; verifies by READBACK. expect_exit: 0 license_tier: ORIGINAL

dependencies 1 imports · 0 importers

nx_tool_registry.nx nx_workflow_tool_register.nx

imports: nx_tool_registry.nx

imported by: nobody (leaf or entry point)

structs

none

consts

6const ASCII_0: i64 = 48 // named so this registrar is itself rule-11 clean

functions

8func wr_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 }
9func wr_putn(v: i64) -> i64
21func main() -> i64