treadle 0.2.0

A persistent, resumable, human-in-the-loop workflow engine backed by a petgraph DAG
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# ODM Configuration for the ECL/Fabryk Workspace
# This configuration is specific to the project's repository structure

# Documentation directory (workspace-specific)
docs_directory = "./docs/design"

# Development documents directory (workspace-specific)
dev_directory = "./docs/dev"

# Preserve state directory structure in dustbin
preserve_dustbin_structure = true

# Automatically stage changes with git
auto_stage_git = true