fix: rename keygraph/shannon to farhoodlabs/trebuchet in all workflows and issue templates
- release.yml, release-beta.yml, rollback.yml, rollback-beta.yml: all Docker image names, npm package refs, pnpm filter commands updated - Issue templates: CLI examples and workspace paths updated to trebuchet Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -46,7 +46,7 @@ body:
|
||||
options:
|
||||
- label: I have searched the existing open issues and confirmed this bug has not already been reported.
|
||||
required: true
|
||||
- label: I am running the latest released version of `shannon`.
|
||||
- label: I am running the latest released version of `trebuchet`.
|
||||
required: true
|
||||
|
||||
- type: checkboxes
|
||||
@@ -70,7 +70,7 @@ body:
|
||||
Issues without this information may be difficult to triage.
|
||||
|
||||
- Check the workflow log:
|
||||
- **npx mode:** `~/.shannon/workspaces/<workspace>/workflow.log`
|
||||
- **npx mode:** `~/.trebuchet/workspaces/<workspace>/workflow.log`
|
||||
- **Local mode:** `./workspaces/<workspace>/workflow.log`
|
||||
Use `grep` or search to identify errors.
|
||||
Paste the relevant error output below.
|
||||
@@ -105,8 +105,8 @@ body:
|
||||
attributes:
|
||||
label: CLI mode
|
||||
options:
|
||||
- "npx (@keygraph/shannon)"
|
||||
- "Local (./shannon)"
|
||||
- "npx (@trebuchet/cli)"
|
||||
- "Local (./trebuchet)"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
@@ -124,10 +124,10 @@ body:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
id: shannon-command
|
||||
id: trebuchet-command
|
||||
attributes:
|
||||
label: Full command with all flags used (with redactions)
|
||||
placeholder: "e.g. npx @keygraph/shannon start -u <url> -r my-repo OR ./shannon start -u <url> -r my-repo"
|
||||
placeholder: "e.g. npx @trebuchet/cli start -u <url> -r my-repo OR ./trebuchet start -u <url> -r my-repo"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
|
||||
@@ -26,8 +26,8 @@ body:
|
||||
label: Which CLI mode does this apply to?
|
||||
options:
|
||||
- Both
|
||||
- "npx (@keygraph/shannon)"
|
||||
- "Local (./shannon)"
|
||||
- "npx (@trebuchet/cli)"
|
||||
- "Local (./trebuchet)"
|
||||
|
||||
- type: textarea
|
||||
id: alternatives-considered
|
||||
|
||||
Reference in New Issue
Block a user