feat: update Makelore modules and conversations
Some checks failed
Electron E2E / Electron E2E (macos-latest) (push) Has been cancelled
Electron E2E / Electron E2E (ubuntu-latest) (push) Has been cancelled
Electron E2E / Electron E2E (windows-latest) (push) Has been cancelled

This commit is contained in:
inman
2026-07-31 10:08:41 +08:00
parent b8ca3f8eea
commit 80e8386fa6
175 changed files with 8036 additions and 10581 deletions

View File

@@ -19,7 +19,7 @@ Apply only the depth relevant to the request: design-only work still needs scope
## Coordinate the game asset workflow
In the current NianCode game template, `game-art` is the only role that directly uses the project-owned `game-assets` Skill and its Meowa adapter. Other roles should make the workflow useful through shared artifacts:
In a project where the user has manually configured and bound the project-owned `game-assets` Skill, only the responsible Agent directly uses that Skill and its Meowa adapter. Other Agents should make the workflow useful through shared artifacts:
- `game-design` records the visual intent, player-facing purpose, priority, and acceptance context in `GDD.md` and `TASKS.md` when a new asset gap appears.
- `game-art` checks Works Square/open-source sources first, then uses `game-assets` for a clear gap, records the generated run and license state in `ASSET_PLAN.md`, and submits candidates for review.