更新技能包版本与文档说明
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ 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;
|
||||
* UI Editor's JSON formated is a special kind asset; Never edit it or read it directly. User can export to `ui/generated-<digest>.js` and want u to use it;
|
||||
Read it instead, the doc embedded will instruct you how to use it.
|
||||
|
||||
## Reporting
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"schemaVersion": "agc-skill-pack.v1",
|
||||
"version": "2026-08-26.8",
|
||||
"version": "2026-08-26.9",
|
||||
"skills": [
|
||||
{
|
||||
"name": "agc-project-structure",
|
||||
@@ -61,7 +61,7 @@
|
||||
"agents/openai.yaml",
|
||||
"references/game-quality-checklist.md"
|
||||
],
|
||||
"sha256": "dc65a8dc5ebebf26d957978813b736f71417f57de6b6a1c49e2d4353535611a9"
|
||||
"sha256": "b197a242b75dc5e39739693e793acd25ac62dd2c72bc264305797936da47f356"
|
||||
},
|
||||
{
|
||||
"name": "agc-browser-playtest",
|
||||
|
||||
Reference in New Issue
Block a user