Files
rex/sample/rex.config
Chris Punches a7eab683e8 shells_path is now a directory of .shell files
Matches the existing units_path pattern — shells_path points to a
directory that is scanned for .shell files rather than a single
monolithic definitions file.
2026-03-15 15:36:36 -04:00

10 lines
189 B
Plaintext
Executable File

{
"config": {
"project_root": "$HOME/development/internal/rex/sample",
"units_path": "units/",
"logs_path": "logs/",
"shells_path": "shells/",
"config_version": "5"
}
}