docs: switch links to GitHub
This commit is contained in:
@@ -7,13 +7,13 @@ Clean up your Hermes Agent session DB: delete short conversations, generate miss
|
|||||||
### Option 1: Hermes Skill (recommended)
|
### Option 1: Hermes Skill (recommended)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
hermes skills install https://git.softmediadesign.com/git_alhan/hermes-session-cleaner/raw/branch/main/SKILL.md
|
hermes skills install https://github.com/alhan/hermes-session-cleaner/raw/branch/main/SKILL.md
|
||||||
```
|
```
|
||||||
|
|
||||||
### Option 2: Manual (git clone)
|
### Option 2: Manual (git clone)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://git.softmediadesign.com/git_alhan/hermes-session-cleaner.git
|
git clone https://github.com/alhan/hermes-session-cleaner.git
|
||||||
cd hermes-session-cleaner
|
cd hermes-session-cleaner
|
||||||
python3 hermes_cleaner.py --dry-run
|
python3 hermes_cleaner.py --dry-run
|
||||||
```
|
```
|
||||||
@@ -21,7 +21,7 @@ python3 hermes_cleaner.py --dry-run
|
|||||||
### Option 3: One-liner (curl)
|
### Option 3: One-liner (curl)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -O https://git.softmediadesign.com/git_alhan/hermes-session-cleaner/raw/branch/main/hermes_cleaner.py
|
curl -O https://github.com/alhan/hermes-session-cleaner/raw/branch/main/hermes_cleaner.py
|
||||||
python3 hermes_cleaner.py --dry-run
|
python3 hermes_cleaner.py --dry-run
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -88,5 +88,5 @@ export HERMES_CLEANER_API_KEY=""
|
|||||||
|
|
||||||
| Project | Purpose | When |
|
| Project | Purpose | When |
|
||||||
|---|---|---|
|
|---|---|---|
|
||||||
| [session-ending](https://git.softmediadesign.com/git_alhan/hermes-session-ending) | End session: title + save + reset | End of each session (`ending`) |
|
| [session-ending](https://github.com/alhan/hermes-session-ending) | End session: title + save + reset | End of each session (`ending`) |
|
||||||
| session-cleaner (this repo) | Batch cleanup: delete + title | Weekly maintenance |
|
| session-cleaner (this repo) | Batch cleanup: delete + title | Weekly maintenance |
|
||||||
|
|||||||
4
SKILL.md
4
SKILL.md
@@ -2,7 +2,7 @@
|
|||||||
name: session-cleaner
|
name: session-cleaner
|
||||||
description: "Clean Hermes session DB: delete short conversations, generate missing titles."
|
description: "Clean Hermes session DB: delete short conversations, generate missing titles."
|
||||||
version: 1.1.0
|
version: 1.1.0
|
||||||
installed_from: https://git.softmediadesign.com/git_alhan/hermes-session-cleaner/raw/branch/main/SKILL.md
|
installed_from: https://github.com/alhan/hermes-session-cleaner/raw/branch/main/SKILL.md
|
||||||
---
|
---
|
||||||
|
|
||||||
# Session Cleaner
|
# Session Cleaner
|
||||||
@@ -92,4 +92,4 @@ are removed before title generation starts. No titles are wasted on doomed sessi
|
|||||||
## See Also
|
## See Also
|
||||||
|
|
||||||
- **session-ending** skill — per-session title + save workflow ("ending")
|
- **session-ending** skill — per-session title + save workflow ("ending")
|
||||||
- Gitea repo: https://git.softmediadesign.com/git_alhan/hermes-session-cleaner
|
- Gitea repo: https://github.com/alhan/hermes-session-cleaner
|
||||||
|
|||||||
Reference in New Issue
Block a user