Skip to content

Commit 56dfb35

Browse files
coneilenCopilot
andcommitted
Use public Windows provider repositories
Publish the pinned Winghostty and zmx histories under the public coneilen repositories and update all provider metadata, contracts, and documentation to use them. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Colin Neilens <coneilen@microsoft.com>
1 parent 887f742 commit 56dfb35

6 files changed

Lines changed: 16 additions & 17 deletions

File tree

Tools/windows/Tests/TerminalGate.Tests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ Assert-Contract ($pins.winghostty.sha -eq
4444
Assert-Contract ($pins.zmx.sha -eq
4545
"029e11d2b19162fb3bdf90c8270237d303b8bfb4") "zmx SHA is not exact"
4646
Assert-Contract ($pins.winghostty.remoteUrl -eq
47-
"https://github.com/coneilen_microsoft/winghostty.git") "Winghostty remote URL is not stable"
47+
"https://github.com/coneilen/winghostty.git") "Winghostty remote URL is not stable"
4848
Assert-Contract ($pins.zmx.remoteUrl -eq
49-
"https://github.com/coneilen_microsoft/zmx.git") "zmx remote URL is not stable"
49+
"https://github.com/coneilen/zmx.git") "zmx remote URL is not stable"
5050
Assert-Contract (-not [bool] $pins.localFallback.enabled) "local fallback remains enabled"
5151
Assert-Contract ($pins.localFallback.remoteWorkflowBlocked -eq $false) `
5252
"remote workflow scope remains blocked"

Tools/windows/Tests/WindowsShell.Tests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ Assert-Contract ($pins.winghostty.sha -eq
139139
Assert-Contract ($pins.zmx.sha -eq
140140
"029e11d2b19162fb3bdf90c8270237d303b8bfb4") "zmx pin changed"
141141
Assert-Contract ($pins.winghostty.remoteUrl -eq
142-
"https://github.com/coneilen_microsoft/winghostty.git") "Winghostty remote URL changed"
142+
"https://github.com/coneilen/winghostty.git") "Winghostty remote URL changed"
143143
Assert-Contract ($pins.zmx.remoteUrl -eq
144-
"https://github.com/coneilen_microsoft/zmx.git") "zmx remote URL changed"
144+
"https://github.com/coneilen/zmx.git") "zmx remote URL changed"
145145
Assert-Contract (-not $pins.localFallback.enabled) "local provider fallback remains enabled"
146146
Assert-Contract (-not $pins.localFallback.remoteWorkflowBlocked) `
147147
"remote provider workflow remains blocked"

docs/quick-chats-daemon-protocol-gap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ state. Provider lifecycle validation remains a separately pinned Windows smoke c
3838

3939
The accepted provider pin for Quick Chat lifecycle validation is zmx
4040
`029e11d2b19162fb3bdf90c8270237d303b8bfb4`, sourced from
41-
`D:\depot\zmx-worktrees\quickchat-hang\.zig-cache\current-validation\zmx.exe`.
41+
the public `coneilen/zmx` repository's `graphcode-quickchat-hang` branch.
4242
Each isolated run must use a unique `ZMX_DIR` that the provider creates itself (do not
4343
pre-create the root; the provider secures it and returns `AccessDenied` for inherited
4444
roots), unique graph/chat session names, an eight-second command timeout, and recorded

graphcode-windows/provider-pins.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"schemaVersion": 1,
33
"winghostty": {
4-
"repository": "coneilen_microsoft/winghostty",
5-
"remoteUrl": "https://github.com/coneilen_microsoft/winghostty.git",
4+
"repository": "coneilen/winghostty",
5+
"remoteUrl": "https://github.com/coneilen/winghostty.git",
66
"sha": "f5abc059e4ca58b376eb209313aca7784659c679",
77
"artifact": "zig-out/lib/winghostty-win32-host.lib",
88
"minimumZig": "0.15.2"
99
},
1010
"zmx": {
11-
"repository": "coneilen_microsoft/zmx",
12-
"remoteUrl": "https://github.com/coneilen_microsoft/zmx.git",
11+
"repository": "coneilen/zmx",
12+
"remoteUrl": "https://github.com/coneilen/zmx.git",
1313
"sha": "029e11d2b19162fb3bdf90c8270237d303b8bfb4",
1414
"artifact": "zig-out/bin/zmx.exe",
1515
"minimumZig": "0.16.0"

investigation/spikes/windows-terminal-gate/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ session/ConPTY lifetime.
1313
- Winghostty `f5abc059e4ca58b376eb209313aca7784659c679`
1414
- zmx `029e11d2b19162fb3bdf90c8270237d303b8bfb4`
1515

16-
The Winghostty remote workflow cannot publish from the current workflow scope,
17-
so the reproducible fallback is a local reviewed worktree. The build accepts
18-
that worktree explicitly and keeps the future remote URLs in the metadata. No
19-
provider source is copied into GraphCode.
16+
Both commits are published on dedicated branches in the public `coneilen`
17+
provider repositories. The bootstrap creates detached, exact-revision
18+
checkouts without copying provider source into GraphCode.
2019

2120
## Build
2221

investigation/spikes/windows-terminal-gate/provider-pins.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"schemaVersion": 1,
33
"winghostty": {
4-
"repository": "coneilen_microsoft/winghostty",
5-
"remoteUrl": "https://github.com/coneilen_microsoft/winghostty.git",
4+
"repository": "coneilen/winghostty",
5+
"remoteUrl": "https://github.com/coneilen/winghostty.git",
66
"sha": "f5abc059e4ca58b376eb209313aca7784659c679",
77
"artifact": "zig-out/lib/winghostty-win32-host.lib",
88
"minimumZig": "0.15.2"
99
},
1010
"zmx": {
11-
"repository": "coneilen_microsoft/zmx",
12-
"remoteUrl": "https://github.com/coneilen_microsoft/zmx.git",
11+
"repository": "coneilen/zmx",
12+
"remoteUrl": "https://github.com/coneilen/zmx.git",
1313
"sha": "029e11d2b19162fb3bdf90c8270237d303b8bfb4",
1414
"artifact": "zig-out/bin/zmx.exe",
1515
"minimumZig": "0.16.0"

0 commit comments

Comments
 (0)