feat: Introduce multi-agent system and project rename to LLM Dev Studio - #82
Merged
Conversation
- Rename project to "LLM Dev Studio" and update metadata - Add WORKSPACE_ROOT env var to launchSettings.json - Refactor WorkspacePaths for dynamic project switching - Remove settings.json (reset permissions) - Add agent.json, CLAUDE.md, and CLAUDE.compact.md for analyst, architect, designer, developer, generic, guard, overwatch, pm, and qa agents - Define strict agent workflows, message/decision protocols, and UTC timestamping - Add board.json with initial Kanban structure
auleewilliams
approved these changes
May 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
New Feature: Multi-Agent System
.ai-dev/agents/(analyst, architect, designer, developer, generic, guard, overwatch, pm, qa), each withagent.json,CLAUDE.md, andCLAUDE.compact.mddefining strict workflows, message/decision protocols, and UTC timestamping conventions..ai-dev/board/board.jsonwith an initial Kanban board structure for agent task tracking.Project Rename & Metadata
.ai-dev/project.jsonto rename the project to "LLM Dev Studio" and refresh metadata.Refactor: WorkspacePaths & DI
ai-dev.core/WorkspacePaths.cs— refactored for dynamic project switching support.ai-dev.core/Extensions/CoreServiceExtensions.cs— removedWorkspacePaths/ActiveWorkspaceHolderregistration fromAddAiDevCoreto fix DI ambiguity.ai-dev.api/Program.cs— updated DI wiring to match new registration approach.Config
ai-dev-net.AppHost/Properties/launchSettings.json— addedWORKSPACE_ROOTenv var.workspaces/ai-dev-studio/.claude/settings.json(permissions reset).Files changed: 32 | Insertions: +1969 | Deletions: -38