Skip to content

Commit 9a696d1

Browse files
imphillipclaude
andcommitted
v2.0.1: docs polish (bump version + CHANGELOG)
Pure docs release. Five commits since v2.0.0 — README streamline, LLM-choice section, tagline epigraph + Sponsored by, sponsor wording adjustment, $HERMES_HOME path normalization. No code or test changes; 217 tests pass with the same coverage as v2.0.0. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 624863d commit 9a696d1

3 files changed

Lines changed: 28 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## 2.0.1 — Documentation polish
4+
5+
Five docs-only commits since v2.0.0 — no code or test changes; 217
6+
tests pass with the same coverage as v2.0.0.
7+
8+
- **README streamlined** to ~230 lines per language (was ~500+).
9+
Iteration history, design philosophy, and feature enumerations
10+
moved into the references/ docs. Operating-modes dual directory
11+
trees collapsed into one.
12+
- **"LLM choice matters" section added.** Roleplay portrayal quality
13+
depends heavily on the model behind the runtime, not just on the
14+
card or this skill. Includes a referral link to gptproto.com
15+
(clearly disclosed as affiliate) for users who need somewhere to
16+
run roleplay-friendly models.
17+
- **Tagline epigraph** on the top of every README:
18+
_"Give your work agent an interesting soul — work and play, not
19+
work or play. A programmer's romance."_ Puts the voice back that
20+
the technical streamline had scrubbed.
21+
- **"Sponsored by" section** listing Miko Tavern
22+
([tavern.host](https://tavern.host)) next to "Used by".
23+
- **`$HERMES_HOME` replaces `~/.hermes-roleplay`** in all examples.
24+
The old path was a v0.x convention that implied users should keep
25+
roleplay in a separate sandbox HERMES_HOME — contradicts v2.0's
26+
"same agent, add a soul" framing. Examples now use the actual env
27+
var name that Hermes users have on their machine.
28+
329
## 2.0.0 — Skill-folder only (drop CLI install, drop third-party deps)
430

531
v2.0 collapses SoulTavern to a single self-contained skill folder. There

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "soultavern"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = "Skill-folder-only SillyTavern V2 character card importer for Hermes / OpenClaw / generic agent runtimes."
55
readme = "README.md"
66
license = { text = "MIT" }

skills/soultavern/scripts/soultavern/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
Lineage: TavernAI → SillyTavern → HermesTavern → SoulTavern.
44
"""
55

6-
__version__ = "2.0.0"
6+
__version__ = "2.0.1"

0 commit comments

Comments
 (0)