Releases: Strutterai/agent-team-manager
Releases · Strutterai/agent-team-manager
Release list
v0.1.0 — Initial open source release
First public release. The tool is feature-complete for the v0.1 scope: design a Claude Code agent team visually, and have the org chart auto-sync to .claude/agents/*.md so Claude follows the delegation graph you drew.
Highlights
- 🦃 Visual canvas for agent org charts powered by React Flow + Strutter branding
- ✏️ Click any node to edit Name, Title, Role, Responsibilities, Goals, and delegation relationships
- 🔁 Live filesystem sync — every visual change writes back to
.claude/agents/*.md - ⚡ Bootstrap with Claude button generates a ready-to-paste prompt that has Claude design and create your initial agent files
- 📸 Auto-generated README screenshots via Playwright in CI
Security
- Local-only server bound to
127.0.0.1 - CORS locked to
localhost:5173 - Path traversal protection on the agents directory input
Quality
- 45 unit tests for markdown parsing, generation, and path validation
- Lint, build, audit, license check, and CodeQL on every PR
- Dependabot weekly with auto-merge for patch versions
Quick start
```bash
git clone https://github.com/Strutterai/agent-team-manager.git
cd agent-team-manager
npm install
npm run dev
```
Open http://localhost:5173 and start designing.
License
MIT