chore: update canonical repository references
This commit is contained in:
parent
1fd3100d83
commit
3e85f0e6a3
|
|
@ -7,15 +7,15 @@ description: Triage open herdr GitHub issues into a concise decision-first Markd
|
||||||
|
|
||||||
Use this skill only inside the herdr repository.
|
Use this skill only inside the herdr repository.
|
||||||
|
|
||||||
When the user says `triage`, inspect open GitHub issues for `ogulcancelik/herdr` and return a concise Markdown table. Prefer GitHub MCP tools when available. If they are unavailable, use `gh issue list` / `gh issue view` only when authenticated access is already configured.
|
When the user says `triage`, inspect open GitHub issues for `herdrdev/herdr` and return a concise Markdown table. Prefer GitHub MCP tools when available. If they are unavailable, use `gh issue list` / `gh issue view` only when authenticated access is already configured.
|
||||||
|
|
||||||
Use this table shape:
|
Use this table shape:
|
||||||
|
|
||||||
| Light | Recommendation | Issue | Age | Reactions | Why |
|
| Light | Recommendation | Issue | Age | Reactions | Why |
|
||||||
|---|---|---|---:|---:|---|
|
|---|---|---|---:|---:|---|
|
||||||
| 🔴 | fix now | [#123](https://github.com/ogulcancelik/herdr/issues/123) | 18d | 5 | user-visible regression |
|
| 🔴 | fix now | [#123](https://github.com/herdrdev/herdr/issues/123) | 18d | 5 | user-visible regression |
|
||||||
| 🟡 | queue | [#124](https://github.com/ogulcancelik/herdr/issues/124) | 42d | 2 | useful but not blocking |
|
| 🟡 | queue | [#124](https://github.com/herdrdev/herdr/issues/124) | 42d | 2 | useful but not blocking |
|
||||||
| 🔵 | defer | [#125](https://github.com/ogulcancelik/herdr/issues/125) | 7d | 0 | cosmetic polish |
|
| 🔵 | defer | [#125](https://github.com/herdrdev/herdr/issues/125) | 7d | 0 | cosmetic polish |
|
||||||
|
|
||||||
Keep issue numbers as Markdown links. Use days since issue creation for `Age`. Use total reactions for `Reactions`; include a compact breakdown only when it changes interpretation, such as `7 (5 👍, 2 👀)`.
|
Keep issue numbers as Markdown links. Use days since issue creation for `Age`. Use total reactions for `Reactions`; include a compact breakdown only when it changes interpretation, such as `7 (5 👍, 2 👀)`.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@ body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
**Before you start:** Read [CONTRIBUTING.md](https://github.com/ogulcancelik/herdr/blob/master/CONTRIBUTING.md).
|
**Before you start:** Read [CONTRIBUTING.md](https://github.com/herdrdev/herdr/blob/master/CONTRIBUTING.md).
|
||||||
|
|
||||||
Issues are only for reproducible bugs and maintainer-created or maintainer-converted work items. Feature requests, ideas, questions, contribution proposals, and direction checks belong in [Discussions](https://github.com/ogulcancelik/herdr/discussions).
|
Issues are only for reproducible bugs and maintainer-created or maintainer-converted work items. Feature requests, ideas, questions, contribution proposals, and direction checks belong in [Discussions](https://github.com/herdrdev/herdr/discussions).
|
||||||
|
|
||||||
Herdr normally implements accepted reports through maintainer-controlled agents. Filing an issue does not reserve the work or authorize a pull request. Unsolicited implementation pull requests from people who are not listed in `.github/APPROVED_CONTRIBUTORS` are closed automatically.
|
Herdr normally implements accepted reports through maintainer-controlled agents. Filing an issue does not reserve the work or authorize a pull request. Unsolicited implementation pull requests from people who are not listed in `.github/APPROVED_CONTRIBUTORS` are closed automatically.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
blank_issues_enabled: false
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: Feature requests and ideas
|
- name: Feature requests and ideas
|
||||||
url: https://github.com/ogulcancelik/herdr/discussions
|
url: https://github.com/herdrdev/herdr/discussions
|
||||||
about: Start a discussion for feature requests, ideas, behavior changes, and product direction.
|
about: Start a discussion for feature requests, ideas, behavior changes, and product direction.
|
||||||
- name: Questions and contribution proposals
|
- name: Questions and contribution proposals
|
||||||
url: https://github.com/ogulcancelik/herdr/discussions
|
url: https://github.com/herdrdev/herdr/discussions
|
||||||
about: Use discussions for questions, contribution proposals, and anything that is not a reproducible bug.
|
about: Use discussions for questions, contribution proposals, and anything that is not a reproducible bug.
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ concurrency:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-contributor:
|
check-contributor:
|
||||||
if: github.repository == 'herdrdev/herdr' || github.repository == 'ogulcancelik/herdr'
|
if: github.repository == 'herdrdev/herdr'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ herdr update
|
||||||
|
|
||||||
## Download manually
|
## Download manually
|
||||||
|
|
||||||
You can also download a binary from [GitHub releases](https://github.com/ogulcancelik/herdr/releases).
|
You can also download a binary from [GitHub releases](https://github.com/herdrdev/herdr/releases).
|
||||||
|
|
||||||
Choose the asset that matches your system:
|
Choose the asset that matches your system:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ title: Agent skill file
|
||||||
description: Install Herdr instructions for Claude Code or another coding agent.
|
description: Install Herdr instructions for Claude Code or another coding agent.
|
||||||
---
|
---
|
||||||
|
|
||||||
Herdr ships a reusable agent skill file at [`SKILL.md`](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md).
|
Herdr ships a reusable agent skill file at [`SKILL.md`](https://github.com/herdrdev/herdr/blob/master/SKILL.md).
|
||||||
|
|
||||||
Install that file into any coding agent that supports reusable skills or custom instructions. The skill teaches the agent how to control Herdr from inside a Herdr pane.
|
Install that file into any coding agent that supports reusable skills or custom instructions. The skill teaches the agent how to control Herdr from inside a Herdr pane.
|
||||||
|
|
||||||
|
|
@ -26,7 +26,7 @@ The skill is not a separate app or service. It is a markdown instruction file fo
|
||||||
Use the repository copy as the source of truth:
|
Use the repository copy as the source of truth:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
https://github.com/ogulcancelik/herdr/blob/master/SKILL.md
|
https://github.com/herdrdev/herdr/blob/master/SKILL.md
|
||||||
```
|
```
|
||||||
|
|
||||||
For agents with a skill system, install that file as a skill named `herdr`. For agents without a skill system, paste the file into the agent's project or user instructions.
|
For agents with a skill system, install that file as a skill named `herdr`. For agents without a skill system, paste the file into the agent's project or user instructions.
|
||||||
|
|
@ -52,4 +52,4 @@ The full command guide lives in the skill file itself. It covers pane IDs, `pane
|
||||||
|
|
||||||
Read the source file here:
|
Read the source file here:
|
||||||
|
|
||||||
[Open `SKILL.md` on GitHub →](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md)
|
[Open `SKILL.md` on GitHub →](https://github.com/herdrdev/herdr/blob/master/SKILL.md)
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ herdr update
|
||||||
|
|
||||||
## Download manually
|
## Download manually
|
||||||
|
|
||||||
You can also download a binary from [GitHub releases](https://github.com/ogulcancelik/herdr/releases).
|
You can also download a binary from [GitHub releases](https://github.com/herdrdev/herdr/releases).
|
||||||
|
|
||||||
Choose the asset that matches your system:
|
Choose the asset that matches your system:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ title: Agent skill file
|
||||||
description: Install Herdr instructions for Claude Code or another coding agent.
|
description: Install Herdr instructions for Claude Code or another coding agent.
|
||||||
---
|
---
|
||||||
|
|
||||||
Herdr ships a reusable agent skill file at [`SKILL.md`](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md).
|
Herdr ships a reusable agent skill file at [`SKILL.md`](https://github.com/herdrdev/herdr/blob/master/SKILL.md).
|
||||||
|
|
||||||
Install that file into any coding agent that supports reusable skills or custom instructions. The skill teaches the agent how to control Herdr from inside a Herdr pane.
|
Install that file into any coding agent that supports reusable skills or custom instructions. The skill teaches the agent how to control Herdr from inside a Herdr pane.
|
||||||
|
|
||||||
|
|
@ -26,7 +26,7 @@ The skill is not a separate app or service. It is a markdown instruction file fo
|
||||||
Use the repository copy as the source of truth:
|
Use the repository copy as the source of truth:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
https://github.com/ogulcancelik/herdr/blob/master/SKILL.md
|
https://github.com/herdrdev/herdr/blob/master/SKILL.md
|
||||||
```
|
```
|
||||||
|
|
||||||
For agents with a skill system, install that file as a skill named `herdr`. For agents without a skill system, paste the file into the agent's project or user instructions.
|
For agents with a skill system, install that file as a skill named `herdr`. For agents without a skill system, paste the file into the agent's project or user instructions.
|
||||||
|
|
@ -52,4 +52,4 @@ The full command guide lives in the skill file itself. It covers pane IDs, `pane
|
||||||
|
|
||||||
Read the source file here:
|
Read the source file here:
|
||||||
|
|
||||||
[Open `SKILL.md` on GitHub →](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md)
|
[Open `SKILL.md` on GitHub →](https://github.com/herdrdev/herdr/blob/master/SKILL.md)
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ herdr update
|
||||||
|
|
||||||
## Download manually
|
## Download manually
|
||||||
|
|
||||||
You can also download a binary from [GitHub releases](https://github.com/ogulcancelik/herdr/releases).
|
You can also download a binary from [GitHub releases](https://github.com/herdrdev/herdr/releases).
|
||||||
|
|
||||||
Choose the asset that matches your system:
|
Choose the asset that matches your system:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ title: Agent skill file
|
||||||
description: Install Herdr instructions for Claude Code or another coding agent.
|
description: Install Herdr instructions for Claude Code or another coding agent.
|
||||||
---
|
---
|
||||||
|
|
||||||
Herdr ships a reusable agent skill file at [`SKILL.md`](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md).
|
Herdr ships a reusable agent skill file at [`SKILL.md`](https://github.com/herdrdev/herdr/blob/master/SKILL.md).
|
||||||
|
|
||||||
Install that file into any coding agent that supports reusable skills or custom instructions. The skill teaches the agent how to control Herdr from inside a Herdr pane.
|
Install that file into any coding agent that supports reusable skills or custom instructions. The skill teaches the agent how to control Herdr from inside a Herdr pane.
|
||||||
|
|
||||||
|
|
@ -26,7 +26,7 @@ The skill is not a separate app or service. It is a markdown instruction file fo
|
||||||
Use the repository copy as the source of truth:
|
Use the repository copy as the source of truth:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
https://github.com/ogulcancelik/herdr/blob/master/SKILL.md
|
https://github.com/herdrdev/herdr/blob/master/SKILL.md
|
||||||
```
|
```
|
||||||
|
|
||||||
For agents with a skill system, install that file as a skill named `herdr`. For agents without a skill system, paste the file into the agent's project or user instructions.
|
For agents with a skill system, install that file as a skill named `herdr`. For agents without a skill system, paste the file into the agent's project or user instructions.
|
||||||
|
|
@ -52,4 +52,4 @@ The full command guide lives in the skill file itself. It covers pane IDs, `pane
|
||||||
|
|
||||||
Read the source file here:
|
Read the source file here:
|
||||||
|
|
||||||
[Open `SKILL.md` on GitHub →](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md)
|
[Open `SKILL.md` on GitHub →](https://github.com/herdrdev/herdr/blob/master/SKILL.md)
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ herdr update
|
||||||
|
|
||||||
## Download manually
|
## Download manually
|
||||||
|
|
||||||
You can also download a binary from [GitHub releases](https://github.com/ogulcancelik/herdr/releases).
|
You can also download a binary from [GitHub releases](https://github.com/herdrdev/herdr/releases).
|
||||||
|
|
||||||
Choose the asset that matches your system:
|
Choose the asset that matches your system:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ title: Agent skill file
|
||||||
description: Install Herdr instructions for Claude Code or another coding agent.
|
description: Install Herdr instructions for Claude Code or another coding agent.
|
||||||
---
|
---
|
||||||
|
|
||||||
Herdr ships a reusable agent skill file at [`SKILL.md`](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md).
|
Herdr ships a reusable agent skill file at [`SKILL.md`](https://github.com/herdrdev/herdr/blob/master/SKILL.md).
|
||||||
|
|
||||||
Install that file into any coding agent that supports reusable skills or custom instructions. The skill teaches the agent how to control Herdr from inside a Herdr pane.
|
Install that file into any coding agent that supports reusable skills or custom instructions. The skill teaches the agent how to control Herdr from inside a Herdr pane.
|
||||||
|
|
||||||
|
|
@ -26,7 +26,7 @@ The skill is not a separate app or service. It is a markdown instruction file fo
|
||||||
Use the repository copy as the source of truth:
|
Use the repository copy as the source of truth:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
https://github.com/ogulcancelik/herdr/blob/master/SKILL.md
|
https://github.com/herdrdev/herdr/blob/master/SKILL.md
|
||||||
```
|
```
|
||||||
|
|
||||||
For agents with a skill system, install that file as a skill named `herdr`. For agents without a skill system, paste the file into the agent's project or user instructions.
|
For agents with a skill system, install that file as a skill named `herdr`. For agents without a skill system, paste the file into the agent's project or user instructions.
|
||||||
|
|
@ -52,4 +52,4 @@ The full command guide lives in the skill file itself. It covers pane IDs, `pane
|
||||||
|
|
||||||
Read the source file here:
|
Read the source file here:
|
||||||
|
|
||||||
[Open `SKILL.md` on GitHub →](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md)
|
[Open `SKILL.md` on GitHub →](https://github.com/herdrdev/herdr/blob/master/SKILL.md)
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ If you already use mise:
|
||||||
mise use -g herdr
|
mise use -g herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
If mise reports `herdr not found in mise tool registry`, update mise and retry. Older mise versions predate the Herdr registry entry; `mise use -g github:ogulcancelik/herdr` works as a temporary fallback.
|
If mise reports `herdr not found in mise tool registry`, update mise and retry. Older mise versions predate the Herdr registry entry; `mise use -g github:herdrdev/herdr` works as a temporary fallback.
|
||||||
|
|
||||||
## Verify
|
## Verify
|
||||||
|
|
||||||
|
|
@ -92,9 +92,9 @@ Live handoff does not apply to Homebrew, mise, or Nix package-manager updates. F
|
||||||
If you already use Nix, Herdr provides a flake that builds Herdr from source:
|
If you already use Nix, Herdr provides a flake that builds Herdr from source:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix run github:ogulcancelik/herdr/v0.x.y
|
nix run github:herdrdev/herdr/v0.x.y
|
||||||
nix build github:ogulcancelik/herdr/v0.x.y
|
nix build github:herdrdev/herdr/v0.x.y
|
||||||
nix profile install github:ogulcancelik/herdr/v0.x.y
|
nix profile install github:herdrdev/herdr/v0.x.y
|
||||||
```
|
```
|
||||||
|
|
||||||
Replace `v0.x.y` with the latest release tag. You can omit the tag to track `master`, but release tags are recommended for normal installs.
|
Replace `v0.x.y` with the latest release tag. You can omit the tag to track `master`, but release tags are recommended for normal installs.
|
||||||
|
|
@ -102,7 +102,7 @@ Replace `v0.x.y` with the latest release tag. You can omit the tag to track `mas
|
||||||
The flake also exposes a development shell:
|
The flake also exposes a development shell:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix develop github:ogulcancelik/herdr
|
nix develop github:herdrdev/herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
Update through the same Nix workflow you used to install Herdr. For a profile install, list your profile entries and upgrade the Herdr entry:
|
Update through the same Nix workflow you used to install Herdr. For a profile install, list your profile entries and upgrade the Herdr entry:
|
||||||
|
|
@ -120,7 +120,7 @@ nix flake update herdr
|
||||||
|
|
||||||
## Download manually
|
## Download manually
|
||||||
|
|
||||||
You can also download a binary from [GitHub releases](https://github.com/ogulcancelik/herdr/releases).
|
You can also download a binary from [GitHub releases](https://github.com/herdrdev/herdr/releases).
|
||||||
|
|
||||||
Choose the asset that matches your system:
|
Choose the asset that matches your system:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ title: Agent skill file
|
||||||
description: Install Herdr instructions for Claude Code or another coding agent.
|
description: Install Herdr instructions for Claude Code or another coding agent.
|
||||||
---
|
---
|
||||||
|
|
||||||
Herdr ships a reusable agent skill file at [`SKILL.md`](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md).
|
Herdr ships a reusable agent skill file at [`SKILL.md`](https://github.com/herdrdev/herdr/blob/master/SKILL.md).
|
||||||
|
|
||||||
Install that file into any coding agent that supports reusable skills or custom instructions. The skill teaches the agent how to control Herdr from inside a Herdr pane.
|
Install that file into any coding agent that supports reusable skills or custom instructions. The skill teaches the agent how to control Herdr from inside a Herdr pane.
|
||||||
|
|
||||||
|
|
@ -26,7 +26,7 @@ The skill is not a separate app or service. It is a markdown instruction file fo
|
||||||
Use the repository copy as the source of truth:
|
Use the repository copy as the source of truth:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
https://github.com/ogulcancelik/herdr/blob/master/SKILL.md
|
https://github.com/herdrdev/herdr/blob/master/SKILL.md
|
||||||
```
|
```
|
||||||
|
|
||||||
For agents with a skill system, install that file as a skill named `herdr`. For agents without a skill system, paste the file into the agent's project or user instructions.
|
For agents with a skill system, install that file as a skill named `herdr`. For agents without a skill system, paste the file into the agent's project or user instructions.
|
||||||
|
|
@ -52,4 +52,4 @@ The full command guide lives in the skill file itself. It covers pane IDs, `pane
|
||||||
|
|
||||||
Read the source file here:
|
Read the source file here:
|
||||||
|
|
||||||
[Open `SKILL.md` on GitHub →](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md)
|
[Open `SKILL.md` on GitHub →](https://github.com/herdrdev/herdr/blob/master/SKILL.md)
|
||||||
|
|
|
||||||
|
|
@ -38,9 +38,9 @@ herdr update
|
||||||
If you already use Nix, Herdr provides a flake that builds Herdr from source:
|
If you already use Nix, Herdr provides a flake that builds Herdr from source:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix run github:ogulcancelik/herdr/v0.x.y
|
nix run github:herdrdev/herdr/v0.x.y
|
||||||
nix build github:ogulcancelik/herdr/v0.x.y
|
nix build github:herdrdev/herdr/v0.x.y
|
||||||
nix profile install github:ogulcancelik/herdr/v0.x.y
|
nix profile install github:herdrdev/herdr/v0.x.y
|
||||||
```
|
```
|
||||||
|
|
||||||
Replace `v0.x.y` with the latest release tag. You can omit the tag to track `master`, but release tags are recommended for normal installs.
|
Replace `v0.x.y` with the latest release tag. You can omit the tag to track `master`, but release tags are recommended for normal installs.
|
||||||
|
|
@ -48,7 +48,7 @@ Replace `v0.x.y` with the latest release tag. You can omit the tag to track `mas
|
||||||
The flake also exposes a development shell:
|
The flake also exposes a development shell:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix develop github:ogulcancelik/herdr
|
nix develop github:herdrdev/herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
Update through the same Nix workflow you used to install Herdr. For a profile install, list your profile entries and upgrade the Herdr entry:
|
Update through the same Nix workflow you used to install Herdr. For a profile install, list your profile entries and upgrade the Herdr entry:
|
||||||
|
|
@ -66,7 +66,7 @@ nix flake update herdr
|
||||||
|
|
||||||
## Download manually
|
## Download manually
|
||||||
|
|
||||||
You can also download a binary from [GitHub releases](https://github.com/ogulcancelik/herdr/releases).
|
You can also download a binary from [GitHub releases](https://github.com/herdrdev/herdr/releases).
|
||||||
|
|
||||||
Choose the asset that matches your system:
|
Choose the asset that matches your system:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ title: Agent skill file
|
||||||
description: Install Herdr instructions for Claude Code or another coding agent.
|
description: Install Herdr instructions for Claude Code or another coding agent.
|
||||||
---
|
---
|
||||||
|
|
||||||
Herdr ships a reusable agent skill file at [`SKILL.md`](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md).
|
Herdr ships a reusable agent skill file at [`SKILL.md`](https://github.com/herdrdev/herdr/blob/master/SKILL.md).
|
||||||
|
|
||||||
Install that file into any coding agent that supports reusable skills or custom instructions. The skill teaches the agent how to control Herdr from inside a Herdr pane.
|
Install that file into any coding agent that supports reusable skills or custom instructions. The skill teaches the agent how to control Herdr from inside a Herdr pane.
|
||||||
|
|
||||||
|
|
@ -26,7 +26,7 @@ The skill is not a separate app or service. It is a markdown instruction file fo
|
||||||
Use the repository copy as the source of truth:
|
Use the repository copy as the source of truth:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
https://github.com/ogulcancelik/herdr/blob/master/SKILL.md
|
https://github.com/herdrdev/herdr/blob/master/SKILL.md
|
||||||
```
|
```
|
||||||
|
|
||||||
For agents with a skill system, install that file as a skill named `herdr`. For agents without a skill system, paste the file into the agent's project or user instructions.
|
For agents with a skill system, install that file as a skill named `herdr`. For agents without a skill system, paste the file into the agent's project or user instructions.
|
||||||
|
|
@ -52,4 +52,4 @@ The full command guide lives in the skill file itself. It covers pane IDs, `pane
|
||||||
|
|
||||||
Read the source file here:
|
Read the source file here:
|
||||||
|
|
||||||
[Open `SKILL.md` on GitHub →](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md)
|
[Open `SKILL.md` on GitHub →](https://github.com/herdrdev/herdr/blob/master/SKILL.md)
|
||||||
|
|
|
||||||
|
|
@ -56,9 +56,9 @@ Live handoff does not apply to Homebrew or Nix package-manager updates. For thos
|
||||||
If you already use Nix, Herdr provides a flake that builds Herdr from source:
|
If you already use Nix, Herdr provides a flake that builds Herdr from source:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix run github:ogulcancelik/herdr/v0.x.y
|
nix run github:herdrdev/herdr/v0.x.y
|
||||||
nix build github:ogulcancelik/herdr/v0.x.y
|
nix build github:herdrdev/herdr/v0.x.y
|
||||||
nix profile install github:ogulcancelik/herdr/v0.x.y
|
nix profile install github:herdrdev/herdr/v0.x.y
|
||||||
```
|
```
|
||||||
|
|
||||||
Replace `v0.x.y` with the latest release tag. You can omit the tag to track `master`, but release tags are recommended for normal installs.
|
Replace `v0.x.y` with the latest release tag. You can omit the tag to track `master`, but release tags are recommended for normal installs.
|
||||||
|
|
@ -66,7 +66,7 @@ Replace `v0.x.y` with the latest release tag. You can omit the tag to track `mas
|
||||||
The flake also exposes a development shell:
|
The flake also exposes a development shell:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix develop github:ogulcancelik/herdr
|
nix develop github:herdrdev/herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
Update through the same Nix workflow you used to install Herdr. For a profile install, list your profile entries and upgrade the Herdr entry:
|
Update through the same Nix workflow you used to install Herdr. For a profile install, list your profile entries and upgrade the Herdr entry:
|
||||||
|
|
@ -84,7 +84,7 @@ nix flake update herdr
|
||||||
|
|
||||||
## Download manually
|
## Download manually
|
||||||
|
|
||||||
You can also download a binary from [GitHub releases](https://github.com/ogulcancelik/herdr/releases).
|
You can also download a binary from [GitHub releases](https://github.com/herdrdev/herdr/releases).
|
||||||
|
|
||||||
Choose the asset that matches your system:
|
Choose the asset that matches your system:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ title: Agent skill file
|
||||||
description: Install Herdr instructions for Claude Code or another coding agent.
|
description: Install Herdr instructions for Claude Code or another coding agent.
|
||||||
---
|
---
|
||||||
|
|
||||||
Herdr ships a reusable agent skill file at [`SKILL.md`](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md).
|
Herdr ships a reusable agent skill file at [`SKILL.md`](https://github.com/herdrdev/herdr/blob/master/SKILL.md).
|
||||||
|
|
||||||
Install that file into any coding agent that supports reusable skills or custom instructions. The skill teaches the agent how to control Herdr from inside a Herdr pane.
|
Install that file into any coding agent that supports reusable skills or custom instructions. The skill teaches the agent how to control Herdr from inside a Herdr pane.
|
||||||
|
|
||||||
|
|
@ -26,7 +26,7 @@ The skill is not a separate app or service. It is a markdown instruction file fo
|
||||||
Use the repository copy as the source of truth:
|
Use the repository copy as the source of truth:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
https://github.com/ogulcancelik/herdr/blob/master/SKILL.md
|
https://github.com/herdrdev/herdr/blob/master/SKILL.md
|
||||||
```
|
```
|
||||||
|
|
||||||
For agents with a skill system, install that file as a skill named `herdr`. For agents without a skill system, paste the file into the agent's project or user instructions.
|
For agents with a skill system, install that file as a skill named `herdr`. For agents without a skill system, paste the file into the agent's project or user instructions.
|
||||||
|
|
@ -52,4 +52,4 @@ The full command guide lives in the skill file itself. It covers pane IDs, `pane
|
||||||
|
|
||||||
Read the source file here:
|
Read the source file here:
|
||||||
|
|
||||||
[Open `SKILL.md` on GitHub →](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md)
|
[Open `SKILL.md` on GitHub →](https://github.com/herdrdev/herdr/blob/master/SKILL.md)
|
||||||
|
|
|
||||||
|
|
@ -56,9 +56,9 @@ Live handoff does not apply to Homebrew or Nix package-manager updates. For thos
|
||||||
If you already use Nix, Herdr provides a flake that builds Herdr from source:
|
If you already use Nix, Herdr provides a flake that builds Herdr from source:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix run github:ogulcancelik/herdr/v0.x.y
|
nix run github:herdrdev/herdr/v0.x.y
|
||||||
nix build github:ogulcancelik/herdr/v0.x.y
|
nix build github:herdrdev/herdr/v0.x.y
|
||||||
nix profile install github:ogulcancelik/herdr/v0.x.y
|
nix profile install github:herdrdev/herdr/v0.x.y
|
||||||
```
|
```
|
||||||
|
|
||||||
Replace `v0.x.y` with the latest release tag. You can omit the tag to track `master`, but release tags are recommended for normal installs.
|
Replace `v0.x.y` with the latest release tag. You can omit the tag to track `master`, but release tags are recommended for normal installs.
|
||||||
|
|
@ -66,7 +66,7 @@ Replace `v0.x.y` with the latest release tag. You can omit the tag to track `mas
|
||||||
The flake also exposes a development shell:
|
The flake also exposes a development shell:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix develop github:ogulcancelik/herdr
|
nix develop github:herdrdev/herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
Update through the same Nix workflow you used to install Herdr. For a profile install, list your profile entries and upgrade the Herdr entry:
|
Update through the same Nix workflow you used to install Herdr. For a profile install, list your profile entries and upgrade the Herdr entry:
|
||||||
|
|
@ -84,7 +84,7 @@ nix flake update herdr
|
||||||
|
|
||||||
## Download manually
|
## Download manually
|
||||||
|
|
||||||
You can also download a binary from [GitHub releases](https://github.com/ogulcancelik/herdr/releases).
|
You can also download a binary from [GitHub releases](https://github.com/herdrdev/herdr/releases).
|
||||||
|
|
||||||
Choose the asset that matches your system:
|
Choose the asset that matches your system:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ title: Agent skill file
|
||||||
description: Install Herdr instructions for Claude Code or another coding agent.
|
description: Install Herdr instructions for Claude Code or another coding agent.
|
||||||
---
|
---
|
||||||
|
|
||||||
Herdr ships a reusable agent skill file at [`SKILL.md`](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md).
|
Herdr ships a reusable agent skill file at [`SKILL.md`](https://github.com/herdrdev/herdr/blob/master/SKILL.md).
|
||||||
|
|
||||||
Install that file into any coding agent that supports reusable skills or custom instructions. The skill teaches the agent how to control Herdr from inside a Herdr pane.
|
Install that file into any coding agent that supports reusable skills or custom instructions. The skill teaches the agent how to control Herdr from inside a Herdr pane.
|
||||||
|
|
||||||
|
|
@ -26,7 +26,7 @@ The skill is not a separate app or service. It is a markdown instruction file fo
|
||||||
Use the repository copy as the source of truth:
|
Use the repository copy as the source of truth:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
https://github.com/ogulcancelik/herdr/blob/master/SKILL.md
|
https://github.com/herdrdev/herdr/blob/master/SKILL.md
|
||||||
```
|
```
|
||||||
|
|
||||||
For agents with a skill system, install that file as a skill named `herdr`. For agents without a skill system, paste the file into the agent's project or user instructions.
|
For agents with a skill system, install that file as a skill named `herdr`. For agents without a skill system, paste the file into the agent's project or user instructions.
|
||||||
|
|
@ -52,4 +52,4 @@ The full command guide lives in the skill file itself. It covers pane IDs, `pane
|
||||||
|
|
||||||
Read the source file here:
|
Read the source file here:
|
||||||
|
|
||||||
[Open `SKILL.md` on GitHub →](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md)
|
[Open `SKILL.md` on GitHub →](https://github.com/herdrdev/herdr/blob/master/SKILL.md)
|
||||||
|
|
|
||||||
|
|
@ -56,9 +56,9 @@ Live handoff does not apply to Homebrew or Nix package-manager updates. For thos
|
||||||
If you already use Nix, Herdr provides a flake that builds Herdr from source:
|
If you already use Nix, Herdr provides a flake that builds Herdr from source:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix run github:ogulcancelik/herdr/v0.x.y
|
nix run github:herdrdev/herdr/v0.x.y
|
||||||
nix build github:ogulcancelik/herdr/v0.x.y
|
nix build github:herdrdev/herdr/v0.x.y
|
||||||
nix profile install github:ogulcancelik/herdr/v0.x.y
|
nix profile install github:herdrdev/herdr/v0.x.y
|
||||||
```
|
```
|
||||||
|
|
||||||
Replace `v0.x.y` with the latest release tag. You can omit the tag to track `master`, but release tags are recommended for normal installs.
|
Replace `v0.x.y` with the latest release tag. You can omit the tag to track `master`, but release tags are recommended for normal installs.
|
||||||
|
|
@ -66,7 +66,7 @@ Replace `v0.x.y` with the latest release tag. You can omit the tag to track `mas
|
||||||
The flake also exposes a development shell:
|
The flake also exposes a development shell:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix develop github:ogulcancelik/herdr
|
nix develop github:herdrdev/herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
Update through the same Nix workflow you used to install Herdr. For a profile install, list your profile entries and upgrade the Herdr entry:
|
Update through the same Nix workflow you used to install Herdr. For a profile install, list your profile entries and upgrade the Herdr entry:
|
||||||
|
|
@ -84,7 +84,7 @@ nix flake update herdr
|
||||||
|
|
||||||
## Download manually
|
## Download manually
|
||||||
|
|
||||||
You can also download a binary from [GitHub releases](https://github.com/ogulcancelik/herdr/releases).
|
You can also download a binary from [GitHub releases](https://github.com/herdrdev/herdr/releases).
|
||||||
|
|
||||||
Choose the asset that matches your system:
|
Choose the asset that matches your system:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ title: Agent skill file
|
||||||
description: Install Herdr instructions for Claude Code or another coding agent.
|
description: Install Herdr instructions for Claude Code or another coding agent.
|
||||||
---
|
---
|
||||||
|
|
||||||
Herdr ships a reusable agent skill file at [`SKILL.md`](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md).
|
Herdr ships a reusable agent skill file at [`SKILL.md`](https://github.com/herdrdev/herdr/blob/master/SKILL.md).
|
||||||
|
|
||||||
Install that file into any coding agent that supports reusable skills or custom instructions. The skill teaches the agent how to control Herdr from inside a Herdr pane.
|
Install that file into any coding agent that supports reusable skills or custom instructions. The skill teaches the agent how to control Herdr from inside a Herdr pane.
|
||||||
|
|
||||||
|
|
@ -26,7 +26,7 @@ The skill is not a separate app or service. It is a markdown instruction file fo
|
||||||
Use the repository copy as the source of truth:
|
Use the repository copy as the source of truth:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
https://github.com/ogulcancelik/herdr/blob/master/SKILL.md
|
https://github.com/herdrdev/herdr/blob/master/SKILL.md
|
||||||
```
|
```
|
||||||
|
|
||||||
For agents with a skill system, install that file as a skill named `herdr`. For agents without a skill system, paste the file into the agent's project or user instructions.
|
For agents with a skill system, install that file as a skill named `herdr`. For agents without a skill system, paste the file into the agent's project or user instructions.
|
||||||
|
|
@ -52,4 +52,4 @@ The full command guide lives in the skill file itself. It covers pane IDs, `pane
|
||||||
|
|
||||||
Read the source file here:
|
Read the source file here:
|
||||||
|
|
||||||
[Open `SKILL.md` on GitHub →](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md)
|
[Open `SKILL.md` on GitHub →](https://github.com/herdrdev/herdr/blob/master/SKILL.md)
|
||||||
|
|
|
||||||
|
|
@ -58,9 +58,9 @@ Live handoff does not apply to Homebrew or Nix package-manager updates. For thos
|
||||||
If you already use Nix, Herdr provides a flake that builds Herdr from source:
|
If you already use Nix, Herdr provides a flake that builds Herdr from source:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix run github:ogulcancelik/herdr/v0.x.y
|
nix run github:herdrdev/herdr/v0.x.y
|
||||||
nix build github:ogulcancelik/herdr/v0.x.y
|
nix build github:herdrdev/herdr/v0.x.y
|
||||||
nix profile install github:ogulcancelik/herdr/v0.x.y
|
nix profile install github:herdrdev/herdr/v0.x.y
|
||||||
```
|
```
|
||||||
|
|
||||||
Replace `v0.x.y` with the latest release tag. You can omit the tag to track `master`, but release tags are recommended for normal installs.
|
Replace `v0.x.y` with the latest release tag. You can omit the tag to track `master`, but release tags are recommended for normal installs.
|
||||||
|
|
@ -68,7 +68,7 @@ Replace `v0.x.y` with the latest release tag. You can omit the tag to track `mas
|
||||||
The flake also exposes a development shell:
|
The flake also exposes a development shell:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix develop github:ogulcancelik/herdr
|
nix develop github:herdrdev/herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
Update through the same Nix workflow you used to install Herdr. For a profile install, list your profile entries and upgrade the Herdr entry:
|
Update through the same Nix workflow you used to install Herdr. For a profile install, list your profile entries and upgrade the Herdr entry:
|
||||||
|
|
@ -86,7 +86,7 @@ nix flake update herdr
|
||||||
|
|
||||||
## Download manually
|
## Download manually
|
||||||
|
|
||||||
You can also download a binary from [GitHub releases](https://github.com/ogulcancelik/herdr/releases).
|
You can also download a binary from [GitHub releases](https://github.com/herdrdev/herdr/releases).
|
||||||
|
|
||||||
Choose the asset that matches your system:
|
Choose the asset that matches your system:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ title: Agent skill file
|
||||||
description: Install Herdr instructions for Claude Code or another coding agent.
|
description: Install Herdr instructions for Claude Code or another coding agent.
|
||||||
---
|
---
|
||||||
|
|
||||||
Herdr ships a reusable agent skill file at [`SKILL.md`](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md).
|
Herdr ships a reusable agent skill file at [`SKILL.md`](https://github.com/herdrdev/herdr/blob/master/SKILL.md).
|
||||||
|
|
||||||
Install that file into any coding agent that supports reusable skills or custom instructions. The skill teaches the agent how to control Herdr from inside a Herdr pane.
|
Install that file into any coding agent that supports reusable skills or custom instructions. The skill teaches the agent how to control Herdr from inside a Herdr pane.
|
||||||
|
|
||||||
|
|
@ -26,7 +26,7 @@ The skill is not a separate app or service. It is a markdown instruction file fo
|
||||||
Use the repository copy as the source of truth:
|
Use the repository copy as the source of truth:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
https://github.com/ogulcancelik/herdr/blob/master/SKILL.md
|
https://github.com/herdrdev/herdr/blob/master/SKILL.md
|
||||||
```
|
```
|
||||||
|
|
||||||
For agents with a skill system, install that file as a skill named `herdr`. For agents without a skill system, paste the file into the agent's project or user instructions.
|
For agents with a skill system, install that file as a skill named `herdr`. For agents without a skill system, paste the file into the agent's project or user instructions.
|
||||||
|
|
@ -52,4 +52,4 @@ The full command guide lives in the skill file itself. It covers pane IDs, `pane
|
||||||
|
|
||||||
Read the source file here:
|
Read the source file here:
|
||||||
|
|
||||||
[Open `SKILL.md` on GitHub →](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md)
|
[Open `SKILL.md` on GitHub →](https://github.com/herdrdev/herdr/blob/master/SKILL.md)
|
||||||
|
|
|
||||||
|
|
@ -74,9 +74,9 @@ Live handoff does not apply to Homebrew or Nix package-manager updates. For thos
|
||||||
If you already use Nix, Herdr provides a flake that builds Herdr from source:
|
If you already use Nix, Herdr provides a flake that builds Herdr from source:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix run github:ogulcancelik/herdr/v0.x.y
|
nix run github:herdrdev/herdr/v0.x.y
|
||||||
nix build github:ogulcancelik/herdr/v0.x.y
|
nix build github:herdrdev/herdr/v0.x.y
|
||||||
nix profile install github:ogulcancelik/herdr/v0.x.y
|
nix profile install github:herdrdev/herdr/v0.x.y
|
||||||
```
|
```
|
||||||
|
|
||||||
Replace `v0.x.y` with the latest release tag. You can omit the tag to track `master`, but release tags are recommended for normal installs.
|
Replace `v0.x.y` with the latest release tag. You can omit the tag to track `master`, but release tags are recommended for normal installs.
|
||||||
|
|
@ -84,7 +84,7 @@ Replace `v0.x.y` with the latest release tag. You can omit the tag to track `mas
|
||||||
The flake also exposes a development shell:
|
The flake also exposes a development shell:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix develop github:ogulcancelik/herdr
|
nix develop github:herdrdev/herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
Update through the same Nix workflow you used to install Herdr. For a profile install, list your profile entries and upgrade the Herdr entry:
|
Update through the same Nix workflow you used to install Herdr. For a profile install, list your profile entries and upgrade the Herdr entry:
|
||||||
|
|
@ -102,7 +102,7 @@ nix flake update herdr
|
||||||
|
|
||||||
## Download manually
|
## Download manually
|
||||||
|
|
||||||
You can also download a binary from [GitHub releases](https://github.com/ogulcancelik/herdr/releases).
|
You can also download a binary from [GitHub releases](https://github.com/herdrdev/herdr/releases).
|
||||||
|
|
||||||
Choose the asset that matches your system:
|
Choose the asset that matches your system:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ title: Agent skill file
|
||||||
description: Install Herdr instructions for Claude Code or another coding agent.
|
description: Install Herdr instructions for Claude Code or another coding agent.
|
||||||
---
|
---
|
||||||
|
|
||||||
Herdr ships a reusable agent skill file at [`SKILL.md`](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md).
|
Herdr ships a reusable agent skill file at [`SKILL.md`](https://github.com/herdrdev/herdr/blob/master/SKILL.md).
|
||||||
|
|
||||||
Install that file into any coding agent that supports reusable skills or custom instructions. The skill teaches the agent how to control Herdr from inside a Herdr pane.
|
Install that file into any coding agent that supports reusable skills or custom instructions. The skill teaches the agent how to control Herdr from inside a Herdr pane.
|
||||||
|
|
||||||
|
|
@ -26,7 +26,7 @@ The skill is not a separate app or service. It is a markdown instruction file fo
|
||||||
Use the repository copy as the source of truth:
|
Use the repository copy as the source of truth:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
https://github.com/ogulcancelik/herdr/blob/master/SKILL.md
|
https://github.com/herdrdev/herdr/blob/master/SKILL.md
|
||||||
```
|
```
|
||||||
|
|
||||||
For agents with a skill system, install that file as a skill named `herdr`. For agents without a skill system, paste the file into the agent's project or user instructions.
|
For agents with a skill system, install that file as a skill named `herdr`. For agents without a skill system, paste the file into the agent's project or user instructions.
|
||||||
|
|
@ -52,4 +52,4 @@ The full command guide lives in the skill file itself. It covers pane IDs, `pane
|
||||||
|
|
||||||
Read the source file here:
|
Read the source file here:
|
||||||
|
|
||||||
[Open `SKILL.md` on GitHub →](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md)
|
[Open `SKILL.md` on GitHub →](https://github.com/herdrdev/herdr/blob/master/SKILL.md)
|
||||||
|
|
|
||||||
|
|
@ -82,9 +82,9 @@ Live handoff does not apply to Homebrew, mise, or Nix package-manager updates. F
|
||||||
If you already use Nix, Herdr provides a flake that builds Herdr from source:
|
If you already use Nix, Herdr provides a flake that builds Herdr from source:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix run github:ogulcancelik/herdr/v0.x.y
|
nix run github:herdrdev/herdr/v0.x.y
|
||||||
nix build github:ogulcancelik/herdr/v0.x.y
|
nix build github:herdrdev/herdr/v0.x.y
|
||||||
nix profile install github:ogulcancelik/herdr/v0.x.y
|
nix profile install github:herdrdev/herdr/v0.x.y
|
||||||
```
|
```
|
||||||
|
|
||||||
Replace `v0.x.y` with the latest release tag. You can omit the tag to track `master`, but release tags are recommended for normal installs.
|
Replace `v0.x.y` with the latest release tag. You can omit the tag to track `master`, but release tags are recommended for normal installs.
|
||||||
|
|
@ -92,7 +92,7 @@ Replace `v0.x.y` with the latest release tag. You can omit the tag to track `mas
|
||||||
The flake also exposes a development shell:
|
The flake also exposes a development shell:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix develop github:ogulcancelik/herdr
|
nix develop github:herdrdev/herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
Update through the same Nix workflow you used to install Herdr. For a profile install, list your profile entries and upgrade the Herdr entry:
|
Update through the same Nix workflow you used to install Herdr. For a profile install, list your profile entries and upgrade the Herdr entry:
|
||||||
|
|
@ -110,7 +110,7 @@ nix flake update herdr
|
||||||
|
|
||||||
## Download manually
|
## Download manually
|
||||||
|
|
||||||
You can also download a binary from [GitHub releases](https://github.com/ogulcancelik/herdr/releases).
|
You can also download a binary from [GitHub releases](https://github.com/herdrdev/herdr/releases).
|
||||||
|
|
||||||
Choose the asset that matches your system:
|
Choose the asset that matches your system:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ title: Agent skill file
|
||||||
description: Install Herdr instructions for Claude Code or another coding agent.
|
description: Install Herdr instructions for Claude Code or another coding agent.
|
||||||
---
|
---
|
||||||
|
|
||||||
Herdr ships a reusable agent skill file at [`SKILL.md`](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md).
|
Herdr ships a reusable agent skill file at [`SKILL.md`](https://github.com/herdrdev/herdr/blob/master/SKILL.md).
|
||||||
|
|
||||||
Install that file into any coding agent that supports reusable skills or custom instructions. The skill teaches the agent how to control Herdr from inside a Herdr pane.
|
Install that file into any coding agent that supports reusable skills or custom instructions. The skill teaches the agent how to control Herdr from inside a Herdr pane.
|
||||||
|
|
||||||
|
|
@ -26,7 +26,7 @@ The skill is not a separate app or service. It is a markdown instruction file fo
|
||||||
Use the repository copy as the source of truth:
|
Use the repository copy as the source of truth:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
https://github.com/ogulcancelik/herdr/blob/master/SKILL.md
|
https://github.com/herdrdev/herdr/blob/master/SKILL.md
|
||||||
```
|
```
|
||||||
|
|
||||||
For agents with a skill system, install that file as a skill named `herdr`. For agents without a skill system, paste the file into the agent's project or user instructions.
|
For agents with a skill system, install that file as a skill named `herdr`. For agents without a skill system, paste the file into the agent's project or user instructions.
|
||||||
|
|
@ -52,4 +52,4 @@ The full command guide lives in the skill file itself. It covers pane IDs, `pane
|
||||||
|
|
||||||
Read the source file here:
|
Read the source file here:
|
||||||
|
|
||||||
[Open `SKILL.md` on GitHub →](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md)
|
[Open `SKILL.md` on GitHub →](https://github.com/herdrdev/herdr/blob/master/SKILL.md)
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ If you already use mise:
|
||||||
mise use -g herdr
|
mise use -g herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
If mise reports `herdr not found in mise tool registry`, update mise and retry. Older mise versions predate the Herdr registry entry; `mise use -g github:ogulcancelik/herdr` works as a temporary fallback.
|
If mise reports `herdr not found in mise tool registry`, update mise and retry. Older mise versions predate the Herdr registry entry; `mise use -g github:herdrdev/herdr` works as a temporary fallback.
|
||||||
|
|
||||||
## Verify
|
## Verify
|
||||||
|
|
||||||
|
|
@ -92,9 +92,9 @@ Live handoff does not apply to Homebrew, mise, or Nix package-manager updates. F
|
||||||
If you already use Nix, Herdr provides a flake that builds Herdr from source:
|
If you already use Nix, Herdr provides a flake that builds Herdr from source:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix run github:ogulcancelik/herdr/v0.x.y
|
nix run github:herdrdev/herdr/v0.x.y
|
||||||
nix build github:ogulcancelik/herdr/v0.x.y
|
nix build github:herdrdev/herdr/v0.x.y
|
||||||
nix profile install github:ogulcancelik/herdr/v0.x.y
|
nix profile install github:herdrdev/herdr/v0.x.y
|
||||||
```
|
```
|
||||||
|
|
||||||
Replace `v0.x.y` with the latest release tag. You can omit the tag to track `master`, but release tags are recommended for normal installs.
|
Replace `v0.x.y` with the latest release tag. You can omit the tag to track `master`, but release tags are recommended for normal installs.
|
||||||
|
|
@ -102,7 +102,7 @@ Replace `v0.x.y` with the latest release tag. You can omit the tag to track `mas
|
||||||
The flake also exposes a development shell:
|
The flake also exposes a development shell:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix develop github:ogulcancelik/herdr
|
nix develop github:herdrdev/herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
Update through the same Nix workflow you used to install Herdr. For a profile install, list your profile entries and upgrade the Herdr entry:
|
Update through the same Nix workflow you used to install Herdr. For a profile install, list your profile entries and upgrade the Herdr entry:
|
||||||
|
|
@ -120,7 +120,7 @@ nix flake update herdr
|
||||||
|
|
||||||
## Download manually
|
## Download manually
|
||||||
|
|
||||||
You can also download a binary from [GitHub releases](https://github.com/ogulcancelik/herdr/releases).
|
You can also download a binary from [GitHub releases](https://github.com/herdrdev/herdr/releases).
|
||||||
|
|
||||||
Choose the asset that matches your system:
|
Choose the asset that matches your system:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ title: Agent skill file
|
||||||
description: Install Herdr instructions for Claude Code or another coding agent.
|
description: Install Herdr instructions for Claude Code or another coding agent.
|
||||||
---
|
---
|
||||||
|
|
||||||
Herdr ships a reusable agent skill file at [`SKILL.md`](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md).
|
Herdr ships a reusable agent skill file at [`SKILL.md`](https://github.com/herdrdev/herdr/blob/master/SKILL.md).
|
||||||
|
|
||||||
Install that file into any coding agent that supports reusable skills or custom instructions. The skill teaches the agent how to control Herdr from inside a Herdr pane.
|
Install that file into any coding agent that supports reusable skills or custom instructions. The skill teaches the agent how to control Herdr from inside a Herdr pane.
|
||||||
|
|
||||||
|
|
@ -28,7 +28,7 @@ The skill is not a separate app or service. It is a markdown instruction file fo
|
||||||
Use the repository copy as the source of truth:
|
Use the repository copy as the source of truth:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
https://github.com/ogulcancelik/herdr/blob/master/SKILL.md
|
https://github.com/herdrdev/herdr/blob/master/SKILL.md
|
||||||
```
|
```
|
||||||
|
|
||||||
For agents with a skill system, install that file as a skill named `herdr`. For agents without a skill system, paste the file into the agent's project or user instructions.
|
For agents with a skill system, install that file as a skill named `herdr`. For agents without a skill system, paste the file into the agent's project or user instructions.
|
||||||
|
|
@ -54,4 +54,4 @@ The full command guide lives in the skill file itself. It covers pane IDs, `pane
|
||||||
|
|
||||||
Read the source file here:
|
Read the source file here:
|
||||||
|
|
||||||
[Open `SKILL.md` on GitHub →](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md)
|
[Open `SKILL.md` on GitHub →](https://github.com/herdrdev/herdr/blob/master/SKILL.md)
|
||||||
|
|
|
||||||
|
|
@ -37,16 +37,16 @@ If you already use mise:
|
||||||
mise use -g herdr
|
mise use -g herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
If mise reports `herdr not found in mise tool registry`, update mise and retry. Older mise versions predate the Herdr registry entry; `mise use -g github:ogulcancelik/herdr` works as a temporary fallback.
|
If mise reports `herdr not found in mise tool registry`, update mise and retry. Older mise versions predate the Herdr registry entry; `mise use -g github:herdrdev/herdr` works as a temporary fallback.
|
||||||
|
|
||||||
## Install with Nix
|
## Install with Nix
|
||||||
|
|
||||||
If you already use Nix, Herdr provides a flake that builds Herdr from source:
|
If you already use Nix, Herdr provides a flake that builds Herdr from source:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix run github:ogulcancelik/herdr/v0.x.y
|
nix run github:herdrdev/herdr/v0.x.y
|
||||||
nix build github:ogulcancelik/herdr/v0.x.y
|
nix build github:herdrdev/herdr/v0.x.y
|
||||||
nix profile install github:ogulcancelik/herdr/v0.x.y
|
nix profile install github:herdrdev/herdr/v0.x.y
|
||||||
```
|
```
|
||||||
|
|
||||||
Replace `v0.x.y` with the latest release tag. You can omit the tag to track `master`, but release tags are recommended for normal installs.
|
Replace `v0.x.y` with the latest release tag. You can omit the tag to track `master`, but release tags are recommended for normal installs.
|
||||||
|
|
@ -54,7 +54,7 @@ Replace `v0.x.y` with the latest release tag. You can omit the tag to track `mas
|
||||||
The flake also exposes a development shell:
|
The flake also exposes a development shell:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix develop github:ogulcancelik/herdr
|
nix develop github:herdrdev/herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
Update through the same Nix workflow you used to install Herdr. For a profile install, list your profile entries and upgrade the Herdr entry:
|
Update through the same Nix workflow you used to install Herdr. For a profile install, list your profile entries and upgrade the Herdr entry:
|
||||||
|
|
@ -72,7 +72,7 @@ nix flake update herdr
|
||||||
|
|
||||||
## Download manually
|
## Download manually
|
||||||
|
|
||||||
You can also download a binary from [GitHub releases](https://github.com/ogulcancelik/herdr/releases).
|
You can also download a binary from [GitHub releases](https://github.com/herdrdev/herdr/releases).
|
||||||
|
|
||||||
Choose the asset that matches your system:
|
Choose the asset that matches your system:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ title: Agent skill file
|
||||||
description: Install Herdr instructions for Claude Code or another coding agent.
|
description: Install Herdr instructions for Claude Code or another coding agent.
|
||||||
---
|
---
|
||||||
|
|
||||||
Herdr ships a reusable agent skill file at [`SKILL.md`](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md).
|
Herdr ships a reusable agent skill file at [`SKILL.md`](https://github.com/herdrdev/herdr/blob/master/SKILL.md).
|
||||||
|
|
||||||
Install that file into any coding agent that supports reusable skills or custom instructions. The skill teaches the agent how to control Herdr from inside a Herdr pane.
|
Install that file into any coding agent that supports reusable skills or custom instructions. The skill teaches the agent how to control Herdr from inside a Herdr pane.
|
||||||
|
|
||||||
|
|
@ -28,7 +28,7 @@ The skill is not a separate app or service. It is a markdown instruction file fo
|
||||||
Use the repository copy as the source of truth:
|
Use the repository copy as the source of truth:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
https://github.com/ogulcancelik/herdr/blob/master/SKILL.md
|
https://github.com/herdrdev/herdr/blob/master/SKILL.md
|
||||||
```
|
```
|
||||||
|
|
||||||
For agents with a skill system, install that file as a skill named `herdr`. For agents without a skill system, paste the file into the agent's project or user instructions.
|
For agents with a skill system, install that file as a skill named `herdr`. For agents without a skill system, paste the file into the agent's project or user instructions.
|
||||||
|
|
@ -54,4 +54,4 @@ The full command guide lives in the skill file itself. It covers pane IDs, `pane
|
||||||
|
|
||||||
Read the source file here:
|
Read the source file here:
|
||||||
|
|
||||||
[Open `SKILL.md` on GitHub →](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md)
|
[Open `SKILL.md` on GitHub →](https://github.com/herdrdev/herdr/blob/master/SKILL.md)
|
||||||
|
|
|
||||||
|
|
@ -37,16 +37,16 @@ If you already use mise:
|
||||||
mise use -g herdr
|
mise use -g herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
If mise reports `herdr not found in mise tool registry`, update mise and retry. Older mise versions predate the Herdr registry entry; `mise use -g github:ogulcancelik/herdr` works as a temporary fallback.
|
If mise reports `herdr not found in mise tool registry`, update mise and retry. Older mise versions predate the Herdr registry entry; `mise use -g github:herdrdev/herdr` works as a temporary fallback.
|
||||||
|
|
||||||
## Install with Nix
|
## Install with Nix
|
||||||
|
|
||||||
If you already use Nix, Herdr provides a flake that builds Herdr from source:
|
If you already use Nix, Herdr provides a flake that builds Herdr from source:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix run github:ogulcancelik/herdr/v0.x.y
|
nix run github:herdrdev/herdr/v0.x.y
|
||||||
nix build github:ogulcancelik/herdr/v0.x.y
|
nix build github:herdrdev/herdr/v0.x.y
|
||||||
nix profile install github:ogulcancelik/herdr/v0.x.y
|
nix profile install github:herdrdev/herdr/v0.x.y
|
||||||
```
|
```
|
||||||
|
|
||||||
Replace `v0.x.y` with the latest release tag. You can omit the tag to track `master`, but release tags are recommended for normal installs.
|
Replace `v0.x.y` with the latest release tag. You can omit the tag to track `master`, but release tags are recommended for normal installs.
|
||||||
|
|
@ -54,7 +54,7 @@ Replace `v0.x.y` with the latest release tag. You can omit the tag to track `mas
|
||||||
The flake also exposes a development shell:
|
The flake also exposes a development shell:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix develop github:ogulcancelik/herdr
|
nix develop github:herdrdev/herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
Update through the same Nix workflow you used to install Herdr. For a profile install, list your profile entries and upgrade the Herdr entry:
|
Update through the same Nix workflow you used to install Herdr. For a profile install, list your profile entries and upgrade the Herdr entry:
|
||||||
|
|
@ -72,7 +72,7 @@ nix flake update herdr
|
||||||
|
|
||||||
## Download manually
|
## Download manually
|
||||||
|
|
||||||
You can also download a binary from [GitHub releases](https://github.com/ogulcancelik/herdr/releases).
|
You can also download a binary from [GitHub releases](https://github.com/herdrdev/herdr/releases).
|
||||||
|
|
||||||
Choose the asset that matches your system:
|
Choose the asset that matches your system:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ title: Agent skill file
|
||||||
description: Install Herdr instructions for Claude Code or another coding agent.
|
description: Install Herdr instructions for Claude Code or another coding agent.
|
||||||
---
|
---
|
||||||
|
|
||||||
Herdr ships a reusable agent skill file at [`SKILL.md`](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md).
|
Herdr ships a reusable agent skill file at [`SKILL.md`](https://github.com/herdrdev/herdr/blob/master/SKILL.md).
|
||||||
|
|
||||||
Install that file into any coding agent that supports reusable skills or custom instructions. The skill teaches the agent how to control Herdr from inside a Herdr pane.
|
Install that file into any coding agent that supports reusable skills or custom instructions. The skill teaches the agent how to control Herdr from inside a Herdr pane.
|
||||||
|
|
||||||
|
|
@ -28,7 +28,7 @@ The skill is not a separate app or service. It is a markdown instruction file fo
|
||||||
Install the skill with `npx skills`:
|
Install the skill with `npx skills`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npx skills add ogulcancelik/herdr --skill herdr -g
|
npx skills add herdrdev/herdr --skill herdr -g
|
||||||
```
|
```
|
||||||
|
|
||||||
The `-g` flag installs it globally for supported agents. Omit `-g` to install it into the current project.
|
The `-g` flag installs it globally for supported agents. Omit `-g` to install it into the current project.
|
||||||
|
|
@ -36,7 +36,7 @@ The `-g` flag installs it globally for supported agents. Omit `-g` to install it
|
||||||
Use the repository copy as the manual fallback and source of truth:
|
Use the repository copy as the manual fallback and source of truth:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
https://github.com/ogulcancelik/herdr/blob/master/SKILL.md
|
https://github.com/herdrdev/herdr/blob/master/SKILL.md
|
||||||
```
|
```
|
||||||
|
|
||||||
For agents with a skill system, install that file as a skill named `herdr`. For agents without a skill system, paste the file into the agent's project or user instructions.
|
For agents with a skill system, install that file as a skill named `herdr`. For agents without a skill system, paste the file into the agent's project or user instructions.
|
||||||
|
|
@ -62,4 +62,4 @@ The full command guide lives in the skill file itself. It covers pane IDs, `pane
|
||||||
|
|
||||||
Read the source file here:
|
Read the source file here:
|
||||||
|
|
||||||
[Open `SKILL.md` on GitHub →](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md)
|
[Open `SKILL.md` on GitHub →](https://github.com/herdrdev/herdr/blob/master/SKILL.md)
|
||||||
|
|
|
||||||
|
|
@ -37,16 +37,16 @@ If you already use mise:
|
||||||
mise use -g herdr
|
mise use -g herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
If mise reports `herdr not found in mise tool registry`, update mise and retry. Older mise versions predate the Herdr registry entry; `mise use -g github:ogulcancelik/herdr` works as a temporary fallback.
|
If mise reports `herdr not found in mise tool registry`, update mise and retry. Older mise versions predate the Herdr registry entry; `mise use -g github:herdrdev/herdr` works as a temporary fallback.
|
||||||
|
|
||||||
## Install with Nix
|
## Install with Nix
|
||||||
|
|
||||||
If you already use Nix, Herdr provides a flake that builds Herdr from source:
|
If you already use Nix, Herdr provides a flake that builds Herdr from source:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix run github:ogulcancelik/herdr/v0.x.y
|
nix run github:herdrdev/herdr/v0.x.y
|
||||||
nix build github:ogulcancelik/herdr/v0.x.y
|
nix build github:herdrdev/herdr/v0.x.y
|
||||||
nix profile install github:ogulcancelik/herdr/v0.x.y
|
nix profile install github:herdrdev/herdr/v0.x.y
|
||||||
```
|
```
|
||||||
|
|
||||||
Replace `v0.x.y` with the latest release tag. You can omit the tag to track `master`, but release tags are recommended for normal installs.
|
Replace `v0.x.y` with the latest release tag. You can omit the tag to track `master`, but release tags are recommended for normal installs.
|
||||||
|
|
@ -54,7 +54,7 @@ Replace `v0.x.y` with the latest release tag. You can omit the tag to track `mas
|
||||||
The flake also exposes a development shell:
|
The flake also exposes a development shell:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix develop github:ogulcancelik/herdr
|
nix develop github:herdrdev/herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
Update through the same Nix workflow you used to install Herdr. For a profile install, list your profile entries and upgrade the Herdr entry:
|
Update through the same Nix workflow you used to install Herdr. For a profile install, list your profile entries and upgrade the Herdr entry:
|
||||||
|
|
@ -72,7 +72,7 @@ nix flake update herdr
|
||||||
|
|
||||||
## Download manually
|
## Download manually
|
||||||
|
|
||||||
You can also download a binary from [GitHub releases](https://github.com/ogulcancelik/herdr/releases).
|
You can also download a binary from [GitHub releases](https://github.com/herdrdev/herdr/releases).
|
||||||
|
|
||||||
Choose the asset that matches your system:
|
Choose the asset that matches your system:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ title: エージェントスキルファイル
|
||||||
description: Claude Code などのコーディングエージェントに Herdr の使い方をインストールします。
|
description: Claude Code などのコーディングエージェントに Herdr の使い方をインストールします。
|
||||||
---
|
---
|
||||||
|
|
||||||
Herdr は再利用可能なエージェントスキルファイルを [`SKILL.md`](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md) として提供しています。
|
Herdr は再利用可能なエージェントスキルファイルを [`SKILL.md`](https://github.com/herdrdev/herdr/blob/master/SKILL.md) として提供しています。
|
||||||
|
|
||||||
このファイルを、再利用可能なスキルやカスタム指示に対応した任意のコーディングエージェントにインストールしてください。このスキルは、Herdr のペイン内から Herdr を制御する方法をエージェントに教えます。
|
このファイルを、再利用可能なスキルやカスタム指示に対応した任意のコーディングエージェントにインストールしてください。このスキルは、Herdr のペイン内から Herdr を制御する方法をエージェントに教えます。
|
||||||
|
|
||||||
|
|
@ -28,7 +28,7 @@ Herdr は別の用途向けに [`herdr.dev/agent-guide.md`](https://herdr.dev/ag
|
||||||
`npx skills` でスキルをインストールします:
|
`npx skills` でスキルをインストールします:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npx skills add ogulcancelik/herdr --skill herdr -g
|
npx skills add herdrdev/herdr --skill herdr -g
|
||||||
```
|
```
|
||||||
|
|
||||||
`-g` フラグは、対応エージェントにグローバルインストールします。現在のプロジェクトにインストールする場合は `-g` を省略してください。
|
`-g` フラグは、対応エージェントにグローバルインストールします。現在のプロジェクトにインストールする場合は `-g` を省略してください。
|
||||||
|
|
@ -36,7 +36,7 @@ npx skills add ogulcancelik/herdr --skill herdr -g
|
||||||
手動でのフォールバックおよび信頼できるソースとしては、リポジトリのコピーを使ってください:
|
手動でのフォールバックおよび信頼できるソースとしては、リポジトリのコピーを使ってください:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
https://github.com/ogulcancelik/herdr/blob/master/SKILL.md
|
https://github.com/herdrdev/herdr/blob/master/SKILL.md
|
||||||
```
|
```
|
||||||
|
|
||||||
スキルシステムを持つエージェントには、このファイルを `herdr` という名前のスキルとしてインストールしてください。スキルシステムを持たないエージェントには、ファイルの内容をプロジェクト指示またはユーザー指示に貼り付けてください。
|
スキルシステムを持つエージェントには、このファイルを `herdr` という名前のスキルとしてインストールしてください。スキルシステムを持たないエージェントには、ファイルの内容をプロジェクト指示またはユーザー指示に貼り付けてください。
|
||||||
|
|
@ -62,4 +62,4 @@ claude
|
||||||
|
|
||||||
ソースファイルはこちら:
|
ソースファイルはこちら:
|
||||||
|
|
||||||
[GitHub で `SKILL.md` を開く →](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md)
|
[GitHub で `SKILL.md` を開く →](https://github.com/herdrdev/herdr/blob/master/SKILL.md)
|
||||||
|
|
|
||||||
|
|
@ -37,16 +37,16 @@ brew install herdr
|
||||||
mise use -g herdr
|
mise use -g herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
mise が `herdr not found in mise tool registry` と報告する場合は、mise をアップデートして再試行してください。古い mise は Herdr のレジストリ登録より前のバージョンです。一時的な回避策として `mise use -g github:ogulcancelik/herdr` も使えます。
|
mise が `herdr not found in mise tool registry` と報告する場合は、mise をアップデートして再試行してください。古い mise は Herdr のレジストリ登録より前のバージョンです。一時的な回避策として `mise use -g github:herdrdev/herdr` も使えます。
|
||||||
|
|
||||||
## Nix でインストール
|
## Nix でインストール
|
||||||
|
|
||||||
すでに Nix を使っている場合、Herdr はソースからビルドする flake を提供しています:
|
すでに Nix を使っている場合、Herdr はソースからビルドする flake を提供しています:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix run github:ogulcancelik/herdr/v0.x.y
|
nix run github:herdrdev/herdr/v0.x.y
|
||||||
nix build github:ogulcancelik/herdr/v0.x.y
|
nix build github:herdrdev/herdr/v0.x.y
|
||||||
nix profile install github:ogulcancelik/herdr/v0.x.y
|
nix profile install github:herdrdev/herdr/v0.x.y
|
||||||
```
|
```
|
||||||
|
|
||||||
`v0.x.y` は最新のリリースタグに置き換えてください。タグを省略すると `master` を追跡できますが、通常のインストールにはリリースタグを推奨します。
|
`v0.x.y` は最新のリリースタグに置き換えてください。タグを省略すると `master` を追跡できますが、通常のインストールにはリリースタグを推奨します。
|
||||||
|
|
@ -54,7 +54,7 @@ nix profile install github:ogulcancelik/herdr/v0.x.y
|
||||||
flake は開発用シェルも公開しています:
|
flake は開発用シェルも公開しています:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix develop github:ogulcancelik/herdr
|
nix develop github:herdrdev/herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
アップデートは、Herdr のインストールに使ったのと同じ Nix ワークフローで行います。プロファイルインストールの場合は、プロファイルのエントリを一覧して Herdr のエントリをアップグレードします:
|
アップデートは、Herdr のインストールに使ったのと同じ Nix ワークフローで行います。プロファイルインストールの場合は、プロファイルのエントリを一覧して Herdr のエントリをアップグレードします:
|
||||||
|
|
@ -72,7 +72,7 @@ nix flake update herdr
|
||||||
|
|
||||||
## 手動でダウンロード
|
## 手動でダウンロード
|
||||||
|
|
||||||
[GitHub releases](https://github.com/ogulcancelik/herdr/releases) からバイナリをダウンロードすることもできます。
|
[GitHub releases](https://github.com/herdrdev/herdr/releases) からバイナリをダウンロードすることもできます。
|
||||||
|
|
||||||
システムに合ったアセットを選んでください:
|
システムに合ったアセットを選んでください:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ title: 智能体技能文件
|
||||||
description: 为 Claude Code 或其他编程智能体安装 Herdr 使用说明。
|
description: 为 Claude Code 或其他编程智能体安装 Herdr 使用说明。
|
||||||
---
|
---
|
||||||
|
|
||||||
Herdr 提供了一个可复用的智能体技能文件: [`SKILL.md`](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md)。
|
Herdr 提供了一个可复用的智能体技能文件: [`SKILL.md`](https://github.com/herdrdev/herdr/blob/master/SKILL.md)。
|
||||||
|
|
||||||
把这个文件安装到任何支持可复用技能或自定义指令的编程智能体中。这份技能教智能体如何在 Herdr 窗格内部控制 Herdr。
|
把这个文件安装到任何支持可复用技能或自定义指令的编程智能体中。这份技能教智能体如何在 Herdr 窗格内部控制 Herdr。
|
||||||
|
|
||||||
|
|
@ -28,7 +28,7 @@ Herdr 还提供了另一份用途不同的指南: [`herdr.dev/agent-guide.md`](h
|
||||||
用 `npx skills` 安装技能:
|
用 `npx skills` 安装技能:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npx skills add ogulcancelik/herdr --skill herdr -g
|
npx skills add herdrdev/herdr --skill herdr -g
|
||||||
```
|
```
|
||||||
|
|
||||||
`-g` 参数为受支持的智能体全局安装。省略 `-g` 则安装到当前项目。
|
`-g` 参数为受支持的智能体全局安装。省略 `-g` 则安装到当前项目。
|
||||||
|
|
@ -36,7 +36,7 @@ npx skills add ogulcancelik/herdr --skill herdr -g
|
||||||
以仓库中的副本作为手动兜底和事实来源:
|
以仓库中的副本作为手动兜底和事实来源:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
https://github.com/ogulcancelik/herdr/blob/master/SKILL.md
|
https://github.com/herdrdev/herdr/blob/master/SKILL.md
|
||||||
```
|
```
|
||||||
|
|
||||||
对于有技能系统的智能体,把这个文件安装为名为 `herdr` 的技能。对于没有技能系统的智能体,把文件内容粘贴到智能体的项目指令或用户指令中。
|
对于有技能系统的智能体,把这个文件安装为名为 `herdr` 的技能。对于没有技能系统的智能体,把文件内容粘贴到智能体的项目指令或用户指令中。
|
||||||
|
|
@ -62,4 +62,4 @@ claude
|
||||||
|
|
||||||
在这里阅读源文件:
|
在这里阅读源文件:
|
||||||
|
|
||||||
[在 GitHub 上打开 `SKILL.md` →](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md)
|
[在 GitHub 上打开 `SKILL.md` →](https://github.com/herdrdev/herdr/blob/master/SKILL.md)
|
||||||
|
|
|
||||||
|
|
@ -37,16 +37,16 @@ brew install herdr
|
||||||
mise use -g herdr
|
mise use -g herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
如果 mise 报 `herdr not found in mise tool registry`,请更新 mise 后重试。旧版 mise 早于 Herdr 的注册表条目;`mise use -g github:ogulcancelik/herdr` 可以作为临时兜底。
|
如果 mise 报 `herdr not found in mise tool registry`,请更新 mise 后重试。旧版 mise 早于 Herdr 的注册表条目;`mise use -g github:herdrdev/herdr` 可以作为临时兜底。
|
||||||
|
|
||||||
## 用 Nix 安装
|
## 用 Nix 安装
|
||||||
|
|
||||||
如果你已经在用 Nix,Herdr 提供了一个从源码构建的 flake:
|
如果你已经在用 Nix,Herdr 提供了一个从源码构建的 flake:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix run github:ogulcancelik/herdr/v0.x.y
|
nix run github:herdrdev/herdr/v0.x.y
|
||||||
nix build github:ogulcancelik/herdr/v0.x.y
|
nix build github:herdrdev/herdr/v0.x.y
|
||||||
nix profile install github:ogulcancelik/herdr/v0.x.y
|
nix profile install github:herdrdev/herdr/v0.x.y
|
||||||
```
|
```
|
||||||
|
|
||||||
把 `v0.x.y` 替换为最新的发布标签。省略标签可以跟踪 `master`,但常规安装建议使用发布标签。
|
把 `v0.x.y` 替换为最新的发布标签。省略标签可以跟踪 `master`,但常规安装建议使用发布标签。
|
||||||
|
|
@ -54,7 +54,7 @@ nix profile install github:ogulcancelik/herdr/v0.x.y
|
||||||
flake 还提供一个开发 shell:
|
flake 还提供一个开发 shell:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix develop github:ogulcancelik/herdr
|
nix develop github:herdrdev/herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
更新时使用你安装 Herdr 的同一套 Nix 工作流。对于 profile 安装,列出 profile 条目并升级 Herdr 条目:
|
更新时使用你安装 Herdr 的同一套 Nix 工作流。对于 profile 安装,列出 profile 条目并升级 Herdr 条目:
|
||||||
|
|
@ -72,7 +72,7 @@ nix flake update herdr
|
||||||
|
|
||||||
## 手动下载
|
## 手动下载
|
||||||
|
|
||||||
也可以从 [GitHub releases](https://github.com/ogulcancelik/herdr/releases) 下载二进制文件。
|
也可以从 [GitHub releases](https://github.com/herdrdev/herdr/releases) 下载二进制文件。
|
||||||
|
|
||||||
选择匹配你系统的产物:
|
选择匹配你系统的产物:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ title: Agent skill file
|
||||||
description: Install Herdr instructions for Claude Code or another coding agent.
|
description: Install Herdr instructions for Claude Code or another coding agent.
|
||||||
---
|
---
|
||||||
|
|
||||||
Herdr ships a reusable agent skill file at [`SKILL.md`](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md).
|
Herdr ships a reusable agent skill file at [`SKILL.md`](https://github.com/herdrdev/herdr/blob/master/SKILL.md).
|
||||||
|
|
||||||
Install that file into any coding agent that supports reusable skills or custom instructions. The skill teaches the agent how to control Herdr from inside a Herdr pane.
|
Install that file into any coding agent that supports reusable skills or custom instructions. The skill teaches the agent how to control Herdr from inside a Herdr pane.
|
||||||
|
|
||||||
|
|
@ -28,7 +28,7 @@ The skill is not a separate app or service. It is a markdown instruction file fo
|
||||||
Install the skill with `npx skills`:
|
Install the skill with `npx skills`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npx skills add ogulcancelik/herdr --skill herdr -g
|
npx skills add herdrdev/herdr --skill herdr -g
|
||||||
```
|
```
|
||||||
|
|
||||||
The `-g` flag installs it globally for supported agents. Omit `-g` to install it into the current project.
|
The `-g` flag installs it globally for supported agents. Omit `-g` to install it into the current project.
|
||||||
|
|
@ -36,7 +36,7 @@ The `-g` flag installs it globally for supported agents. Omit `-g` to install it
|
||||||
Use the repository copy as the manual fallback and source of truth:
|
Use the repository copy as the manual fallback and source of truth:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
https://github.com/ogulcancelik/herdr/blob/master/SKILL.md
|
https://github.com/herdrdev/herdr/blob/master/SKILL.md
|
||||||
```
|
```
|
||||||
|
|
||||||
For agents with a skill system, install that file as a skill named `herdr`. For agents without a skill system, paste the file into the agent's project or user instructions.
|
For agents with a skill system, install that file as a skill named `herdr`. For agents without a skill system, paste the file into the agent's project or user instructions.
|
||||||
|
|
@ -62,4 +62,4 @@ The full command guide lives in the skill file itself. It covers pane IDs, `pane
|
||||||
|
|
||||||
Read the source file here:
|
Read the source file here:
|
||||||
|
|
||||||
[Open `SKILL.md` on GitHub →](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md)
|
[Open `SKILL.md` on GitHub →](https://github.com/herdrdev/herdr/blob/master/SKILL.md)
|
||||||
|
|
|
||||||
|
|
@ -37,16 +37,16 @@ If you already use mise:
|
||||||
mise use -g herdr
|
mise use -g herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
If mise reports `herdr not found in mise tool registry`, update mise and retry. Older mise versions predate the Herdr registry entry; `mise use -g github:ogulcancelik/herdr` works as a temporary fallback.
|
If mise reports `herdr not found in mise tool registry`, update mise and retry. Older mise versions predate the Herdr registry entry; `mise use -g github:herdrdev/herdr` works as a temporary fallback.
|
||||||
|
|
||||||
## Install with Nix
|
## Install with Nix
|
||||||
|
|
||||||
If you already use Nix, Herdr provides a flake that builds Herdr from source:
|
If you already use Nix, Herdr provides a flake that builds Herdr from source:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix run github:ogulcancelik/herdr/v0.x.y
|
nix run github:herdrdev/herdr/v0.x.y
|
||||||
nix build github:ogulcancelik/herdr/v0.x.y
|
nix build github:herdrdev/herdr/v0.x.y
|
||||||
nix profile install github:ogulcancelik/herdr/v0.x.y
|
nix profile install github:herdrdev/herdr/v0.x.y
|
||||||
```
|
```
|
||||||
|
|
||||||
Replace `v0.x.y` with the latest release tag. You can omit the tag to track `master`, but release tags are recommended for normal installs.
|
Replace `v0.x.y` with the latest release tag. You can omit the tag to track `master`, but release tags are recommended for normal installs.
|
||||||
|
|
@ -54,7 +54,7 @@ Replace `v0.x.y` with the latest release tag. You can omit the tag to track `mas
|
||||||
The flake also exposes a development shell:
|
The flake also exposes a development shell:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix develop github:ogulcancelik/herdr
|
nix develop github:herdrdev/herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
Update through the same Nix workflow you used to install Herdr. For a profile install, list your profile entries and upgrade the Herdr entry:
|
Update through the same Nix workflow you used to install Herdr. For a profile install, list your profile entries and upgrade the Herdr entry:
|
||||||
|
|
@ -72,7 +72,7 @@ nix flake update herdr
|
||||||
|
|
||||||
## Download manually
|
## Download manually
|
||||||
|
|
||||||
You can also download a binary from [GitHub releases](https://github.com/ogulcancelik/herdr/releases).
|
You can also download a binary from [GitHub releases](https://github.com/herdrdev/herdr/releases).
|
||||||
|
|
||||||
Choose the asset that matches your system:
|
Choose the asset that matches your system:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ title: エージェントスキルファイル
|
||||||
description: Claude Code などのコーディングエージェントに Herdr の使い方をインストールします。
|
description: Claude Code などのコーディングエージェントに Herdr の使い方をインストールします。
|
||||||
---
|
---
|
||||||
|
|
||||||
Herdr は再利用可能なエージェントスキルファイルを [`SKILL.md`](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md) として提供しています。
|
Herdr は再利用可能なエージェントスキルファイルを [`SKILL.md`](https://github.com/herdrdev/herdr/blob/master/SKILL.md) として提供しています。
|
||||||
|
|
||||||
このファイルを、再利用可能なスキルやカスタム指示に対応した任意のコーディングエージェントにインストールしてください。このスキルは、Herdr のペイン内から Herdr を制御する方法をエージェントに教えます。
|
このファイルを、再利用可能なスキルやカスタム指示に対応した任意のコーディングエージェントにインストールしてください。このスキルは、Herdr のペイン内から Herdr を制御する方法をエージェントに教えます。
|
||||||
|
|
||||||
|
|
@ -28,7 +28,7 @@ Herdr は別の用途向けに [`herdr.dev/agent-guide.md`](https://herdr.dev/ag
|
||||||
`npx skills` でスキルをインストールします:
|
`npx skills` でスキルをインストールします:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npx skills add ogulcancelik/herdr --skill herdr -g
|
npx skills add herdrdev/herdr --skill herdr -g
|
||||||
```
|
```
|
||||||
|
|
||||||
`-g` フラグは、対応エージェントにグローバルインストールします。現在のプロジェクトにインストールする場合は `-g` を省略してください。
|
`-g` フラグは、対応エージェントにグローバルインストールします。現在のプロジェクトにインストールする場合は `-g` を省略してください。
|
||||||
|
|
@ -36,7 +36,7 @@ npx skills add ogulcancelik/herdr --skill herdr -g
|
||||||
手動でのフォールバックおよび信頼できるソースとしては、リポジトリのコピーを使ってください:
|
手動でのフォールバックおよび信頼できるソースとしては、リポジトリのコピーを使ってください:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
https://github.com/ogulcancelik/herdr/blob/master/SKILL.md
|
https://github.com/herdrdev/herdr/blob/master/SKILL.md
|
||||||
```
|
```
|
||||||
|
|
||||||
スキルシステムを持つエージェントには、このファイルを `herdr` という名前のスキルとしてインストールしてください。スキルシステムを持たないエージェントには、ファイルの内容をプロジェクト指示またはユーザー指示に貼り付けてください。
|
スキルシステムを持つエージェントには、このファイルを `herdr` という名前のスキルとしてインストールしてください。スキルシステムを持たないエージェントには、ファイルの内容をプロジェクト指示またはユーザー指示に貼り付けてください。
|
||||||
|
|
@ -62,4 +62,4 @@ claude
|
||||||
|
|
||||||
ソースファイルはこちら:
|
ソースファイルはこちら:
|
||||||
|
|
||||||
[GitHub で `SKILL.md` を開く →](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md)
|
[GitHub で `SKILL.md` を開く →](https://github.com/herdrdev/herdr/blob/master/SKILL.md)
|
||||||
|
|
|
||||||
|
|
@ -37,16 +37,16 @@ brew install herdr
|
||||||
mise use -g herdr
|
mise use -g herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
mise が `herdr not found in mise tool registry` と報告する場合は、mise をアップデートして再試行してください。古い mise は Herdr のレジストリ登録より前のバージョンです。一時的な回避策として `mise use -g github:ogulcancelik/herdr` も使えます。
|
mise が `herdr not found in mise tool registry` と報告する場合は、mise をアップデートして再試行してください。古い mise は Herdr のレジストリ登録より前のバージョンです。一時的な回避策として `mise use -g github:herdrdev/herdr` も使えます。
|
||||||
|
|
||||||
## Nix でインストール
|
## Nix でインストール
|
||||||
|
|
||||||
すでに Nix を使っている場合、Herdr はソースからビルドする flake を提供しています:
|
すでに Nix を使っている場合、Herdr はソースからビルドする flake を提供しています:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix run github:ogulcancelik/herdr/v0.x.y
|
nix run github:herdrdev/herdr/v0.x.y
|
||||||
nix build github:ogulcancelik/herdr/v0.x.y
|
nix build github:herdrdev/herdr/v0.x.y
|
||||||
nix profile install github:ogulcancelik/herdr/v0.x.y
|
nix profile install github:herdrdev/herdr/v0.x.y
|
||||||
```
|
```
|
||||||
|
|
||||||
`v0.x.y` は最新のリリースタグに置き換えてください。タグを省略すると `master` を追跡できますが、通常のインストールにはリリースタグを推奨します。
|
`v0.x.y` は最新のリリースタグに置き換えてください。タグを省略すると `master` を追跡できますが、通常のインストールにはリリースタグを推奨します。
|
||||||
|
|
@ -54,7 +54,7 @@ nix profile install github:ogulcancelik/herdr/v0.x.y
|
||||||
flake は開発用シェルも公開しています:
|
flake は開発用シェルも公開しています:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix develop github:ogulcancelik/herdr
|
nix develop github:herdrdev/herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
アップデートは、Herdr のインストールに使ったのと同じ Nix ワークフローで行います。プロファイルインストールの場合は、プロファイルのエントリを一覧して Herdr のエントリをアップグレードします:
|
アップデートは、Herdr のインストールに使ったのと同じ Nix ワークフローで行います。プロファイルインストールの場合は、プロファイルのエントリを一覧して Herdr のエントリをアップグレードします:
|
||||||
|
|
@ -72,7 +72,7 @@ nix flake update herdr
|
||||||
|
|
||||||
## 手動でダウンロード
|
## 手動でダウンロード
|
||||||
|
|
||||||
[GitHub releases](https://github.com/ogulcancelik/herdr/releases) からバイナリをダウンロードすることもできます。
|
[GitHub releases](https://github.com/herdrdev/herdr/releases) からバイナリをダウンロードすることもできます。
|
||||||
|
|
||||||
システムに合ったアセットを選んでください:
|
システムに合ったアセットを選んでください:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ title: 智能体技能文件
|
||||||
description: 为 Claude Code 或其他编程智能体安装 Herdr 使用说明。
|
description: 为 Claude Code 或其他编程智能体安装 Herdr 使用说明。
|
||||||
---
|
---
|
||||||
|
|
||||||
Herdr 提供了一个可复用的智能体技能文件: [`SKILL.md`](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md)。
|
Herdr 提供了一个可复用的智能体技能文件: [`SKILL.md`](https://github.com/herdrdev/herdr/blob/master/SKILL.md)。
|
||||||
|
|
||||||
把这个文件安装到任何支持可复用技能或自定义指令的编程智能体中。这份技能教智能体如何在 Herdr 窗格内部控制 Herdr。
|
把这个文件安装到任何支持可复用技能或自定义指令的编程智能体中。这份技能教智能体如何在 Herdr 窗格内部控制 Herdr。
|
||||||
|
|
||||||
|
|
@ -28,7 +28,7 @@ Herdr 还提供了另一份用途不同的指南: [`herdr.dev/agent-guide.md`](h
|
||||||
用 `npx skills` 安装技能:
|
用 `npx skills` 安装技能:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npx skills add ogulcancelik/herdr --skill herdr -g
|
npx skills add herdrdev/herdr --skill herdr -g
|
||||||
```
|
```
|
||||||
|
|
||||||
`-g` 参数为受支持的智能体全局安装。省略 `-g` 则安装到当前项目。
|
`-g` 参数为受支持的智能体全局安装。省略 `-g` 则安装到当前项目。
|
||||||
|
|
@ -36,7 +36,7 @@ npx skills add ogulcancelik/herdr --skill herdr -g
|
||||||
以仓库中的副本作为手动兜底和事实来源:
|
以仓库中的副本作为手动兜底和事实来源:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
https://github.com/ogulcancelik/herdr/blob/master/SKILL.md
|
https://github.com/herdrdev/herdr/blob/master/SKILL.md
|
||||||
```
|
```
|
||||||
|
|
||||||
对于有技能系统的智能体,把这个文件安装为名为 `herdr` 的技能。对于没有技能系统的智能体,把文件内容粘贴到智能体的项目指令或用户指令中。
|
对于有技能系统的智能体,把这个文件安装为名为 `herdr` 的技能。对于没有技能系统的智能体,把文件内容粘贴到智能体的项目指令或用户指令中。
|
||||||
|
|
@ -62,4 +62,4 @@ claude
|
||||||
|
|
||||||
在这里阅读源文件:
|
在这里阅读源文件:
|
||||||
|
|
||||||
[在 GitHub 上打开 `SKILL.md` →](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md)
|
[在 GitHub 上打开 `SKILL.md` →](https://github.com/herdrdev/herdr/blob/master/SKILL.md)
|
||||||
|
|
|
||||||
|
|
@ -37,16 +37,16 @@ brew install herdr
|
||||||
mise use -g herdr
|
mise use -g herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
如果 mise 报 `herdr not found in mise tool registry`,请更新 mise 后重试。旧版 mise 早于 Herdr 的注册表条目;`mise use -g github:ogulcancelik/herdr` 可以作为临时兜底。
|
如果 mise 报 `herdr not found in mise tool registry`,请更新 mise 后重试。旧版 mise 早于 Herdr 的注册表条目;`mise use -g github:herdrdev/herdr` 可以作为临时兜底。
|
||||||
|
|
||||||
## 用 Nix 安装
|
## 用 Nix 安装
|
||||||
|
|
||||||
如果你已经在用 Nix,Herdr 提供了一个从源码构建的 flake:
|
如果你已经在用 Nix,Herdr 提供了一个从源码构建的 flake:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix run github:ogulcancelik/herdr/v0.x.y
|
nix run github:herdrdev/herdr/v0.x.y
|
||||||
nix build github:ogulcancelik/herdr/v0.x.y
|
nix build github:herdrdev/herdr/v0.x.y
|
||||||
nix profile install github:ogulcancelik/herdr/v0.x.y
|
nix profile install github:herdrdev/herdr/v0.x.y
|
||||||
```
|
```
|
||||||
|
|
||||||
把 `v0.x.y` 替换为最新的发布标签。省略标签可以跟踪 `master`,但常规安装建议使用发布标签。
|
把 `v0.x.y` 替换为最新的发布标签。省略标签可以跟踪 `master`,但常规安装建议使用发布标签。
|
||||||
|
|
@ -54,7 +54,7 @@ nix profile install github:ogulcancelik/herdr/v0.x.y
|
||||||
flake 还提供一个开发 shell:
|
flake 还提供一个开发 shell:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix develop github:ogulcancelik/herdr
|
nix develop github:herdrdev/herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
更新时使用你安装 Herdr 的同一套 Nix 工作流。对于 profile 安装,列出 profile 条目并升级 Herdr 条目:
|
更新时使用你安装 Herdr 的同一套 Nix 工作流。对于 profile 安装,列出 profile 条目并升级 Herdr 条目:
|
||||||
|
|
@ -72,7 +72,7 @@ nix flake update herdr
|
||||||
|
|
||||||
## 手动下载
|
## 手动下载
|
||||||
|
|
||||||
也可以从 [GitHub releases](https://github.com/ogulcancelik/herdr/releases) 下载二进制文件。
|
也可以从 [GitHub releases](https://github.com/herdrdev/herdr/releases) 下载二进制文件。
|
||||||
|
|
||||||
选择匹配你系统的产物:
|
选择匹配你系统的产物:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ title: Agent skill file
|
||||||
description: Install Herdr instructions for Claude Code or another coding agent.
|
description: Install Herdr instructions for Claude Code or another coding agent.
|
||||||
---
|
---
|
||||||
|
|
||||||
Herdr ships a reusable agent skill file at [`SKILL.md`](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md).
|
Herdr ships a reusable agent skill file at [`SKILL.md`](https://github.com/herdrdev/herdr/blob/master/SKILL.md).
|
||||||
|
|
||||||
Install that file into any coding agent that supports reusable skills or custom instructions. The skill teaches the agent how to control Herdr from inside a Herdr pane.
|
Install that file into any coding agent that supports reusable skills or custom instructions. The skill teaches the agent how to control Herdr from inside a Herdr pane.
|
||||||
|
|
||||||
|
|
@ -28,7 +28,7 @@ The skill is not a separate app or service. It is a markdown instruction file fo
|
||||||
Install the skill with `npx skills`:
|
Install the skill with `npx skills`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npx skills add ogulcancelik/herdr --skill herdr -g
|
npx skills add herdrdev/herdr --skill herdr -g
|
||||||
```
|
```
|
||||||
|
|
||||||
The `-g` flag installs it globally for supported agents. Omit `-g` to install it into the current project.
|
The `-g` flag installs it globally for supported agents. Omit `-g` to install it into the current project.
|
||||||
|
|
@ -36,7 +36,7 @@ The `-g` flag installs it globally for supported agents. Omit `-g` to install it
|
||||||
Use the repository copy as the manual fallback and source of truth:
|
Use the repository copy as the manual fallback and source of truth:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
https://github.com/ogulcancelik/herdr/blob/master/SKILL.md
|
https://github.com/herdrdev/herdr/blob/master/SKILL.md
|
||||||
```
|
```
|
||||||
|
|
||||||
For agents with a skill system, install that file as a skill named `herdr`. For agents without a skill system, paste the file into the agent's project or user instructions.
|
For agents with a skill system, install that file as a skill named `herdr`. For agents without a skill system, paste the file into the agent's project or user instructions.
|
||||||
|
|
@ -62,4 +62,4 @@ The full command guide lives in the skill file itself. It covers pane IDs, `pane
|
||||||
|
|
||||||
Read the source file here:
|
Read the source file here:
|
||||||
|
|
||||||
[Open `SKILL.md` on GitHub →](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md)
|
[Open `SKILL.md` on GitHub →](https://github.com/herdrdev/herdr/blob/master/SKILL.md)
|
||||||
|
|
|
||||||
|
|
@ -37,16 +37,16 @@ If you already use mise:
|
||||||
mise use -g herdr
|
mise use -g herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
If mise reports `herdr not found in mise tool registry`, update mise and retry. Older mise versions predate the Herdr registry entry; `mise use -g github:ogulcancelik/herdr` works as a temporary fallback.
|
If mise reports `herdr not found in mise tool registry`, update mise and retry. Older mise versions predate the Herdr registry entry; `mise use -g github:herdrdev/herdr` works as a temporary fallback.
|
||||||
|
|
||||||
## Install with Nix
|
## Install with Nix
|
||||||
|
|
||||||
If you already use Nix, Herdr provides a flake that builds Herdr from source:
|
If you already use Nix, Herdr provides a flake that builds Herdr from source:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix run github:ogulcancelik/herdr/v0.x.y
|
nix run github:herdrdev/herdr/v0.x.y
|
||||||
nix build github:ogulcancelik/herdr/v0.x.y
|
nix build github:herdrdev/herdr/v0.x.y
|
||||||
nix profile install github:ogulcancelik/herdr/v0.x.y
|
nix profile install github:herdrdev/herdr/v0.x.y
|
||||||
```
|
```
|
||||||
|
|
||||||
Replace `v0.x.y` with the latest release tag. You can omit the tag to track `master`, but release tags are recommended for normal installs.
|
Replace `v0.x.y` with the latest release tag. You can omit the tag to track `master`, but release tags are recommended for normal installs.
|
||||||
|
|
@ -54,7 +54,7 @@ Replace `v0.x.y` with the latest release tag. You can omit the tag to track `mas
|
||||||
The flake also exposes a development shell:
|
The flake also exposes a development shell:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix develop github:ogulcancelik/herdr
|
nix develop github:herdrdev/herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
Update through the same Nix workflow you used to install Herdr. For a profile install, list your profile entries and upgrade the Herdr entry:
|
Update through the same Nix workflow you used to install Herdr. For a profile install, list your profile entries and upgrade the Herdr entry:
|
||||||
|
|
@ -72,7 +72,7 @@ nix flake update herdr
|
||||||
|
|
||||||
## Download manually
|
## Download manually
|
||||||
|
|
||||||
You can also download a binary from [GitHub releases](https://github.com/ogulcancelik/herdr/releases).
|
You can also download a binary from [GitHub releases](https://github.com/herdrdev/herdr/releases).
|
||||||
|
|
||||||
Choose the asset that matches your system:
|
Choose the asset that matches your system:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ title: エージェントスキルファイル
|
||||||
description: Claude Code などのコーディングエージェントに Herdr の使い方をインストールします。
|
description: Claude Code などのコーディングエージェントに Herdr の使い方をインストールします。
|
||||||
---
|
---
|
||||||
|
|
||||||
Herdr は再利用可能なエージェントスキルファイルを [`SKILL.md`](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md) として提供しています。
|
Herdr は再利用可能なエージェントスキルファイルを [`SKILL.md`](https://github.com/herdrdev/herdr/blob/master/SKILL.md) として提供しています。
|
||||||
|
|
||||||
このファイルを、再利用可能なスキルやカスタム指示に対応した任意のコーディングエージェントにインストールしてください。このスキルは、Herdr のペイン内から Herdr を制御する方法をエージェントに教えます。
|
このファイルを、再利用可能なスキルやカスタム指示に対応した任意のコーディングエージェントにインストールしてください。このスキルは、Herdr のペイン内から Herdr を制御する方法をエージェントに教えます。
|
||||||
|
|
||||||
|
|
@ -28,7 +28,7 @@ Herdr は別の用途向けに [`herdr.dev/agent-guide.md`](https://herdr.dev/ag
|
||||||
`npx skills` でスキルをインストールします:
|
`npx skills` でスキルをインストールします:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npx skills add ogulcancelik/herdr --skill herdr -g
|
npx skills add herdrdev/herdr --skill herdr -g
|
||||||
```
|
```
|
||||||
|
|
||||||
`-g` フラグは、対応エージェントにグローバルインストールします。現在のプロジェクトにインストールする場合は `-g` を省略してください。
|
`-g` フラグは、対応エージェントにグローバルインストールします。現在のプロジェクトにインストールする場合は `-g` を省略してください。
|
||||||
|
|
@ -36,7 +36,7 @@ npx skills add ogulcancelik/herdr --skill herdr -g
|
||||||
手動でのフォールバックおよび信頼できるソースとしては、リポジトリのコピーを使ってください:
|
手動でのフォールバックおよび信頼できるソースとしては、リポジトリのコピーを使ってください:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
https://github.com/ogulcancelik/herdr/blob/master/SKILL.md
|
https://github.com/herdrdev/herdr/blob/master/SKILL.md
|
||||||
```
|
```
|
||||||
|
|
||||||
スキルシステムを持つエージェントには、このファイルを `herdr` という名前のスキルとしてインストールしてください。スキルシステムを持たないエージェントには、ファイルの内容をプロジェクト指示またはユーザー指示に貼り付けてください。
|
スキルシステムを持つエージェントには、このファイルを `herdr` という名前のスキルとしてインストールしてください。スキルシステムを持たないエージェントには、ファイルの内容をプロジェクト指示またはユーザー指示に貼り付けてください。
|
||||||
|
|
@ -62,4 +62,4 @@ claude
|
||||||
|
|
||||||
ソースファイルはこちら:
|
ソースファイルはこちら:
|
||||||
|
|
||||||
[GitHub で `SKILL.md` を開く →](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md)
|
[GitHub で `SKILL.md` を開く →](https://github.com/herdrdev/herdr/blob/master/SKILL.md)
|
||||||
|
|
|
||||||
|
|
@ -37,16 +37,16 @@ brew install herdr
|
||||||
mise use -g herdr
|
mise use -g herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
mise が `herdr not found in mise tool registry` と報告する場合は、mise をアップデートして再試行してください。古い mise は Herdr のレジストリ登録より前のバージョンです。一時的な回避策として `mise use -g github:ogulcancelik/herdr` も使えます。
|
mise が `herdr not found in mise tool registry` と報告する場合は、mise をアップデートして再試行してください。古い mise は Herdr のレジストリ登録より前のバージョンです。一時的な回避策として `mise use -g github:herdrdev/herdr` も使えます。
|
||||||
|
|
||||||
## Nix でインストール
|
## Nix でインストール
|
||||||
|
|
||||||
すでに Nix を使っている場合、Herdr はソースからビルドする flake を提供しています:
|
すでに Nix を使っている場合、Herdr はソースからビルドする flake を提供しています:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix run github:ogulcancelik/herdr/v0.x.y
|
nix run github:herdrdev/herdr/v0.x.y
|
||||||
nix build github:ogulcancelik/herdr/v0.x.y
|
nix build github:herdrdev/herdr/v0.x.y
|
||||||
nix profile install github:ogulcancelik/herdr/v0.x.y
|
nix profile install github:herdrdev/herdr/v0.x.y
|
||||||
```
|
```
|
||||||
|
|
||||||
`v0.x.y` は最新のリリースタグに置き換えてください。タグを省略すると `master` を追跡できますが、通常のインストールにはリリースタグを推奨します。
|
`v0.x.y` は最新のリリースタグに置き換えてください。タグを省略すると `master` を追跡できますが、通常のインストールにはリリースタグを推奨します。
|
||||||
|
|
@ -54,7 +54,7 @@ nix profile install github:ogulcancelik/herdr/v0.x.y
|
||||||
flake は開発用シェルも公開しています:
|
flake は開発用シェルも公開しています:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix develop github:ogulcancelik/herdr
|
nix develop github:herdrdev/herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
アップデートは、Herdr のインストールに使ったのと同じ Nix ワークフローで行います。プロファイルインストールの場合は、プロファイルのエントリを一覧して Herdr のエントリをアップグレードします:
|
アップデートは、Herdr のインストールに使ったのと同じ Nix ワークフローで行います。プロファイルインストールの場合は、プロファイルのエントリを一覧して Herdr のエントリをアップグレードします:
|
||||||
|
|
@ -72,7 +72,7 @@ nix flake update herdr
|
||||||
|
|
||||||
## 手動でダウンロード
|
## 手動でダウンロード
|
||||||
|
|
||||||
[GitHub releases](https://github.com/ogulcancelik/herdr/releases) からバイナリをダウンロードすることもできます。
|
[GitHub releases](https://github.com/herdrdev/herdr/releases) からバイナリをダウンロードすることもできます。
|
||||||
|
|
||||||
システムに合ったアセットを選んでください:
|
システムに合ったアセットを選んでください:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ OS、外側のターミナル名とバージョン、ローカルまたはリモ
|
||||||
| foot | 1.20.0 |
|
| foot | 1.20.0 |
|
||||||
| Alacritty | 0.15.0 |
|
| Alacritty | 0.15.0 |
|
||||||
|
|
||||||
長期サポート版 Linux ディストリビューションの古いターミナルパッケージで特に発生します。確認済みの境界キャプチャと上流参照は [Herdr issue #1116](https://github.com/ogulcancelik/herdr/issues/1116) を参照してください。現在のターミナルでも発生する場合は、正確なバージョンと Herdr の外でも発生するかを報告してください。
|
長期サポート版 Linux ディストリビューションの古いターミナルパッケージで特に発生します。確認済みの境界キャプチャと上流参照は [Herdr issue #1116](https://github.com/herdrdev/herdr/issues/1116) を参照してください。現在のターミナルでも発生する場合は、正確なバージョンと Herdr の外でも発生するかを報告してください。
|
||||||
|
|
||||||
## Option+Left または Option+Right を押すと `;3D` または `;3C` が入力される
|
## Option+Left または Option+Right を押すと `;3D` または `;3C` が入力される
|
||||||
|
|
||||||
|
|
@ -44,7 +44,7 @@ map alt+left send_text all \x1bb
|
||||||
map alt+right send_text all \x1bf
|
map alt+right send_text all \x1bf
|
||||||
```
|
```
|
||||||
|
|
||||||
ターミナルアプリケーションが Alt+Left と Alt+Right を直接使用する場合があるため、Herdr は修飾付き矢印を意図的に書き換えません。調査の詳細は [Herdr issue #1370](https://github.com/ogulcancelik/herdr/issues/1370) を参照してください。
|
ターミナルアプリケーションが Alt+Left と Alt+Right を直接使用する場合があるため、Herdr は修飾付き矢印を意図的に書き換えません。調査の詳細は [Herdr issue #1370](https://github.com/herdrdev/herdr/issues/1370) を参照してください。
|
||||||
|
|
||||||
## Herdr を更新したのに実行中のセッションが古い
|
## Herdr を更新したのに実行中のセッションが古い
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ Update the outer terminal to a version containing its upstream fix:
|
||||||
| foot | 1.20.0 |
|
| foot | 1.20.0 |
|
||||||
| Alacritty | 0.15.0 |
|
| Alacritty | 0.15.0 |
|
||||||
|
|
||||||
This is especially common with older terminal packages from long-term-support Linux distributions. See [Herdr issue #1116](https://github.com/ogulcancelik/herdr/issues/1116) for the confirmed boundary captures and upstream references. If the problem remains on a current terminal version, report the exact terminal version and whether it also happens outside Herdr.
|
This is especially common with older terminal packages from long-term-support Linux distributions. See [Herdr issue #1116](https://github.com/herdrdev/herdr/issues/1116) for the confirmed boundary captures and upstream references. If the problem remains on a current terminal version, report the exact terminal version and whether it also happens outside Herdr.
|
||||||
|
|
||||||
## Option+Left or Option+Right inserts `;3D` or `;3C`
|
## Option+Left or Option+Right inserts `;3D` or `;3C`
|
||||||
|
|
||||||
|
|
@ -44,7 +44,7 @@ map alt+left send_text all \x1bb
|
||||||
map alt+right send_text all \x1bf
|
map alt+right send_text all \x1bf
|
||||||
```
|
```
|
||||||
|
|
||||||
Herdr deliberately does not rewrite modified arrows because terminal applications may use Alt+Left and Alt+Right directly. See [Herdr issue #1370](https://github.com/ogulcancelik/herdr/issues/1370) for the investigation.
|
Herdr deliberately does not rewrite modified arrows because terminal applications may use Alt+Left and Alt+Right directly. See [Herdr issue #1370](https://github.com/herdrdev/herdr/issues/1370) for the investigation.
|
||||||
|
|
||||||
## Herdr updated, but the running session is still old
|
## Herdr updated, but the running session is still old
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ title: 智能体技能文件
|
||||||
description: 为 Claude Code 或其他编程智能体安装 Herdr 使用说明。
|
description: 为 Claude Code 或其他编程智能体安装 Herdr 使用说明。
|
||||||
---
|
---
|
||||||
|
|
||||||
Herdr 提供了一个可复用的智能体技能文件: [`SKILL.md`](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md)。
|
Herdr 提供了一个可复用的智能体技能文件: [`SKILL.md`](https://github.com/herdrdev/herdr/blob/master/SKILL.md)。
|
||||||
|
|
||||||
把这个文件安装到任何支持可复用技能或自定义指令的编程智能体中。这份技能教智能体如何在 Herdr 窗格内部控制 Herdr。
|
把这个文件安装到任何支持可复用技能或自定义指令的编程智能体中。这份技能教智能体如何在 Herdr 窗格内部控制 Herdr。
|
||||||
|
|
||||||
|
|
@ -28,7 +28,7 @@ Herdr 还提供了另一份用途不同的指南: [`herdr.dev/agent-guide.md`](h
|
||||||
用 `npx skills` 安装技能:
|
用 `npx skills` 安装技能:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npx skills add ogulcancelik/herdr --skill herdr -g
|
npx skills add herdrdev/herdr --skill herdr -g
|
||||||
```
|
```
|
||||||
|
|
||||||
`-g` 参数为受支持的智能体全局安装。省略 `-g` 则安装到当前项目。
|
`-g` 参数为受支持的智能体全局安装。省略 `-g` 则安装到当前项目。
|
||||||
|
|
@ -36,7 +36,7 @@ npx skills add ogulcancelik/herdr --skill herdr -g
|
||||||
以仓库中的副本作为手动兜底和事实来源:
|
以仓库中的副本作为手动兜底和事实来源:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
https://github.com/ogulcancelik/herdr/blob/master/SKILL.md
|
https://github.com/herdrdev/herdr/blob/master/SKILL.md
|
||||||
```
|
```
|
||||||
|
|
||||||
对于有技能系统的智能体,把这个文件安装为名为 `herdr` 的技能。对于没有技能系统的智能体,把文件内容粘贴到智能体的项目指令或用户指令中。
|
对于有技能系统的智能体,把这个文件安装为名为 `herdr` 的技能。对于没有技能系统的智能体,把文件内容粘贴到智能体的项目指令或用户指令中。
|
||||||
|
|
@ -62,4 +62,4 @@ claude
|
||||||
|
|
||||||
在这里阅读源文件:
|
在这里阅读源文件:
|
||||||
|
|
||||||
[在 GitHub 上打开 `SKILL.md` →](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md)
|
[在 GitHub 上打开 `SKILL.md` →](https://github.com/herdrdev/herdr/blob/master/SKILL.md)
|
||||||
|
|
|
||||||
|
|
@ -37,16 +37,16 @@ brew install herdr
|
||||||
mise use -g herdr
|
mise use -g herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
如果 mise 报 `herdr not found in mise tool registry`,请更新 mise 后重试。旧版 mise 早于 Herdr 的注册表条目;`mise use -g github:ogulcancelik/herdr` 可以作为临时兜底。
|
如果 mise 报 `herdr not found in mise tool registry`,请更新 mise 后重试。旧版 mise 早于 Herdr 的注册表条目;`mise use -g github:herdrdev/herdr` 可以作为临时兜底。
|
||||||
|
|
||||||
## 用 Nix 安装
|
## 用 Nix 安装
|
||||||
|
|
||||||
如果你已经在用 Nix,Herdr 提供了一个从源码构建的 flake:
|
如果你已经在用 Nix,Herdr 提供了一个从源码构建的 flake:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix run github:ogulcancelik/herdr/v0.x.y
|
nix run github:herdrdev/herdr/v0.x.y
|
||||||
nix build github:ogulcancelik/herdr/v0.x.y
|
nix build github:herdrdev/herdr/v0.x.y
|
||||||
nix profile install github:ogulcancelik/herdr/v0.x.y
|
nix profile install github:herdrdev/herdr/v0.x.y
|
||||||
```
|
```
|
||||||
|
|
||||||
把 `v0.x.y` 替换为最新的发布标签。省略标签可以跟踪 `master`,但常规安装建议使用发布标签。
|
把 `v0.x.y` 替换为最新的发布标签。省略标签可以跟踪 `master`,但常规安装建议使用发布标签。
|
||||||
|
|
@ -54,7 +54,7 @@ nix profile install github:ogulcancelik/herdr/v0.x.y
|
||||||
flake 还提供一个开发 shell:
|
flake 还提供一个开发 shell:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix develop github:ogulcancelik/herdr
|
nix develop github:herdrdev/herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
更新时使用你安装 Herdr 的同一套 Nix 工作流。对于 profile 安装,列出 profile 条目并升级 Herdr 条目:
|
更新时使用你安装 Herdr 的同一套 Nix 工作流。对于 profile 安装,列出 profile 条目并升级 Herdr 条目:
|
||||||
|
|
@ -72,7 +72,7 @@ nix flake update herdr
|
||||||
|
|
||||||
## 手动下载
|
## 手动下载
|
||||||
|
|
||||||
也可以从 [GitHub releases](https://github.com/ogulcancelik/herdr/releases) 下载二进制文件。
|
也可以从 [GitHub releases](https://github.com/herdrdev/herdr/releases) 下载二进制文件。
|
||||||
|
|
||||||
选择匹配你系统的产物:
|
选择匹配你系统的产物:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ herdr status
|
||||||
| foot | 1.20.0 |
|
| foot | 1.20.0 |
|
||||||
| Alacritty | 0.15.0 |
|
| Alacritty | 0.15.0 |
|
||||||
|
|
||||||
长期支持版 Linux 发行版中的旧终端软件包尤其容易出现此问题。已确认的边界捕获和上游链接见 [Herdr issue #1116](https://github.com/ogulcancelik/herdr/issues/1116)。如果当前版本仍有问题,请报告准确的终端版本,以及该问题是否也会在 Herdr 外出现。
|
长期支持版 Linux 发行版中的旧终端软件包尤其容易出现此问题。已确认的边界捕获和上游链接见 [Herdr issue #1116](https://github.com/herdrdev/herdr/issues/1116)。如果当前版本仍有问题,请报告准确的终端版本,以及该问题是否也会在 Herdr 外出现。
|
||||||
|
|
||||||
## 按 Option+Left 或 Option+Right 时输入 `;3D` 或 `;3C`
|
## 按 Option+Left 或 Option+Right 时输入 `;3D` 或 `;3C`
|
||||||
|
|
||||||
|
|
@ -44,7 +44,7 @@ map alt+left send_text all \x1bb
|
||||||
map alt+right send_text all \x1bf
|
map alt+right send_text all \x1bf
|
||||||
```
|
```
|
||||||
|
|
||||||
终端应用可能会直接使用 Alt+Left 和 Alt+Right,因此 Herdr 不会改写带修饰键的方向键。调查详情见 [Herdr issue #1370](https://github.com/ogulcancelik/herdr/issues/1370)。
|
终端应用可能会直接使用 Alt+Left 和 Alt+Right,因此 Herdr 不会改写带修饰键的方向键。调查详情见 [Herdr issue #1370](https://github.com/herdrdev/herdr/issues/1370)。
|
||||||
|
|
||||||
## Herdr 已更新,但运行中的会话仍是旧版本
|
## Herdr 已更新,但运行中的会话仍是旧版本
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ title: Agent skill file
|
||||||
description: Install Herdr instructions for Claude Code or another coding agent.
|
description: Install Herdr instructions for Claude Code or another coding agent.
|
||||||
---
|
---
|
||||||
|
|
||||||
Herdr ships a reusable agent skill file at [`SKILL.md`](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md).
|
Herdr ships a reusable agent skill file at [`SKILL.md`](https://github.com/herdrdev/herdr/blob/master/SKILL.md).
|
||||||
|
|
||||||
Install that file into any coding agent that supports reusable skills or custom instructions. The skill teaches the agent how to control Herdr from inside a Herdr pane.
|
Install that file into any coding agent that supports reusable skills or custom instructions. The skill teaches the agent how to control Herdr from inside a Herdr pane.
|
||||||
|
|
||||||
|
|
@ -28,7 +28,7 @@ The skill is not a separate app or service. It is a markdown instruction file fo
|
||||||
Install the skill with `npx skills`:
|
Install the skill with `npx skills`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npx skills add ogulcancelik/herdr --skill herdr -g
|
npx skills add herdrdev/herdr --skill herdr -g
|
||||||
```
|
```
|
||||||
|
|
||||||
The `-g` flag installs it globally for supported agents. Omit `-g` to install it into the current project.
|
The `-g` flag installs it globally for supported agents. Omit `-g` to install it into the current project.
|
||||||
|
|
@ -36,7 +36,7 @@ The `-g` flag installs it globally for supported agents. Omit `-g` to install it
|
||||||
Use the repository copy as the manual fallback and source of truth:
|
Use the repository copy as the manual fallback and source of truth:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
https://github.com/ogulcancelik/herdr/blob/master/SKILL.md
|
https://github.com/herdrdev/herdr/blob/master/SKILL.md
|
||||||
```
|
```
|
||||||
|
|
||||||
For agents with a skill system, install that file as a skill named `herdr`. For agents without a skill system, paste the file into the agent's project or user instructions.
|
For agents with a skill system, install that file as a skill named `herdr`. For agents without a skill system, paste the file into the agent's project or user instructions.
|
||||||
|
|
@ -62,4 +62,4 @@ The full command guide lives in the skill file itself. It covers pane IDs, `pane
|
||||||
|
|
||||||
Read the source file here:
|
Read the source file here:
|
||||||
|
|
||||||
[Open `SKILL.md` on GitHub →](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md)
|
[Open `SKILL.md` on GitHub →](https://github.com/herdrdev/herdr/blob/master/SKILL.md)
|
||||||
|
|
|
||||||
|
|
@ -37,16 +37,16 @@ If you already use mise:
|
||||||
mise use -g herdr
|
mise use -g herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
If mise reports `herdr not found in mise tool registry`, update mise and retry. Older mise versions predate the Herdr registry entry; `mise use -g github:ogulcancelik/herdr` works as a temporary fallback.
|
If mise reports `herdr not found in mise tool registry`, update mise and retry. Older mise versions predate the Herdr registry entry; `mise use -g github:herdrdev/herdr` works as a temporary fallback.
|
||||||
|
|
||||||
## Install with Nix
|
## Install with Nix
|
||||||
|
|
||||||
If you already use Nix, Herdr provides a flake that builds Herdr from source:
|
If you already use Nix, Herdr provides a flake that builds Herdr from source:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix run github:ogulcancelik/herdr/v0.x.y
|
nix run github:herdrdev/herdr/v0.x.y
|
||||||
nix build github:ogulcancelik/herdr/v0.x.y
|
nix build github:herdrdev/herdr/v0.x.y
|
||||||
nix profile install github:ogulcancelik/herdr/v0.x.y
|
nix profile install github:herdrdev/herdr/v0.x.y
|
||||||
```
|
```
|
||||||
|
|
||||||
Replace `v0.x.y` with the latest release tag. You can omit the tag to track `master`, but release tags are recommended for normal installs.
|
Replace `v0.x.y` with the latest release tag. You can omit the tag to track `master`, but release tags are recommended for normal installs.
|
||||||
|
|
@ -54,7 +54,7 @@ Replace `v0.x.y` with the latest release tag. You can omit the tag to track `mas
|
||||||
The flake also exposes a development shell:
|
The flake also exposes a development shell:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix develop github:ogulcancelik/herdr
|
nix develop github:herdrdev/herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
Update through the same Nix workflow you used to install Herdr. For a profile install, list your profile entries and upgrade the Herdr entry:
|
Update through the same Nix workflow you used to install Herdr. For a profile install, list your profile entries and upgrade the Herdr entry:
|
||||||
|
|
@ -72,7 +72,7 @@ nix flake update herdr
|
||||||
|
|
||||||
## Download manually
|
## Download manually
|
||||||
|
|
||||||
You can also download a binary from [GitHub releases](https://github.com/ogulcancelik/herdr/releases).
|
You can also download a binary from [GitHub releases](https://github.com/herdrdev/herdr/releases).
|
||||||
|
|
||||||
Choose the asset that matches your system:
|
Choose the asset that matches your system:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ title: エージェントスキルファイル
|
||||||
description: Claude Code などのコーディングエージェントに Herdr の使い方をインストールします。
|
description: Claude Code などのコーディングエージェントに Herdr の使い方をインストールします。
|
||||||
---
|
---
|
||||||
|
|
||||||
Herdr は再利用可能なエージェントスキルファイルを [`SKILL.md`](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md) として提供しています。
|
Herdr は再利用可能なエージェントスキルファイルを [`SKILL.md`](https://github.com/herdrdev/herdr/blob/master/SKILL.md) として提供しています。
|
||||||
|
|
||||||
このファイルを、再利用可能なスキルやカスタム指示に対応した任意のコーディングエージェントにインストールしてください。このスキルは、Herdr のペイン内から Herdr を制御する方法をエージェントに教えます。
|
このファイルを、再利用可能なスキルやカスタム指示に対応した任意のコーディングエージェントにインストールしてください。このスキルは、Herdr のペイン内から Herdr を制御する方法をエージェントに教えます。
|
||||||
|
|
||||||
|
|
@ -28,7 +28,7 @@ Herdr は別の用途向けに [`herdr.dev/agent-guide.md`](https://herdr.dev/ag
|
||||||
`npx skills` でスキルをインストールします:
|
`npx skills` でスキルをインストールします:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npx skills add ogulcancelik/herdr --skill herdr -g
|
npx skills add herdrdev/herdr --skill herdr -g
|
||||||
```
|
```
|
||||||
|
|
||||||
`-g` フラグは、対応エージェントにグローバルインストールします。現在のプロジェクトにインストールする場合は `-g` を省略してください。
|
`-g` フラグは、対応エージェントにグローバルインストールします。現在のプロジェクトにインストールする場合は `-g` を省略してください。
|
||||||
|
|
@ -36,7 +36,7 @@ npx skills add ogulcancelik/herdr --skill herdr -g
|
||||||
手動でのフォールバックおよび信頼できるソースとしては、リポジトリのコピーを使ってください:
|
手動でのフォールバックおよび信頼できるソースとしては、リポジトリのコピーを使ってください:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
https://github.com/ogulcancelik/herdr/blob/master/SKILL.md
|
https://github.com/herdrdev/herdr/blob/master/SKILL.md
|
||||||
```
|
```
|
||||||
|
|
||||||
スキルシステムを持つエージェントには、このファイルを `herdr` という名前のスキルとしてインストールしてください。スキルシステムを持たないエージェントには、ファイルの内容をプロジェクト指示またはユーザー指示に貼り付けてください。
|
スキルシステムを持つエージェントには、このファイルを `herdr` という名前のスキルとしてインストールしてください。スキルシステムを持たないエージェントには、ファイルの内容をプロジェクト指示またはユーザー指示に貼り付けてください。
|
||||||
|
|
@ -62,4 +62,4 @@ claude
|
||||||
|
|
||||||
ソースファイルはこちら:
|
ソースファイルはこちら:
|
||||||
|
|
||||||
[GitHub で `SKILL.md` を開く →](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md)
|
[GitHub で `SKILL.md` を開く →](https://github.com/herdrdev/herdr/blob/master/SKILL.md)
|
||||||
|
|
|
||||||
|
|
@ -37,16 +37,16 @@ brew install herdr
|
||||||
mise use -g herdr
|
mise use -g herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
mise が `herdr not found in mise tool registry` と報告する場合は、mise をアップデートして再試行してください。古い mise は Herdr のレジストリ登録より前のバージョンです。一時的な回避策として `mise use -g github:ogulcancelik/herdr` も使えます。
|
mise が `herdr not found in mise tool registry` と報告する場合は、mise をアップデートして再試行してください。古い mise は Herdr のレジストリ登録より前のバージョンです。一時的な回避策として `mise use -g github:herdrdev/herdr` も使えます。
|
||||||
|
|
||||||
## Nix でインストール
|
## Nix でインストール
|
||||||
|
|
||||||
すでに Nix を使っている場合、Herdr はソースからビルドする flake を提供しています:
|
すでに Nix を使っている場合、Herdr はソースからビルドする flake を提供しています:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix run github:ogulcancelik/herdr/v0.x.y
|
nix run github:herdrdev/herdr/v0.x.y
|
||||||
nix build github:ogulcancelik/herdr/v0.x.y
|
nix build github:herdrdev/herdr/v0.x.y
|
||||||
nix profile install github:ogulcancelik/herdr/v0.x.y
|
nix profile install github:herdrdev/herdr/v0.x.y
|
||||||
```
|
```
|
||||||
|
|
||||||
`v0.x.y` は最新のリリースタグに置き換えてください。タグを省略すると `master` を追跡できますが、通常のインストールにはリリースタグを推奨します。
|
`v0.x.y` は最新のリリースタグに置き換えてください。タグを省略すると `master` を追跡できますが、通常のインストールにはリリースタグを推奨します。
|
||||||
|
|
@ -54,7 +54,7 @@ nix profile install github:ogulcancelik/herdr/v0.x.y
|
||||||
flake は開発用シェルも公開しています:
|
flake は開発用シェルも公開しています:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix develop github:ogulcancelik/herdr
|
nix develop github:herdrdev/herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
アップデートは、Herdr のインストールに使ったのと同じ Nix ワークフローで行います。プロファイルインストールの場合は、プロファイルのエントリを一覧して Herdr のエントリをアップグレードします:
|
アップデートは、Herdr のインストールに使ったのと同じ Nix ワークフローで行います。プロファイルインストールの場合は、プロファイルのエントリを一覧して Herdr のエントリをアップグレードします:
|
||||||
|
|
@ -72,7 +72,7 @@ nix flake update herdr
|
||||||
|
|
||||||
## 手動でダウンロード
|
## 手動でダウンロード
|
||||||
|
|
||||||
[GitHub releases](https://github.com/ogulcancelik/herdr/releases) からバイナリをダウンロードすることもできます。
|
[GitHub releases](https://github.com/herdrdev/herdr/releases) からバイナリをダウンロードすることもできます。
|
||||||
|
|
||||||
システムに合ったアセットを選んでください:
|
システムに合ったアセットを選んでください:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ host_cursor = "native"
|
||||||
| foot | 1.20.0 |
|
| foot | 1.20.0 |
|
||||||
| Alacritty | 0.15.0 |
|
| Alacritty | 0.15.0 |
|
||||||
|
|
||||||
長期サポート版 Linux ディストリビューションの古いターミナルパッケージで特に発生します。確認済みの境界キャプチャと上流参照は [Herdr issue #1116](https://github.com/ogulcancelik/herdr/issues/1116) を参照してください。現在のターミナルでも発生する場合は、正確なバージョンと Herdr の外でも発生するかを報告してください。
|
長期サポート版 Linux ディストリビューションの古いターミナルパッケージで特に発生します。確認済みの境界キャプチャと上流参照は [Herdr issue #1116](https://github.com/herdrdev/herdr/issues/1116) を参照してください。現在のターミナルでも発生する場合は、正確なバージョンと Herdr の外でも発生するかを報告してください。
|
||||||
|
|
||||||
## Option+Left または Option+Right を押すと `;3D` または `;3C` が入力される
|
## Option+Left または Option+Right を押すと `;3D` または `;3C` が入力される
|
||||||
|
|
||||||
|
|
@ -57,7 +57,7 @@ map alt+left send_text all \x1bb
|
||||||
map alt+right send_text all \x1bf
|
map alt+right send_text all \x1bf
|
||||||
```
|
```
|
||||||
|
|
||||||
ターミナルアプリケーションが Alt+Left と Alt+Right を直接使用する場合があるため、Herdr は修飾付き矢印を意図的に書き換えません。調査の詳細は [Herdr issue #1370](https://github.com/ogulcancelik/herdr/issues/1370) を参照してください。
|
ターミナルアプリケーションが Alt+Left と Alt+Right を直接使用する場合があるため、Herdr は修飾付き矢印を意図的に書き換えません。調査の詳細は [Herdr issue #1370](https://github.com/herdrdev/herdr/issues/1370) を参照してください。
|
||||||
|
|
||||||
## Herdr を更新したのに実行中のセッションが古い
|
## Herdr を更新したのに実行中のセッションが古い
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ Update the outer terminal to a version containing its upstream fix:
|
||||||
| foot | 1.20.0 |
|
| foot | 1.20.0 |
|
||||||
| Alacritty | 0.15.0 |
|
| Alacritty | 0.15.0 |
|
||||||
|
|
||||||
This is especially common with older terminal packages from long-term-support Linux distributions. See [Herdr issue #1116](https://github.com/ogulcancelik/herdr/issues/1116) for the confirmed boundary captures and upstream references. If the problem remains on a current terminal version, report the exact terminal version and whether it also happens outside Herdr.
|
This is especially common with older terminal packages from long-term-support Linux distributions. See [Herdr issue #1116](https://github.com/herdrdev/herdr/issues/1116) for the confirmed boundary captures and upstream references. If the problem remains on a current terminal version, report the exact terminal version and whether it also happens outside Herdr.
|
||||||
|
|
||||||
## Option+Left or Option+Right inserts `;3D` or `;3C`
|
## Option+Left or Option+Right inserts `;3D` or `;3C`
|
||||||
|
|
||||||
|
|
@ -57,7 +57,7 @@ map alt+left send_text all \x1bb
|
||||||
map alt+right send_text all \x1bf
|
map alt+right send_text all \x1bf
|
||||||
```
|
```
|
||||||
|
|
||||||
Herdr deliberately does not rewrite modified arrows because terminal applications may use Alt+Left and Alt+Right directly. See [Herdr issue #1370](https://github.com/ogulcancelik/herdr/issues/1370) for the investigation.
|
Herdr deliberately does not rewrite modified arrows because terminal applications may use Alt+Left and Alt+Right directly. See [Herdr issue #1370](https://github.com/herdrdev/herdr/issues/1370) for the investigation.
|
||||||
|
|
||||||
## Herdr updated, but the running session is still old
|
## Herdr updated, but the running session is still old
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ title: 智能体技能文件
|
||||||
description: 为 Claude Code 或其他编程智能体安装 Herdr 使用说明。
|
description: 为 Claude Code 或其他编程智能体安装 Herdr 使用说明。
|
||||||
---
|
---
|
||||||
|
|
||||||
Herdr 提供了一个可复用的智能体技能文件: [`SKILL.md`](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md)。
|
Herdr 提供了一个可复用的智能体技能文件: [`SKILL.md`](https://github.com/herdrdev/herdr/blob/master/SKILL.md)。
|
||||||
|
|
||||||
把这个文件安装到任何支持可复用技能或自定义指令的编程智能体中。这份技能教智能体如何在 Herdr 窗格内部控制 Herdr。
|
把这个文件安装到任何支持可复用技能或自定义指令的编程智能体中。这份技能教智能体如何在 Herdr 窗格内部控制 Herdr。
|
||||||
|
|
||||||
|
|
@ -28,7 +28,7 @@ Herdr 还提供了另一份用途不同的指南: [`herdr.dev/agent-guide.md`](h
|
||||||
用 `npx skills` 安装技能:
|
用 `npx skills` 安装技能:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npx skills add ogulcancelik/herdr --skill herdr -g
|
npx skills add herdrdev/herdr --skill herdr -g
|
||||||
```
|
```
|
||||||
|
|
||||||
`-g` 参数为受支持的智能体全局安装。省略 `-g` 则安装到当前项目。
|
`-g` 参数为受支持的智能体全局安装。省略 `-g` 则安装到当前项目。
|
||||||
|
|
@ -36,7 +36,7 @@ npx skills add ogulcancelik/herdr --skill herdr -g
|
||||||
以仓库中的副本作为手动兜底和事实来源:
|
以仓库中的副本作为手动兜底和事实来源:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
https://github.com/ogulcancelik/herdr/blob/master/SKILL.md
|
https://github.com/herdrdev/herdr/blob/master/SKILL.md
|
||||||
```
|
```
|
||||||
|
|
||||||
对于有技能系统的智能体,把这个文件安装为名为 `herdr` 的技能。对于没有技能系统的智能体,把文件内容粘贴到智能体的项目指令或用户指令中。
|
对于有技能系统的智能体,把这个文件安装为名为 `herdr` 的技能。对于没有技能系统的智能体,把文件内容粘贴到智能体的项目指令或用户指令中。
|
||||||
|
|
@ -62,4 +62,4 @@ claude
|
||||||
|
|
||||||
在这里阅读源文件:
|
在这里阅读源文件:
|
||||||
|
|
||||||
[在 GitHub 上打开 `SKILL.md` →](https://github.com/ogulcancelik/herdr/blob/master/SKILL.md)
|
[在 GitHub 上打开 `SKILL.md` →](https://github.com/herdrdev/herdr/blob/master/SKILL.md)
|
||||||
|
|
|
||||||
|
|
@ -37,16 +37,16 @@ brew install herdr
|
||||||
mise use -g herdr
|
mise use -g herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
如果 mise 报 `herdr not found in mise tool registry`,请更新 mise 后重试。旧版 mise 早于 Herdr 的注册表条目;`mise use -g github:ogulcancelik/herdr` 可以作为临时兜底。
|
如果 mise 报 `herdr not found in mise tool registry`,请更新 mise 后重试。旧版 mise 早于 Herdr 的注册表条目;`mise use -g github:herdrdev/herdr` 可以作为临时兜底。
|
||||||
|
|
||||||
## 用 Nix 安装
|
## 用 Nix 安装
|
||||||
|
|
||||||
如果你已经在用 Nix,Herdr 提供了一个从源码构建的 flake:
|
如果你已经在用 Nix,Herdr 提供了一个从源码构建的 flake:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix run github:ogulcancelik/herdr/v0.x.y
|
nix run github:herdrdev/herdr/v0.x.y
|
||||||
nix build github:ogulcancelik/herdr/v0.x.y
|
nix build github:herdrdev/herdr/v0.x.y
|
||||||
nix profile install github:ogulcancelik/herdr/v0.x.y
|
nix profile install github:herdrdev/herdr/v0.x.y
|
||||||
```
|
```
|
||||||
|
|
||||||
把 `v0.x.y` 替换为最新的发布标签。省略标签可以跟踪 `master`,但常规安装建议使用发布标签。
|
把 `v0.x.y` 替换为最新的发布标签。省略标签可以跟踪 `master`,但常规安装建议使用发布标签。
|
||||||
|
|
@ -54,7 +54,7 @@ nix profile install github:ogulcancelik/herdr/v0.x.y
|
||||||
flake 还提供一个开发 shell:
|
flake 还提供一个开发 shell:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix develop github:ogulcancelik/herdr
|
nix develop github:herdrdev/herdr
|
||||||
```
|
```
|
||||||
|
|
||||||
更新时使用你安装 Herdr 的同一套 Nix 工作流。对于 profile 安装,列出 profile 条目并升级 Herdr 条目:
|
更新时使用你安装 Herdr 的同一套 Nix 工作流。对于 profile 安装,列出 profile 条目并升级 Herdr 条目:
|
||||||
|
|
@ -72,7 +72,7 @@ nix flake update herdr
|
||||||
|
|
||||||
## 手动下载
|
## 手动下载
|
||||||
|
|
||||||
也可以从 [GitHub releases](https://github.com/ogulcancelik/herdr/releases) 下载二进制文件。
|
也可以从 [GitHub releases](https://github.com/herdrdev/herdr/releases) 下载二进制文件。
|
||||||
|
|
||||||
选择匹配你系统的产物:
|
选择匹配你系统的产物:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ host_cursor = "native"
|
||||||
| foot | 1.20.0 |
|
| foot | 1.20.0 |
|
||||||
| Alacritty | 0.15.0 |
|
| Alacritty | 0.15.0 |
|
||||||
|
|
||||||
长期支持版 Linux 发行版中的旧终端软件包尤其容易出现此问题。已确认的边界捕获和上游链接见 [Herdr issue #1116](https://github.com/ogulcancelik/herdr/issues/1116)。如果当前版本仍有问题,请报告准确的终端版本,以及该问题是否也会在 Herdr 外出现。
|
长期支持版 Linux 发行版中的旧终端软件包尤其容易出现此问题。已确认的边界捕获和上游链接见 [Herdr issue #1116](https://github.com/herdrdev/herdr/issues/1116)。如果当前版本仍有问题,请报告准确的终端版本,以及该问题是否也会在 Herdr 外出现。
|
||||||
|
|
||||||
## 按 Option+Left 或 Option+Right 时输入 `;3D` 或 `;3C`
|
## 按 Option+Left 或 Option+Right 时输入 `;3D` 或 `;3C`
|
||||||
|
|
||||||
|
|
@ -57,7 +57,7 @@ map alt+left send_text all \x1bb
|
||||||
map alt+right send_text all \x1bf
|
map alt+right send_text all \x1bf
|
||||||
```
|
```
|
||||||
|
|
||||||
终端应用可能会直接使用 Alt+Left 和 Alt+Right,因此 Herdr 不会改写带修饰键的方向键。调查详情见 [Herdr issue #1370](https://github.com/ogulcancelik/herdr/issues/1370)。
|
终端应用可能会直接使用 Alt+Left 和 Alt+Right,因此 Herdr 不会改写带修饰键的方向键。调查详情见 [Herdr issue #1370](https://github.com/herdrdev/herdr/issues/1370)。
|
||||||
|
|
||||||
## Herdr 已更新,但运行中的会话仍是旧版本
|
## Herdr 已更新,但运行中的会话仍是旧版本
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue