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.
default_agents_md_template
Built-in root AGENTS.md body written by bootstrap/setup.
resolve_agents_md_template
Resolve template content: explicit path → env → workspace templates → built-in.