Commit cfcd8ff
fix(ci): commit missing post-build-shebang.mjs + re-arm watcher on profile switch
- .gitignore: add packages/mcp-server/scripts/ to allowlist (blanket * rule was
excluding the scripts dir, so post-build-shebang.mjs was never tracked)
- post-build-shebang.mjs: add the missing script that CI was failing on
(Cannot find module: post-build-shebang.mjs across all 8 matrix jobs)
- DashboardProvider: track daemonStatusWatchedProfile so ensureDaemonStatusWatch()
re-arms when the active profile changes (addresses P2 review comment)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent a196df7 commit cfcd8ff
3 files changed
Lines changed: 41 additions & 3 deletions
File tree
- packages
- extension/src/webview
- mcp-server/scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| 125 | + | |
125 | 126 | | |
126 | 127 | | |
127 | 128 | | |
| |||
2094 | 2095 | | |
2095 | 2096 | | |
2096 | 2097 | | |
| 2098 | + | |
2097 | 2099 | | |
2098 | 2100 | | |
2099 | 2101 | | |
2100 | 2102 | | |
2101 | 2103 | | |
| 2104 | + | |
2102 | 2105 | | |
2103 | 2106 | | |
2104 | 2107 | | |
2105 | 2108 | | |
2106 | 2109 | | |
2107 | 2110 | | |
| 2111 | + | |
2108 | 2112 | | |
2109 | 2113 | | |
2110 | 2114 | | |
| |||
2115 | 2119 | | |
2116 | 2120 | | |
2117 | 2121 | | |
2118 | | - | |
2119 | | - | |
2120 | | - | |
| 2122 | + | |
| 2123 | + | |
| 2124 | + | |
2121 | 2125 | | |
2122 | 2126 | | |
2123 | 2127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
0 commit comments