code wiki / task
topic: task
4 modules sharing the task name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| nx_task.nx | MCP Tasks-primitive parity, sovereign: dispatch a long-running task (get a handle), POLL its status, | 51 | 8 |
| nx_task_gate.nx | proves MCP Tasks parity on real seg_store (test prefix): dispatch a task, POLL it through | 41 | 2 |
| nx_task_graph.nx | DAG of tasks with explicit dependency edges. | 255 | 12 |
| nx_task_graph_test.nx | DAG ordering + dependency satisfaction. | 127 | 6 |