code wiki / (root) / nx_workflow.nx

nx_workflow.nx

buildroot/runtime/nx_workflow.nx

1784 B41 linesdepth 5pulls 6 transitivereach 0 importersview sourcekind orphan librarytopic 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)

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