mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-05-10 11:04:29 +08:00
- 新增 gframework-doc-refresh 统一技能入口,并补齐模块扫描、证据顺序、模板与校验脚本 - 更新共享文档规范与模块映射,收口源码模块到 README、docs 和 ai-libs 的固定关联 - 删除旧 vitepress-* 公开技能定义,避免继续以文档类型拆分入口 - 同步 documentation-governance-and-refresh 的恢复点、风险和下一步
1022 B
1022 B
Module Selection
Use .agents/skills/_shared/module-map.json as the canonical source for:
- supported modules
- aliases
- source paths
- test projects
- README paths
- docs landing/topic/fallback pages
ai-libs/reference roots
Selection rules:
- Prefer explicit canonical module names.
- Resolve docs section aliases back to source modules before scanning docs.
- If an alias maps to multiple modules, stop and return the candidate list.
- If a module has no dedicated docs section, fall back to the nearest existing landing page or API index instead of inventing a fake section.
Representative ambiguous inputs:
source-generators-> likely one ofCore.SourceGenerators,Game.SourceGenerators,Cqrs.SourceGenerators,Godot.SourceGeneratorsabstractions-> likely one ofCore.Abstractions,Game.Abstractions,Ecs.Arch.Abstractions
Representative resolvable aliases:
core-abstractions->Core.Abstractionsgodot generators->Godot.SourceGeneratorsecs->Ecs.Arch