@drawcall/market 0.1.83 → 0.1.84
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/skills/market/SKILL.md +2 -0
package/package.json
CHANGED
package/skills/market/SKILL.md
CHANGED
|
@@ -33,6 +33,8 @@ Install prints the exact files it wrote. It never searches or generates. With no
|
|
|
33
33
|
|
|
34
34
|
`npx @drawcall/market generate --type <type> "<description>"` creates and installs one provider-supported asset. It requires login and normally waits through provider generation before printing exact installed paths and type-specific usage guidance. Unsupported types report an error. If an unusually long job returns a continuation, run the printed `generate install <jobId>`; it resumes the same server-side job rather than generating again.
|
|
35
35
|
|
|
36
|
+
The description is provider input, not the installed filename. The command's successful output is the source of truth for consumer paths, so update a consumer with its exact printed browser path after success. If generation fails, leave the current path unchanged.
|
|
37
|
+
|
|
36
38
|
Add repeatable `--reference-image <file-or-url>` when the result should match given images; `types` shows which asset types accept reference images. A humanoid-model keeps the face and distinctive features of the person shown (at most 2 images); an environment matches the look of the references (at most 4). Types without reference image support reject them.
|
|
37
39
|
|
|
38
40
|
Add `--access public` or `--access private` when visibility matters. Omitted access follows the account entitlement; private generation requires `market:private`.
|