docs: Comprehensive documentation for configurable agents feature#247
Merged
docs: Comprehensive documentation for configurable agents feature#247
Conversation
Add documentation for the configurable agents system introduced in #233: - README.md: Add "Agent Definitions" commands subsection with CLI reference - README.md: Add "Configurable Agents" section explaining customization - README.md: Update directory structure to include agents directories - AGENTS.md: Add CLI commands and practical example for customizing workers - docs/DIRECTORY_STRUCTURE.md: Document agent definition directories and precedence The documentation covers: - How to list, reset, and spawn custom agents - Where agent definitions are stored (local vs repo-checked) - Precedence order for agent definitions - Step-by-step example of customizing worker conventions - How to share definitions with team members Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Run `go generate ./pkg/config` to update DIRECTORY_STRUCTURE.md to reflect the removal of the per-repo agent definitions system. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
aronchick
pushed a commit
to aronchick/multiclaude
that referenced
this pull request
Feb 18, 2026
…orenc#247) * docs: Comprehensive documentation for configurable agents feature Add documentation for the configurable agents system introduced in dlorenc#233: - README.md: Add "Agent Definitions" commands subsection with CLI reference - README.md: Add "Configurable Agents" section explaining customization - README.md: Update directory structure to include agents directories - AGENTS.md: Add CLI commands and practical example for customizing workers - docs/DIRECTORY_STRUCTURE.md: Document agent definition directories and precedence The documentation covers: - How to list, reset, and spawn custom agents - Where agent definitions are stored (local vs repo-checked) - Precedence order for agent definitions - Step-by-step example of customizing worker conventions - How to share definitions with team members * chore: Regenerate docs after agent definition removal Run `go generate ./pkg/config` to update DIRECTORY_STRUCTURE.md to reflect the removal of the per-repo agent definitions system. --------- Co-authored-by: Test User <test@example.com>
2 tasks
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.
Summary
multiclaude agentscommandsContext
Issue #233 added configurable agents but documentation was incomplete and scattered. This PR consolidates the documentation across the relevant files.
Changes
README.md
multiclaude agents list/reset/spawnexamplesrepos/<repo>/agents/and reference to repo-checked definitionsAGENTS.md
docs/DIRECTORY_STRUCTURE.md
repos/<repo-name>/agents/directory entryTest plan
go build ./cmd/multiclaudepasses🤖 Generated with Claude Code