补充 UI Editor 资源使用说明
说明 UI Editor JSON 由 Tauri 管理并通过生成的 ui 模块接入游戏 同步 AGC skill pack manifest 版本与内容指纹
This commit is contained in:
+4
@@ -19,6 +19,10 @@ Implement the user's actual game request in the current project. Choose DOM, Can
|
||||
|
||||
Call `agc_read_skill_resource` with `skillName="agc-web-game-development"` and `relativePath="references/game-quality-checklist.md"` when implementing a new game loop or a broad gameplay revision.
|
||||
|
||||
# Notes
|
||||
* UI Editor's JSON formated is a special kind asset; Never edit it or read it directly. User can export to `ui/generated-<assetId>.js` and want u to use it;
|
||||
Read it instead, the doc embedded will instruct you how to use it.
|
||||
|
||||
## Reporting
|
||||
|
||||
Report the files changed, observable gameplay behavior, real validation performed, and any remaining limitation. Do not report a test or browser pass that did not run.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"schemaVersion": "agc-skill-pack.v1",
|
||||
"version": "2026-08-26.4",
|
||||
"version": "2026-08-26.8",
|
||||
"skills": [
|
||||
{
|
||||
"name": "agc-project-structure",
|
||||
@@ -61,7 +61,7 @@
|
||||
"agents/openai.yaml",
|
||||
"references/game-quality-checklist.md"
|
||||
],
|
||||
"sha256": "b54646fc83eb48ffa270a726c63cdea5f05099d7990ec99024b00e255fb38d6c"
|
||||
"sha256": "dc65a8dc5ebebf26d957978813b736f71417f57de6b6a1c49e2d4353535611a9"
|
||||
},
|
||||
{
|
||||
"name": "agc-browser-playtest",
|
||||
|
||||
Reference in New Issue
Block a user