Skip to main content

Module bootstrap

Module bootstrap 

Source
Expand description

Deterministic workspace bootstrap for mature repositories.

Creates docs scaffolds, optional .rustbrainignore, README-derived goals, and an AST module map — without inventing ADRs or calling cloud models.

Structs§

BootstrapAction
One planned or performed action.
BootstrapOptions
Options for bootstrap_workspace.
BootstrapReport
Result of bootstrap.

Enums§

BootstrapMode
How to handle interactive prompts.

Functions§

bootstrap_noninteractive
Convenience used by CLI tests / agents: non-interactive write bootstrap.
bootstrap_workspace
Run deterministic bootstrap for workspace.