You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> This issue was opened without an agent investigation.
93
-
>
94
-
> OpenShell is an agent-first project - before we triage this, please point your coding agent at the repo and have it investigate. Your agent can load skills like `debug-openshell-cluster` (for cluster issues), `debug-inference` (for inference setup issues), `openshell-cli` (for usage questions), or `generate-sandbox-policy` (for policy help).
95
-
>
96
-
> See [CONTRIBUTING.md](https://github.com/NVIDIA/OpenShell/blob/main/CONTRIBUTING.md#before-you-open-an-issue) for the full workflow.
3. Stop. Do not proceed with diagnosis until the reporter provides diagnostics.
88
+
2. Do not post a standalone redirect comment. Report the missing diagnostic to the operator and stop unless a human explicitly asks you to continue triage anyway.
101
89
102
90
**If the diagnostic section is substantive**, proceed to Step 4.
console.log('Agent diagnostic section found with content. Passing.');
@@ -44,17 +45,3 @@ jobs:
44
45
issue_number: context.issue.number,
45
46
labels: ['state:triage-needed']
46
47
});
47
-
48
-
// Post redirect comment
49
-
await github.rest.issues.createComment({
50
-
owner: context.repo.owner,
51
-
repo: context.repo.repo,
52
-
issue_number: context.issue.number,
53
-
body: [
54
-
'This issue appears to have been opened without an agent investigation.',
55
-
'',
56
-
'OpenShell is an agent-first project - please point your coding agent at the repo and have it diagnose this before we triage. Your agent can load skills like `debug-openshell-cluster`, `debug-inference`, `openshell-cli`, and `generate-sandbox-policy`.',
57
-
'',
58
-
'See [CONTRIBUTING.md](https://github.com/NVIDIA/OpenShell/blob/main/CONTRIBUTING.md#before-you-open-an-issue) for the full workflow.',
0 commit comments