replicas-cli 0.2.389 → 0.2.390

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.
Files changed (2) hide show
  1. package/dist/index.mjs +3 -3
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -22986,7 +22986,7 @@ GitHub does NOT have a public API for uploading images to PRs/issues. When you n
22986
22986
  - Do NOT commit screenshots as files to the repository
22987
22987
  - Run \`replicas media upload <image> --share\` and put the printed \`Forge embed\` Markdown in the PR body or comment
22988
22988
  - For video, embed a shared poster image linked to the recording's **View in Replicas** URL; GitHub does not reliably render externally hosted video inline
22989
- - Treat the public URL as an opt-in bearer capability and revoke it with \`replicas media revoke <media-id>\` when appropriate
22989
+ - Treat the public URL as an opt-in bearer capability; revoke it with \`replicas media revoke <media-id>\` only when the user asks or the media should stop rendering \u2014 revoking breaks embeds already posted on the PR
22990
22990
  - If you were triggered from Slack, also upload the image to the Slack thread so the user can see it directly
22991
22991
  `;
22992
22992
  var GITHUB_ABILITY = {
@@ -23765,7 +23765,7 @@ GitHub does not reliably render arbitrary external videos as inline players. For
23765
23765
  [![Demo recording](<public-poster-url>)](<recording-dashboard-url>)
23766
23766
  \`\`\`
23767
23767
 
23768
- Public forge shares are bearer capabilities. For private repositories, create one only when the user asked for inline PR media, and revoke it with \`replicas media revoke <media-id>\` when it should stop resolving.
23768
+ Public forge shares are bearer capabilities. For private repositories, create one only when the user asked for inline PR media. Revoke with \`replicas media revoke <media-id>\` **only** when the user asks or the media should intentionally stop rendering \u2014 never as routine post-task cleanup, since revoking breaks every embed already posted on the PR.
23769
23769
 
23770
23770
  Do **not** commit screenshots to the repo, use placeholder URLs, expose the authenticated \`/v1/media/<id>\` URL, or automate GitHub's undocumented browser upload flow.
23771
23771
 
@@ -24378,7 +24378,7 @@ var HOOK_EXEC_MAX_BUFFER_BYTES = 10 * 1024 * 1024;
24378
24378
  var REPLICAS_CONFIG_FILENAMES = ["replicas.json", "replicas.yaml", "replicas.yml"];
24379
24379
 
24380
24380
  // ../shared/src/cli-version.ts
24381
- var CLI_VERSION = "0.2.389";
24381
+ var CLI_VERSION = "0.2.390";
24382
24382
 
24383
24383
  // ../shared/src/version.ts
24384
24384
  function compareVersions(v1, v2) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "replicas-cli",
3
- "version": "0.2.389",
3
+ "version": "0.2.390",
4
4
  "description": "CLI for managing Replicas workspaces - SSH into cloud dev environments with automatic port forwarding",
5
5
  "main": "dist/index.mjs",
6
6
  "bin": {