Bootstrap Context
Bootstrap context creates minimum durable memory immediately after project creation.
Trigger Points
- Automatic: project creation flow (best-effort)
- Manual:
POST /v1/projects/:key/bootstrap - Admin UI: Project settings
Bootstrap contextbutton
Sources
Bootstrap collector samples these local signals when available:
README.mdpackage.jsondocker-compose.yml/docker-compose.yamlinfra/docker-compose.yml/infra/docker-compose.yaml- Recent Git raw events (
post_commit,post_merge,post_checkout)
Output Memory
type:summarystatus:confirmedsource:autometadata.source:bootstrapmetadata.files: list of detected file signals
Failure Model
- Bootstrap is non-blocking.
- If source files are missing or unreadable, the project still works.
- Bootstrap can be retried manually.