docs(A1.9): Add comprehensive git source documentation and example repository
Phase 4 Complete: - Updated README.md with git source usage examples and use cases - Created docs/GIT_CONFIG_SOURCES.md (800+ lines comprehensive guide) - Updated CHANGELOG.md with v2.2.0 release notes - Added configs/example-team/ example repository with E2E test Documentation covers: - Quick start and architecture - MCP tools reference (4 tools with examples) - Authentication for GitHub, GitLab, Bitbucket - Use cases (small teams, enterprise, open source) - Best practices, troubleshooting, advanced topics - Complete API reference Example repository includes: - 3 example configs (react-custom, vue-internal, company-api) - README with usage guide - E2E test script (7 steps, 100% passing) 🤖 Generated with Claude Code Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
36
configs/example-team/vue-internal.json
Normal file
36
configs/example-team/vue-internal.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "vue-internal",
|
||||
"description": "Vue.js config for internal team documentation",
|
||||
"base_url": "https://vuejs.org/",
|
||||
"selectors": {
|
||||
"main_content": "main",
|
||||
"title": "h1",
|
||||
"code_blocks": "pre"
|
||||
},
|
||||
"url_patterns": {
|
||||
"include": [
|
||||
"/guide",
|
||||
"/api"
|
||||
],
|
||||
"exclude": [
|
||||
"/examples",
|
||||
"/sponsor"
|
||||
]
|
||||
},
|
||||
"categories": {
|
||||
"essentials": ["guide/essentials", "guide/introduction"],
|
||||
"components": ["guide/components"],
|
||||
"reactivity": ["guide/extras/reactivity"],
|
||||
"composition_api": ["api/composition-api"],
|
||||
"options_api": ["api/options-api"]
|
||||
},
|
||||
"rate_limit": 0.3,
|
||||
"max_pages": 200,
|
||||
"metadata": {
|
||||
"team": "frontend",
|
||||
"version": "Vue 3",
|
||||
"last_updated": "2025-12-21",
|
||||
"maintainer": "vue-team@example.com",
|
||||
"notes": "Focuses on Vue 3 Composition API for our projects"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user