Documentation
¶
Overview ¶
Command iterion is the CLI for the iterion workflow engine.
Package main: __scan-shards hidden subcommand.
Implements the local-mode shard fan-out described in docs/security-bots-distributed.md. Spawns N child `iterion run` subprocesses sharing the same --store-dir, each scanning a slice of the file list, bounded by --max-concurrency. Polls the store for each child until terminal status, then emits an aggregated JSON envelope on stdout.
Cloud-mode dispatch (NATS queue publish + parent/child relationship persisted via cloudpublisher) is a future swap; the bundle-facing surface is the same.
Source Files
¶
- bench.go
- bots.go
- bundle.go
- claude_hook_drain.go
- claw_runner.go
- claw_runner_proxy.go
- cloud_wireup.go
- diagram.go
- dispatch.go
- fork.go
- import.go
- inspect.go
- issue.go
- main.go
- marketplace.go
- mcp_ask_user.go
- mcp_board.go
- mcp_common.go
- mcp_control.go
- memory.go
- migrate.go
- models.go
- openapi.go
- plugin.go
- remote.go
- remote_admin.go
- remote_board.go
- remote_bots.go
- remote_cmdutil.go
- remote_dispatcher.go
- remote_gov.go
- remote_identity.go
- remote_runs.go
- remote_schedules.go
- remote_secrets.go
- remote_server.go
- remote_tokens.go
- remote_webhooks.go
- report.go
- resume.go
- run.go
- runner.go
- runs.go
- sandbox.go
- scan_shards.go
- schedule.go
- secret.go
- server.go
- skill.go
- studio.go
- supervise.go
- validate.go
- version.go
Click to show internal directories.
Click to hide internal directories.