diff --git a/data.toml b/data.toml index 2ee6396..69bc1ff 100644 --- a/data.toml +++ b/data.toml @@ -128,6 +128,15 @@ summary = "Desktop application for parallel management and orchestration of Clau detail = "Conductor enables running multiple Claude Code agents simultaneously with isolated workspaces, progress monitoring, and git worktree management. Built for developers seeking to maximize AI-assisted coding productivity through parallel agent workflows." agents = ["claude-code"] +[[interfaces]] +name = "Crystal" +website = "" +repo = "https://github.com/stravu/crystal" +open_source = true +summary = "Desktop Electron app for managing multiple Claude Code sessions in parallel git worktrees." +detail = "Crystal enables developers to run multiple Claude Code AI sessions simultaneously with isolated git worktrees for each session. Features persistent conversation tracking, built-in git operations, change visualization, and desktop notifications for streamlined parallel AI-assisted development workflows." +agents = ["claude-code"] + [[interfaces]] name = "Agentrooms" website = ""