create_state_database
Creates a per-project state database from an SQL schema, serving as a functional programming-compliant replacement for mutable global variables.
Instructions
Create per-project state database (.state/runtime.db) from SQL schema. FP-compliant replacement for mutable global variables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_directory | Yes | Absolute path to project source directory (from infrastructure.source_directory) |