patchrelay 0.71.0 → 0.71.1

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "service": "patchrelay",
3
- "version": "0.71.0",
4
- "commit": "f59e5792709d",
5
- "builtAt": "2026-05-23T21:09:23.450Z"
3
+ "version": "0.71.1",
4
+ "commit": "a52a4e7f91af",
5
+ "builtAt": "2026-05-23T22:11:42.868Z"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "patchrelay",
3
- "version": "0.71.0",
3
+ "version": "0.71.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "repository": {
@@ -12,8 +12,11 @@ LINEAR_OAUTH_CLIENT_ID=replace-with-linear-oauth-client-id
12
12
  LINEAR_OAUTH_CLIENT_SECRET=replace-with-linear-oauth-client-secret
13
13
 
14
14
  # Optional: GitHub App for bot identity.
15
- # When configured, PatchRelay generates short-lived installation tokens
16
- # and writes a gh wrapper so Codex operates as app-name[bot].
15
+ # When configured, PatchRelay mints short-lived installation tokens and keeps a
16
+ # private gh config dir fresh (GH_CONFIG_DIR), so both gh and git authenticate as
17
+ # app-name[bot] with an always-fresh token. git reads credentials from gh via the
18
+ # credential helper; nothing is written into repo or global git config, so these
19
+ # credentials never leak into interactive shell sessions.
17
20
  # Create a GitHub App at Settings > Developer settings > GitHub Apps.
18
21
  #
19
22
  # The private key resolves through the provider-agnostic fallback: