Files
wehub-resource-sync 2cab53bc94
Docker Publish / Build and Push Docker Images (map[description:Skill Seekers CLI - Convert documentation to AI skills dockerfile:Dockerfile name:skill-seekers]) (push) Waiting to run
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) Waiting to run
Docker Publish / Test Docker Images (push) Blocked by required conditions
Test Vector Database Adaptors / Test chroma Adaptor (push) Waiting to run
Test Vector Database Adaptors / Test faiss Adaptor (push) Waiting to run
Test Vector Database Adaptors / Test qdrant Adaptor (push) Waiting to run
Test Vector Database Adaptors / Test weaviate Adaptor (push) Waiting to run
Test Vector Database Adaptors / Test MCP Vector DB Tools (push) Waiting to run
Tests / Code Quality (Ruff & Mypy) (push) Waiting to run
Tests / Fast Unit Tests (parallel) (macos-latest, 3.11) (push) Waiting to run
Tests / Fast Unit Tests (parallel) (macos-latest, 3.12) (push) Waiting to run
Tests / Fast Unit Tests (parallel) (ubuntu-latest, 3.10) (push) Waiting to run
Tests / Fast Unit Tests (parallel) (ubuntu-latest, 3.11) (push) Waiting to run
Tests / Fast Unit Tests (parallel) (ubuntu-latest, 3.12) (push) Waiting to run
Tests / Tests (push) Blocked by required conditions
Tests / Serial / Integration / E2E Tests (push) Blocked by required conditions
Tests / MCP Server Tests (push) Blocked by required conditions
chore: import upstream snapshot with attribution
2026-07-13 12:46:28 +08:00

129 lines
3.0 KiB
JSON

{
"name": "dotween",
"description": "DOTween (HOTween v2) animation engine for Unity - Use when implementing tweening animations, sequences, easing, UI animations, or any programmatic animation in Unity C# projects.",
"version": "1.0.0",
"merge_mode": "claude-enhanced",
"base_url": "https://dotween.demigiant.com/documentation.php",
"sources": [
{
"type": "documentation",
"base_url": "https://dotween.demigiant.com/documentation.php",
"extract_api": true,
"selectors": {
"main_content": "#content, .documentation, article, main",
"title": "h1, h2",
"code_blocks": "pre code, .code"
},
"url_patterns": {
"include": [
"/documentation",
"/getstarted",
"/pro",
"/support"
],
"exclude": [
"/download",
"/credits"
]
},
"categories": {
"getting_started": [
"getstarted",
"setup",
"installation",
"initialization"
],
"core_api": [
"DOTween",
"Tweener",
"Sequence",
"Tween",
"TweenParams",
"DOVirtual"
],
"shortcuts": [
"shortcuts",
"transform",
"material",
"rigidbody",
"camera",
"audio",
"light",
"spriterenderer"
],
"easing": [
"ease",
"easing",
"animationcurve",
"custom-ease"
],
"sequences": [
"sequence",
"append",
"insert",
"join",
"prepend",
"callbacks"
],
"advanced": [
"paths",
"blendable",
"DOTweenAnimation",
"DOTweenVisualManager",
"pro"
]
},
"rate_limit": 1.0
},
{
"type": "github",
"repo": "Demigiant/dotween",
"include_code": true,
"language": "C#",
"enable_codebase_analysis": true,
"code_analysis_depth": "deep",
"fetch_issues": true,
"max_issues": 50,
"fetch_changelog": false,
"fetch_releases": true
}
],
"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",
"agent": "kimi",
"timeout": "unlimited"
},
"chunking": {
"enabled": true,
"chunk_size": 1000,
"chunk_overlap": 200
},
"output_formats": [
"claude",
"markdown"
],
"metadata": {
"version": "1.2",
"framework": "unity",
"language": "csharp",
"tags": ["unity", "dotween", "tweening", "animation", "easing", "csharp"],
"documentation_url": "https://dotween.demigiant.com/documentation.php",
"repository_url": "https://github.com/Demigiant/dotween"
}
}