instar 0.28.28 → 0.28.31
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.
- package/.claude/skills/setup-wizard/SKILL.md +20 -24
- package/dist/commands/server.d.ts.map +1 -1
- package/dist/commands/server.js +7 -2
- package/dist/commands/server.js.map +1 -1
- package/dist/core/types.d.ts +11 -1
- package/dist/core/types.d.ts.map +1 -1
- package/dist/core/types.js.map +1 -1
- package/dist/scheduler/JobScheduler.d.ts +13 -3
- package/dist/scheduler/JobScheduler.d.ts.map +1 -1
- package/dist/scheduler/JobScheduler.js +32 -12
- package/dist/scheduler/JobScheduler.js.map +1 -1
- package/dist/server/routes.d.ts.map +1 -1
- package/dist/server/routes.js +38 -0
- package/dist/server/routes.js.map +1 -1
- package/package.json +1 -1
- package/src/data/builtin-manifest.json +48 -48
- package/upgrades/0.28.30.md +25 -0
- package/upgrades/0.28.31.md +38 -0
|
@@ -142,37 +142,25 @@ If they type something else → interpret conversationally and route.
|
|
|
142
142
|
|
|
143
143
|
#### If gh_status="auth-needed"
|
|
144
144
|
|
|
145
|
-
|
|
145
|
+
Walk the user through auth FIRST:
|
|
146
146
|
|
|
147
|
-
|
|
148
|
-
>
|
|
147
|
+
> Let me check if you have agents backed up on GitHub.
|
|
148
|
+
> I need to sign you into GitHub — this opens your browser.
|
|
149
149
|
|
|
150
|
-
|
|
150
|
+
```bash
|
|
151
|
+
gh auth login --web --git-protocol https
|
|
152
|
+
```
|
|
153
|
+
|
|
154
|
+
After auth, re-scan and present results.
|
|
151
155
|
|
|
152
156
|
#### If gh_status="unavailable"
|
|
153
157
|
|
|
154
|
-
|
|
155
|
-
> Have you used Instar before on another machine?
|
|
158
|
+
Ask:
|
|
159
|
+
> Have you used Instar before on another machine?
|
|
156
160
|
|
|
157
|
-
If yes:
|
|
161
|
+
If yes: Show install guidance for the platform. After install → auth → scan.
|
|
158
162
|
If no: Continue to fresh install.
|
|
159
163
|
|
|
160
|
-
#### GitHub Device-Code Auth Flow (use this everywhere `gh auth login` is needed)
|
|
161
|
-
|
|
162
|
-
**DO NOT run `gh auth login` synchronously in Bash** — it blocks waiting for the user to visit a URL and the Bash tool buffer hides the prompt. The user will see a frozen command and have no idea what to do.
|
|
163
|
-
|
|
164
|
-
Instead:
|
|
165
|
-
|
|
166
|
-
1. Start `gh auth login --web --git-protocol https` with `run_in_background: true`.
|
|
167
|
-
2. Poll the background output every 2 seconds (BashOutput tool) until you see a line matching `! First copy your one-time code: XXXX-XXXX` and a line containing `https://github.com/login/device`.
|
|
168
|
-
3. Extract the code and URL, then present them to the user conversationally — NOT as raw Bash output:
|
|
169
|
-
> To sign in, visit **https://github.com/login/device** and enter this code: **XXXX-XXXX**
|
|
170
|
-
> I'll wait here until you're done.
|
|
171
|
-
4. Poll `gh auth status` every 5 seconds (foreground, fast). When it exits 0, the user has finished. Stop polling the background process and let it complete on its own.
|
|
172
|
-
5. Confirm: "You're signed in as <username>. Let me check for your agents now."
|
|
173
|
-
|
|
174
|
-
If 5 minutes pass with no auth completion, ask the user if they want to keep waiting or skip GitHub for now.
|
|
175
|
-
|
|
176
164
|
#### Normal fresh install options
|
|
177
165
|
|
|
178
166
|
**If inside a git repo:**
|
|
@@ -1921,7 +1909,15 @@ Wait for user to install, then re-check.
|
|
|
1921
1909
|
gh auth status 2>&1
|
|
1922
1910
|
```
|
|
1923
1911
|
|
|
1924
|
-
If not authenticated,
|
|
1912
|
+
If not authenticated, walk them through it:
|
|
1913
|
+
|
|
1914
|
+
> I need to connect to your GitHub account. This opens your browser for a secure sign-in.
|
|
1915
|
+
|
|
1916
|
+
```bash
|
|
1917
|
+
gh auth login --web --git-protocol https
|
|
1918
|
+
```
|
|
1919
|
+
|
|
1920
|
+
This is an interactive command that opens the browser — run it with `stdio: 'inherit'` so the user sees the auth flow. Wait for it to complete.
|
|
1925
1921
|
|
|
1926
1922
|
**Step 3: Create private repo**
|
|
1927
1923
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"server.d.ts","sourceRoot":"","sources":["../../src/commands/server.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AA2PH,UAAU,YAAY;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;2DACuD;IACvD,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AA81CD,wBAAsB,WAAW,CAAC,OAAO,EAAE,YAAY,GAAG,OAAO,CAAC,IAAI,CAAC,
|
|
1
|
+
{"version":3,"file":"server.d.ts","sourceRoot":"","sources":["../../src/commands/server.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AA2PH,UAAU,YAAY;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;2DACuD;IACvD,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AA81CD,wBAAsB,WAAW,CAAC,OAAO,EAAE,YAAY,GAAG,OAAO,CAAC,IAAI,CAAC,CAupItE;AAED,wBAAsB,UAAU,CAAC,OAAO,EAAE;IAAE,GAAG,CAAC,EAAE,MAAM,CAAA;CAAE,GAAG,OAAO,CAAC,IAAI,CAAC,CAsDzE;AAED;;;;;;;;;;;GAWG;AACH,wBAAsB,aAAa,CAAC,OAAO,EAAE;IAAE,GAAG,CAAC,EAAE,MAAM,CAAA;CAAE,GAAG,OAAO,CAAC,IAAI,CAAC,CAuD5E"}
|
package/dist/commands/server.js
CHANGED
|
@@ -3727,10 +3727,15 @@ export async function startServer(options) {
|
|
|
3727
3727
|
if (scheduler) {
|
|
3728
3728
|
const originalCanRun = scheduler.canRunJob;
|
|
3729
3729
|
scheduler.canRunJob = (priority) => {
|
|
3730
|
-
// Check memory first
|
|
3730
|
+
// Check memory first — return a rich result so the scheduler can
|
|
3731
|
+
// log the actual gating reason instead of mislabelling it as 'quota'.
|
|
3731
3732
|
const memCheck = memoryMonitor.canSpawnSession();
|
|
3732
3733
|
if (!memCheck.allowed) {
|
|
3733
|
-
return
|
|
3734
|
+
return {
|
|
3735
|
+
allowed: false,
|
|
3736
|
+
reason: 'memory-pressure',
|
|
3737
|
+
detail: memCheck.reason ?? 'memory pressure elevated',
|
|
3738
|
+
};
|
|
3734
3739
|
}
|
|
3735
3740
|
// Then check original gate (quota, etc.)
|
|
3736
3741
|
return originalCanRun(priority);
|