muster-workspace 0.1.0

A terminal workspace for running CLI agents and dev processes side by side
Documentation
1
2
3
4
5
6
/// Human-facing application name, reused for window titles and labels.
pub const APP_NAME: &str = "muster";

/// Environment variable exported into each spawned pane, holding the path of the
/// current project's config so the `muster` CLI can target it without a flag.
pub const MUSTER_PROJECT_ENV: &str = "MUSTER_PROJECT";