Organization-level workspace root for ScopeCreep-zip projects.
This is a workspace.git — an org-level git repository that provides shared development environment configuration. Project repositories are cloned as siblings alongside this workspace and managed independently.
# Install open-sesame (if not already installed)
sudo apt install open-sesame open-sesame-desktop
# Clone workspace to canonical path
sesame workspace clone https://github.com/ScopeCreep-zip/workspace.git
# Clone project repos as siblings
sesame workspace clone https://github.com/ScopeCreep-zip/open-sesame.git
sesame workspace clone https://github.com/ScopeCreep-zip/spiritstream.git
sesame workspace clone https://github.com/ScopeCreep-zip/rekindle.git
# Enter workspace (activates direnv → konductor devshell)
cd /workspace/$USER/github.com/ScopeCreep-zip//workspace/$USER/github.com/ScopeCreep-zip/
├── .git/ ← this repo (workspace.git)
├── .envrc ← direnv: konductor devshell + sesame vault injection
├── .gitignore ← ignores sibling project repos
├── .sesame.toml ← workspace-level sesame profile config
├── open-sesame/ ← cloned separately, own .git
├── spiritstream/ ← cloned separately, own .git
└── rekindle/ ← cloned separately, own .git
| Repository | Description |
|---|---|
| open-sesame | Desktop orchestration: window switcher, secret vaults, app launcher |
| SpiritStream | Guerrilla live streaming platform |
| Rekindle | Chat application |
| Springtale | Bot/AI assistant framework |
| Symbiont | Trust and orchestration protocol |
| kalilix | Kali Linux as a Nix flake |