From e5f5cd1fa19d93606436f8c46bb9b2c22b53a755 Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Thu, 22 Jan 2026 17:33:48 -0500 Subject: [PATCH 1/2] Enhance README with new features and links Added new features for running agents in parallel and syncing GitHub projects/issues. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c1d9b5a..4173fd9 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,12 @@ A tool for spawning and managing multiple AI coding agents (Claude Code and OpenAI Codex) with a Docker-like architecture: thin CLI (`map`) + local daemon (`mapd`). +**Run Claude Code and Codex agents in parallel** https://github.com/user-attachments/assets/1e0f02fe-fdbb-4cf7-bff4-a2161662b7a2 +**Sync gh projects / issues** +https://github.com/user-attachments/assets/f418e6c3-bfff-4859-b7d4-938eecfa4934 + ## Installation **Quick install (macOS and Linux):** From 7ba156d51b86f366c60109cfd66a1f963a0f49bc Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Thu, 22 Jan 2026 17:34:34 -0500 Subject: [PATCH 2/2] Update README with links for agent management Added links for running agents in parallel and syncing projects/issues. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4173fd9..e7bb9f6 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,11 @@ A tool for spawning and managing multiple AI coding agents (Claude Code and OpenAI Codex) with a Docker-like architecture: thin CLI (`map`) + local daemon (`mapd`). **Run Claude Code and Codex agents in parallel** + https://github.com/user-attachments/assets/1e0f02fe-fdbb-4cf7-bff4-a2161662b7a2 **Sync gh projects / issues** + https://github.com/user-attachments/assets/f418e6c3-bfff-4859-b7d4-938eecfa4934 ## Installation