mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
Bundle artifact upload helper with Paperclip skill
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
e7cdd0f8c5
commit
c4bb68c14b
8 changed files with 18 additions and 14 deletions
|
|
@ -218,10 +218,10 @@ When an agent generates a file that a board user or reviewer should inspect,
|
|||
attach it to the issue before marking the task complete. Do not rely on a local
|
||||
workspace path as the only access path.
|
||||
|
||||
Use the helper from the repo root:
|
||||
Use the helper bundled with the Paperclip skill from the repo root:
|
||||
|
||||
```sh
|
||||
scripts/paperclip-upload-artifact.sh dist/demo.mp4 \
|
||||
skills/paperclip/scripts/paperclip-upload-artifact.sh dist/demo.mp4 \
|
||||
--title "Demo video render" \
|
||||
--summary "MP4 render for board review"
|
||||
```
|
||||
|
|
@ -229,7 +229,7 @@ scripts/paperclip-upload-artifact.sh dist/demo.mp4 \
|
|||
For WebM output:
|
||||
|
||||
```sh
|
||||
scripts/paperclip-upload-artifact.sh out/walkthrough.webm \
|
||||
skills/paperclip/scripts/paperclip-upload-artifact.sh out/walkthrough.webm \
|
||||
--title "Walkthrough video" \
|
||||
--summary "WebM walkthrough render"
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue