-
Notifications
You must be signed in to change notification settings - Fork 37
docs: Replace vteam references with ACP naming #480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- Update all API groups from vteam.ambient-code to acp.ambient-code - Update namespaces from vteam-dev to acp-dev - Update container images from vteam_* to acp_* - Update routes/URLs from vteam-frontend/backend to acp-frontend/backend - Replace 'vTeam' product name with 'Ambient Code Platform' or 'ACP' - Add new Mermaid architecture diagrams to docs/ - Update components/README.md with diagram references Affected areas: - User guides and getting started documentation - GitLab integration documentation (5 files) - Development and testing documentation - Build metadata and deployment docs - Design documents and ADRs - Implementation plans - Reference documentation and API docs - Lab exercises Total: 27 modified files, 4 new diagram files All vteam references removed from platform/docs/
Claude Code ReviewSummaryThis PR systematically replaces all "vteam" references with "ACP" (Ambient Code Platform) naming across documentation. The changes are comprehensive, covering API groups, namespaces, URLs, container images, and product references. Additionally, 4 new Mermaid architecture diagrams are added to improve documentation clarity. Scope: 31 files (27 modified, 4 new), 653 additions, 322 deletions Issues by Severity🚫 Blocker IssuesNone - Documentation-only changes present no blocking issues. 🔴 Critical IssuesNone - All changes are cosmetic and do not affect functionality. 🟡 Major Issues1. Inconsistent References May Remain in CodeLocation: Throughout the codebase (not in this PR) Issue: While this PR updates documentation, the actual runtime code still uses:
Impact: Documentation now describes a system that doesn't yet exist. Users following the docs will encounter mismatches with actual behavior. Example from PR: -apiVersion: vteam.ambient-code/v1alpha1
+apiVersion: acp.ambient-code/v1alpha1But the actual CRD files in Recommendation:
🔵 Minor Issues1. CLAUDE.md Still References vteam in Technical NoteLocation: Current State: > **Note:** This project was formerly known as "vTeam". Technical artifacts (image names, namespaces, API groups) still use "vteam" for backward compatibility.Issue: This note accurately reflects reality but contradicts the updated docs which show Recommendation: Update this note to clarify the migration status: > **Note:** This project was formerly known as "vTeam". Technical artifacts are being migrated from "vteam" to "acp" naming. Documentation shows the target state; some runtime components may still use legacy "vteam" names during the transition.2. Missing Verification of Diagram RenderingLocation: New Issue: Mermaid diagrams added without verification that they render correctly in the documentation site (MkDocs). Files:
Recommendation:
3. GitLab Integration Docs Heavily AffectedLocation: 5 GitLab-related documentation files Observation: GitLab integration docs were updated extensively (237 lines changed). These docs reference backend endpoints, tokens, and workflows. Potential Risk: If GitLab integration tests reference the old Recommendation: Cross-reference with:
Positive Highlights✅ Comprehensive Scope
✅ Improved Documentation Structure
✅ Maintains Backward Compatibility Notes
✅ No Breaking Changes to Code
RecommendationsHigh Priority
Medium Priority
Low Priority
Approval Status✅ Approved with RecommendationsThis PR is safe to merge as-is since it only affects documentation. However, I strongly recommend addressing the "Clarify Migration Status" item (#1) before merge to avoid user confusion. The code migration should be tracked separately and completed soon after this merges to avoid documentation drift. Testing ChecklistBefore merge:
References
🔍 View AI decision process (logs available for 90 days) 📋 View memory system files loaded (click to expand)What Amber Loaded for Code ReviewAmber automatically loaded these repository standards from the memory system:
Impact: This review used your repository's specific code quality standards, security patterns, and best practices from the memory system (PRs #359, #360) - not just generic code review guidelines. |
Testing before merge checklist
Before merge:
mkdocs serveand verify all 4 new diagrams render correctlycomponents/README.mddiagram links workChange summary
Affected areas:
Total: 27 modified files, 4 new diagram files
All vteam references removed from platform/docs/