- 增加 UTF-8 输出编码设置 - 增加 Unity Assets/ 路径中文检查 - 增加未跟踪 Markdown 专项提示 - 修正 AssestBundle -> AssetBundle 拼写 - 细化 commit-module-mappings 中 entity/event/scene/network/skill/pool/ui/resource 映射 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
56 lines
3.5 KiB
JSON
56 lines
3.5 KiB
JSON
{
|
|
"mappings": [
|
|
{ "pattern": "^rules/", "module": "rules" },
|
|
{ "pattern": "^ai/|^(AGENTS|CLAUDE|RULES)\\.md$", "module": "ai" },
|
|
{ "pattern": "^hooks/", "module": "hooks" },
|
|
{ "pattern": "^Tools/CodexUnityMcp/|^modules/frameworks/编辑器工具/MCP工具/", "module": "mcp" },
|
|
{ "pattern": "^modules/frameworks/UI窗口系统/|^modules/frameworks/编辑器工具/UI拼接工具\\.md$", "module": "ui" },
|
|
{ "pattern": "^modules/frameworks/资源管理/", "module": "resource" },
|
|
{ "pattern": "^modules/frameworks/实体系统/", "module": "entity" },
|
|
{ "pattern": "^modules/frameworks/事件系统/", "module": "event" },
|
|
{ "pattern": "^modules/frameworks/内存对象管理/", "module": "pool" },
|
|
{ "pattern": "^modules/frameworks/相机系统/", "module": "camera" },
|
|
{ "pattern": "^modules/frameworks/场景系统", "module": "scene" },
|
|
{ "pattern": "^modules/frameworks/网络系统", "module": "network" },
|
|
{ "pattern": "^modules/frameworks/数据配置框架", "module": "config" },
|
|
{ "pattern": "^modules/frameworks/技能系统/", "module": "skill" },
|
|
{ "pattern": "^modules/frameworks/Hotfix启动", "module": "hotfix" },
|
|
{ "pattern": "^modules/frameworks/编辑器工具/", "module": "editor" },
|
|
{ "pattern": "^modules/frameworks/", "module": "framework" },
|
|
{ "pattern": "^modules/", "module": "docs" },
|
|
{ "pattern": "^business-reference/", "module": "business-reference" },
|
|
{ "pattern": "^README\\.md$", "module": "docs" },
|
|
|
|
{ "pattern": "^Assets/StrayFog/Editor/CopyToX/CopyToHF/(AssetBundle|SpriteAtlas)/", "module": "resource" },
|
|
{ "pattern": "^Assets/StrayFog/Core/SFSubPackageV2\\.cs$|^Assets/StrayFog/Editor/Tools/AssetBundle/", "module": "resource" },
|
|
{ "pattern": "^Assets/StrayFog/Editor/CopyToX/CopyToHF/UIWindowMgr/", "module": "ui" },
|
|
{ "pattern": "^Assets/StrayFog/Editor/", "module": "editor" },
|
|
{ "pattern": "^Assets/StrayFog/Core/", "module": "framework" },
|
|
{ "pattern": "^Assets/Editor/Command/", "module": "mcp" },
|
|
{ "pattern": "^Assets/Game/GameHFScripte/GameFunction/HFDownLoadSubPackage/|^Assets/Game/GameMono/Scripts/GameDllManager\\.cs$", "module": "resource" },
|
|
{ "pattern": "^Assets/Game/GameHFScripte/GameFunction/GameEntity/", "module": "entity" },
|
|
{ "pattern": "^Assets/Game/GameHFScripte/GameFunction/Event/", "module": "event" },
|
|
{ "pattern": "^Assets/Game/GameHFScripte/GameFunction/SceneManager/", "module": "scene" },
|
|
{ "pattern": "^Assets/Game/GameHFScripte/GameFunction/WebSocket/", "module": "network" },
|
|
{ "pattern": "^Assets/Game/GameHFScripte/GameFunction/Skill/", "module": "skill" },
|
|
{ "pattern": "^Assets/Game/GameHFScripte/GameFunction/UIWindows/|^Assets/Game/GameMono/Scripts/UIMono/", "module": "ui" },
|
|
{ "pattern": "^Assets/Game/GameHFScripte/CopyToHF/Network/", "module": "network" },
|
|
{ "pattern": "^Assets/Game/GameHFScripte/CopyToHF/MemoryManager/", "module": "pool" },
|
|
{ "pattern": "^Assets/Game/GameHFScripte/CopyToHF/Event/", "module": "event" },
|
|
{ "pattern": "^Assets/Game/GameHFScripte/CopyToHF/UIWindowMgr/", "module": "ui" },
|
|
{ "pattern": "^Assets/Game/GameHFScripte/CopyToHF/AssetBundle/", "module": "resource" },
|
|
{ "pattern": "^Assets/Game/GameHFScripte/", "module": "gamehf" },
|
|
{ "pattern": "^Assets/Game/GameGeneralScripte/", "module": "general" },
|
|
{ "pattern": "^Assets/Game/GameMono/", "module": "mono" },
|
|
{ "pattern": "^Assets/Game/GameHFResource/", "module": "asset" }
|
|
],
|
|
"validTypes": [
|
|
"feat",
|
|
"fix",
|
|
"docs",
|
|
"refactor",
|
|
"test",
|
|
"chore"
|
|
]
|
|
}
|