Add claud-runner doc and update main README#115
Merged
jeremyeder merged 2 commits intoambient-code:mainfrom Sep 23, 2025
Merged
Add claud-runner doc and update main README#115jeremyeder merged 2 commits intoambient-code:mainfrom
jeremyeder merged 2 commits intoambient-code:mainfrom
Conversation
Create detailed documentation for vTeam Claude Code runner system at docs/CLAUDE_CODE_RUNNER.md: - Document core orchestration architecture with main.py session management - Explain 16 specialized AI agent personas and their distinct roles - Detail layered prompt engineering strategy for multi-agent collaboration - Document spec-kit integration for /specify, /plan, /tasks commands - Include Git integration capabilities and authentication methods 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Update vTeam/README.md to align with actual deployed code: - Remove Playwright MCP server references from architecture table - Update component descriptions to focus on multi-agent collaboration The documentation now accurately reflects the current implementation which uses Claude Code CLI with multi-agent personas for software development workflows rather than browser automation capabilities. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
cooktheryan
pushed a commit
to cooktheryan/vTeam
that referenced
this pull request
Oct 7, 2025
updated docs with Claude. --------- Co-authored-by: Claude <noreply@anthropic.com>
sallyom
added a commit
that referenced
this pull request
Oct 15, 2025
updated docs with Claude. --------- Co-authored-by: Claude <noreply@anthropic.com>
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.
updated docs with Claude.