Workspace.toml
This is only for reference and is located in your workspace's directory.
It contains the name of the workspace and the version of the DSL.
name = "Your Workspace Name"
schema_version = 3
Schema Changes
The following changes occurred across schema_version
values:
schema_version | description | upgrade process |
---|---|---|
1 | initial | add workspace.toml with name and schema_version |
2 | renamed journal to connections to prepare for other types of data | In the work folder, for every individual listed, rename their journal folder to be named connections |
3 | renamed groups to include non-manager users | in people.ppl , rename relationship to group , then rename base to network , direct_report to guide , and first_team to partner . See documentation. |