Files
wehub-resource-sync 2cab53bc94
Test Vector Database Adaptors / Test MCP Vector DB Tools (push) Has been cancelled
Tests / Code Quality (Ruff & Mypy) (push) Has been cancelled
Tests / Fast Unit Tests (parallel) (macos-latest, 3.11) (push) Has been cancelled
Tests / Fast Unit Tests (parallel) (macos-latest, 3.12) (push) Has been cancelled
Tests / Tests (push) Has been cancelled
Docker Publish / Build and Push Docker Images (map[description:Skill Seekers CLI - Convert documentation to AI skills dockerfile:Dockerfile name:skill-seekers]) (push) Has been cancelled
Docker Publish / Build and Push Docker Images (map[description:Skill Seekers MCP Server - 25 tools for AI assistants dockerfile:Dockerfile.mcp name:skill-seekers-mcp]) (push) Has been cancelled
Docker Publish / Test Docker Images (push) Has been cancelled
Tests / Fast Unit Tests (parallel) (ubuntu-latest, 3.10) (push) Has been cancelled
Tests / Fast Unit Tests (parallel) (ubuntu-latest, 3.11) (push) Has been cancelled
Tests / Fast Unit Tests (parallel) (ubuntu-latest, 3.12) (push) Has been cancelled
Tests / Serial / Integration / E2E Tests (push) Has been cancelled
Tests / MCP Server Tests (push) Has been cancelled
Test Vector Database Adaptors / Test chroma Adaptor (push) Has been cancelled
Test Vector Database Adaptors / Test faiss Adaptor (push) Has been cancelled
Test Vector Database Adaptors / Test qdrant Adaptor (push) Has been cancelled
Test Vector Database Adaptors / Test weaviate Adaptor (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:46:28 +08:00

126 lines
3.3 KiB
JSON

{
"name": "unity-addressables",
"description": "Unity Addressables asset management system - Use when implementing asset loading, remote content delivery, asset bundles, memory management, or dynamic asset loading in Unity projects.",
"version": "1.0.0",
"merge_mode": "claude-enhanced",
"base_url": "https://docs.unity3d.com/Packages/com.unity.addressables@2.3/manual/index.html",
"sources": [
{
"type": "documentation",
"base_url": "https://docs.unity3d.com/Packages/com.unity.addressables@2.3/manual/index.html",
"browser": true,
"extract_api": true,
"selectors": {
"main_content": ".content-wrap, .section, article, main",
"title": "h1",
"code_blocks": "pre code"
},
"url_patterns": {
"include": [
"com.unity.addressables"
],
"exclude": [
"/changelog/",
"/license/"
]
},
"categories": {
"getting_started": [
"index",
"getting-started",
"installation",
"quickstart",
"AddressableAssetsGettingStarted"
],
"concepts": [
"AddressableAssetsDevelopmentCycle",
"AddressableAssetsOverview",
"asset-references",
"labels",
"groups",
"profiles"
],
"loading": [
"load-assets",
"LoadingAddressableAssets",
"MemoryManagement",
"AsyncOperationHandle",
"UnloadingAddressableAssets",
"synchronous-addressables"
],
"api": [
"api",
"reference",
"Addressables",
"AddressablesAPI"
],
"building": [
"Builds",
"BuildLayoutReport",
"ContentUpdateWorkflow",
"AddressableAssetSettings",
"build-scripting"
],
"advanced": [
"remote-content-distribution",
"content-catalogs",
"diagnostic-tools",
"CustomOperations",
"TransformInternalId",
"ccd"
]
},
"rate_limit": 0.5
},
{
"type": "github",
"repo": "Unity-Technologies/Addressables-Sample",
"include_code": true,
"language": "C#",
"enable_codebase_analysis": true,
"code_analysis_depth": "deep",
"fetch_issues": false,
"fetch_changelog": false,
"fetch_releases": false,
"file_patterns": [
"**/*.cs"
]
}
],
"analysis_features": {
"pattern_detection": true,
"test_extraction": true,
"how_to_guides": true,
"config_extraction": true,
"architecture_overview": true,
"api_reference": true,
"dependency_graph": true
},
"enhancement": {
"enabled": true,
"level": 3,
"mode": "LOCAL"
},
"chunking": {
"enabled": true,
"chunk_size": 1000,
"chunk_overlap": 200
},
"output_formats": [
"claude",
"markdown"
],
"metadata": {
"version": "2.3",
"framework": "unity",
"language": "csharp",
"tags": ["unity", "addressables", "asset-management", "asset-bundles", "content-delivery", "csharp"],
"documentation_url": "https://docs.unity3d.com/Packages/com.unity.addressables@latest/",
"repository_url": "https://github.com/Unity-Technologies/Addressables-Sample"
}
}