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

142 lines
3.8 KiB
JSON

{
"conflicts": [
{
"type": "missing_in_docs",
"severity": "medium",
"api_name": "Node2D",
"docs_info": null,
"code_info": {
"name": "Node2D",
"type": "class",
"source": "scene/node2d.py",
"line": 10,
"base_classes": [
"Node"
],
"docstring": "Base class for 2D nodes"
},
"difference": "API exists in code (scene/node2d.py) but not found in documentation",
"suggestion": "Add documentation for this API"
},
{
"type": "missing_in_docs",
"severity": "medium",
"api_name": "Node2D.move_local_x",
"docs_info": null,
"code_info": {
"name": "Node2D.move_local_x",
"type": "method",
"parameters": [
{
"name": "self",
"type_hint": null,
"default": null
},
{
"name": "delta",
"type_hint": "float",
"default": null
},
{
"name": "snap",
"type_hint": "bool",
"default": "False"
}
],
"return_type": "None",
"source": "scene/node2d.py",
"line": 45,
"docstring": "Move node along local X axis",
"is_async": false
},
"difference": "API exists in code (scene/node2d.py) but not found in documentation",
"suggestion": "Add documentation for this API"
},
{
"type": "missing_in_docs",
"severity": "medium",
"api_name": "Node2D.tween_position",
"docs_info": null,
"code_info": {
"name": "Node2D.tween_position",
"type": "method",
"parameters": [
{
"name": "self",
"type_hint": null,
"default": null
},
{
"name": "target",
"type_hint": "tuple",
"default": null
}
],
"return_type": "None",
"source": "scene/node2d.py",
"line": 52,
"docstring": "Animate to target position",
"is_async": true
},
"difference": "API exists in code (scene/node2d.py) but not found in documentation",
"suggestion": "Add documentation for this API"
},
{
"type": "missing_in_code",
"severity": "high",
"api_name": "move_local_x",
"docs_info": {
"name": "move_local_x",
"parameters": [
{
"name": "delta",
"type": "float",
"default": null
}
],
"return_type": "def",
"source": "https://example.com/api/node2d",
"raw_signature": "def move_local_x(delta: float)"
},
"code_info": null,
"difference": "API documented (https://example.com/api/node2d) but not found in code",
"suggestion": "Update documentation to remove this API, or add it to codebase"
},
{
"type": "missing_in_code",
"severity": "high",
"api_name": "rotate",
"docs_info": {
"name": "rotate",
"parameters": [
{
"name": "angle",
"type": "float",
"default": null
}
],
"return_type": "def",
"source": "https://example.com/api/node2d",
"raw_signature": "def rotate(angle: float)"
},
"code_info": null,
"difference": "API documented (https://example.com/api/node2d) but not found in code",
"suggestion": "Update documentation to remove this API, or add it to codebase"
}
],
"summary": {
"total": 5,
"by_type": {
"missing_in_docs": 3,
"missing_in_code": 2,
"signature_mismatch": 0,
"description_mismatch": 0
},
"by_severity": {
"low": 0,
"medium": 3,
"high": 2
},
"apis_affected": 5
}
}