@kestrel-agents/ruhroh 0.5.0-beta.1 → 0.5.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.5.0-beta.2
4
+
5
+ - Fixed hosted logo and badge image URLs for the npm README.
6
+ - Fixed VitePress logo paths so GitHub Pages does not apply the project base twice.
7
+ - Kept package APIs and runtime behavior unchanged from `0.5.0-beta.1`.
8
+
3
9
  ## 0.5.0-beta.1
4
10
 
5
11
  - Reworked the README as a consumer-focused introduction.
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  <p align="center">
2
- <img src="assets/ruhroh-logo.png" alt="Ruhroh logo" width="220">
2
+ <img src="https://lumicorp.github.io/ruhroh/ruhroh-logo.png" alt="Ruhroh logo" width="220">
3
3
  </p>
4
4
 
5
- # <img src="assets/ruhroh-badge.png" alt="" width="28" align="absmiddle"> Ruhroh
5
+ # <img src="https://lumicorp.github.io/ruhroh/ruhroh-badge.png" alt="" width="28" align="absmiddle"> Ruhroh
6
6
 
7
7
  Ruhroh is the **Real-User Harness for Repair-Oriented Harbor**.
8
8
 
package/docs/index.md CHANGED
@@ -6,7 +6,7 @@ hero:
6
6
  text: Real-user tasks for coding-agent evaluation.
7
7
  tagline: Generate Harbor-compatible benchmark tasks from realistic user scenarios, run agents through adapters, and judge delivered outcomes.
8
8
  image:
9
- src: /ruhroh/ruhroh-logo.png
9
+ src: /ruhroh-logo.png
10
10
  alt: Ruhroh logo
11
11
  actions:
12
12
  - theme: brand
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kestrel-agents/ruhroh",
3
- "version": "0.5.0-beta.1",
3
+ "version": "0.5.0-beta.2",
4
4
  "description": "Real-User Harness for Repair-Oriented Harbor",
5
5
  "license": "MIT",
6
6
  "repository": {