From 59c3d4aceb771fa3b2850561f0dd06943278641b Mon Sep 17 00:00:00 2001 From: Nathan Brake Date: Wed, 14 Jan 2026 16:12:16 -0500 Subject: [PATCH] feat: add Agent of Empires to projects A terminal UI for managing multiple OpenCode sessions in tmux with git worktree integration and Docker sandboxing. --- data/projects/agent-of-empires.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/projects/agent-of-empires.yaml diff --git a/data/projects/agent-of-empires.yaml b/data/projects/agent-of-empires.yaml new file mode 100644 index 0000000..8b793c8 --- /dev/null +++ b/data/projects/agent-of-empires.yaml @@ -0,0 +1,4 @@ +name: Agent of Empires +repo: https://github.com/njbrake/agent-of-empires +tagline: Multi-session TUI for OpenCode +description: A terminal UI for managing multiple OpenCode sessions in tmux with git worktree integration and Docker sandboxing.