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

137 lines
3.4 KiB
JSON

{
"name": "spine-unity",
"description": "Spine 2D skeletal animation runtime for Unity - Use when implementing Spine animations, SkeletonAnimation components, skin management, or spine-unity integration in Unity projects.",
"version": "1.0.0",
"merge_mode": "claude-enhanced",
"base_url": "http://en.esotericsoftware.com/spine-unity",
"sources": [
{
"type": "documentation",
"base_url": "http://en.esotericsoftware.com/spine-unity",
"extract_api": true,
"selectors": {
"main_content": "#wiki_page_content, .wiki-content, article, main",
"title": "h1",
"code_blocks": "pre code"
},
"url_patterns": {
"include": [
"/spine-unity",
"/spine-runtime",
"/spine-api",
"/spine-applying-animations",
"/spine-attachments",
"/spine-events",
"/spine-skeleton",
"/spine-skins",
"/spine-slots"
],
"exclude": [
"/spine-corona",
"/spine-cocos2d",
"/spine-godot",
"/spine-unreal",
"/spine-flutter",
"/spine-sfml",
"/spine-monogame",
"/spine-love",
"/spine-haxe",
"/spine-ts",
"/spine-phaser",
"/spine-pixi",
"/spine-lwjgl",
"/spine-libgdx",
"/spine-changelog"
]
},
"categories": {
"getting_started": [
"Installation",
"Download",
"Assets",
"Runtime Documentation",
"FAQ"
],
"components": [
"Main Components",
"Utility Components",
"SkeletonAnimation",
"SkeletonGraphic",
"SkeletonMecanim",
"BoneFollower"
],
"animation": [
"Events",
"AnimationState",
"callback",
"Timeline",
"Examples"
],
"rendering": [
"Rendering",
"shader",
"material"
],
"advanced": [
"On-Demand Loading",
"UPM",
"Packages"
]
},
"rate_limit": 1.0
},
{
"type": "github",
"repo": "EsotericSoftware/spine-runtimes",
"include_code": true,
"language": "C#",
"enable_codebase_analysis": true,
"code_analysis_depth": "deep",
"fetch_issues": true,
"max_issues": 50,
"fetch_changelog": true,
"fetch_releases": true,
"file_patterns": [
"spine-unity/Assets/Spine/**/*.cs",
"spine-unity/Assets/Spine Examples/**/*.cs",
"spine-csharp/src/**/*.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": "4.2",
"framework": "unity",
"language": "csharp",
"tags": ["unity", "spine", "2d-animation", "skeletal-animation", "csharp"],
"documentation_url": "http://en.esotericsoftware.com/spine-unity",
"repository_url": "https://github.com/EsotericSoftware/spine-runtimes"
}
}