nx_workflow.nx
buildroot/runtime/nx_workflow.nx
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
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
structs
| none |
consts
| 7 | const WFC_USAGE_RC: i64 = 2 |
| 8 | const WFC_RC_ABSENT: i64 = 3 |
| 9 | const WFC_RC_TOMB: i64 = 4 |
| 10 | const WFC_ARG_VERB: i64 = 1 |
| 11 | const WFC_ARG_P1: i64 = 2 |
| 12 | const WFC_ARG_P2: i64 = 3 |
| 13 | const WFC_ARGC_VERB: i64 = 2 |
| 14 | const WFC_ARGC_P1: i64 = 3 |
| 15 | const WFC_ARGC_P2: i64 = 4 |
functions
| 17 | func main(argc: i64, argv: *i64) -> i64 |