MCPcopy Create free account
hub / github.com/0xKarl-dev/claw-codes / build_bootstrap_graph

Function build_bootstrap_graph

src/bootstrap_graph.py:16–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14
15
16def build_bootstrap_graph() -> BootstrapGraph:
17 return BootstrapGraph(
18 stages=(
19 'top-level prefetch side effects',
20 'warning handler and environment guards',
21 'CLI parser and pre-action trust gate',
22 'setup() + commands/agents parallel load',
23 'deferred init after trust',
24 'mode routing: local / remote / ssh / teleport / direct-connect / deep-link',
25 'query engine submit loop',
26 )
27 )

Callers 1

mainFunction · 0.85

Calls 1

BootstrapGraphClass · 0.85

Tested by

no test coverage detected