code wiki / (root) / nx_workflow.nx

nx_workflow.nx

buildroot/runtime/nx_workflow.nx

1784 B41 linesdepth 5pulls 6 transitivereach 0 importersview sourcekind tooltopic workflow
docsdependenciesstructsconstsfunctions

about

nx_workflow.nx -- CLI half of the consolidated workflow tool (#5 of the 15). READ-ONLY WMS surface: board [prefix] | show <id> [prefix] (prefix default = the canonical knowledge/store/ws-) exit: 0 ok | 3 absent | 4 tombstoned | 2 usage (codes surface in MCP _meta.exit_code) license_tier: ORIGINAL

dependencies 1 imports · 0 importers

nx_workflow_lib.nx nx_workflow.nx

imports: nx_workflow_lib.nx

imported by: nobody (leaf or entry point)

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

main wf_puts sys_write wf_seq wf_board sys_mmap ws_get_p ss_get sys_mmap ↻ ss_scan sys_mmap ↻ ss_manifest_dyn ss_manifest_file_dyn ss_scan_seglist ss_len sys_mmap ↻ ss_cat ss_readall ss_r32 wf_puts ↻ wf_key ws_field wf_seq ↻ sys_write ↻ wf_putn nxi_out nxi_fd sys_mmap ↻ ccz_cat_num sys_write ↻ sys_munmap wf_summary sys_mmap ↻ ss_open ss_open2 sys_mmap ↻ ss_manifest_dyn ↻ ss_cat ↻ ss_loadfile sys_map_file

structs

none

consts

7const WFC_USAGE_RC: i64 = 2
8const WFC_RC_ABSENT: i64 = 3
9const WFC_RC_TOMB: i64 = 4
10const WFC_ARG_VERB: i64 = 1
11const WFC_ARG_P1: i64 = 2
12const WFC_ARG_P2: i64 = 3
13const WFC_ARGC_VERB: i64 = 2
14const WFC_ARGC_P1: i64 = 3
15const WFC_ARGC_P2: i64 = 4

functions

17func main(argc: i64, argv: *i64) -> i64