pub fn init_project(root: &Path) -> Result<String, AqlError>
Run aql init: detect stacks and write .config/aql.schema.
aql init
.config/aql.schema
Returns Err if the schema file already exists or the directory cannot be created.
Err