Claw Code requires Python 3.10 or later. See Installation for full setup instructions.
Render the porting workspace summary
The
summary command builds a live manifest of the src/ tree and renders a Markdown report of the command and tool surface alongside session state.List mirrored command entries
The
commands subcommand prints the mirrored command inventory. Use --limit to control how many entries are shown.Route a prompt
The Each line is tab-separated:
route command scores a natural-language prompt against both the command and tool inventories and returns the top matches ranked by relevance.kind, name, score, source_hint.Use --limit to increase or decrease the number of results (default: 5):Exploring further
| Command | What it does |
|---|---|
python3 -m src.main manifest | Print the raw workspace manifest |
python3 -m src.main subsystems --limit 16 | List top-level Python modules |
python3 -m src.main tools --limit 10 | List mirrored tool entries |
python3 -m src.main parity-audit | Compare Python workspace against the TypeScript archive |
python3 -m src.main setup-report | Show startup prefetch and deferred-init report |
python3 -m src.main turn-loop "prompt" | Run a stateful multi-turn loop |
python3 -m src.main command-graph | Show command graph segmentation |
python3 -m src.main tool-pool | Show assembled tool pool |
python3 -m src.main bootstrap-graph | Show bootstrap/runtime graph stages |