nx_claim_check.nx
buildroot/runtime/nx_claim_check.nx
about
nx_claim_check.nx -- CLI for session claims (coordination rung 1; core = nx_claim_core.nx).
Concurrent Claude sessions coordinate through this organ:
claim <sess8> <ws-slug> <scope-csv> <ttl_ms> register/refresh this session's claim
beat <sess8> renew liveness (call on significant progress)
release <sess8> explicit hand-back (claim stops blocking)
check <sess8> <path>... exit 0 GRANT / 3 DENY (pre-commit tooth:
a path inside ANOTHER live claim's scope)
walk print every claude_* claim + verdict
Wire: .git/hooks/pre-commit runs `check ${NX_SESSION:-unclaimed} <staged paths>`.
license_tier: ORIGINAL
dependencies 1 imports · 0 importers
imports: nx_claim_core.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
| 13 | const CLI_EXIT_USAGE: i64 = 4 |
functions
| 15 | func main(argc: i64, argv: *i64) -> i64 |