hermes - ✅(Solved) Fix [Bug]: SAELens optional-skill README links to missing papers.md [1 pull requests, 1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
NousResearch/hermes-agent#14562Fetched 2026-04-24 06:16:31
View on GitHub
Comments
0
Participants
1
Timeline
4
Reactions
0
Author
Participants
Timeline (top)
labeled ×3cross-referenced ×1

Error Message

Additional Logs / Traceback (optional)

Root Cause

Root Cause Analysis (optional)

This appears to be docs drift/incomplete reference set in the SAELens optional skill:

  • Referencing file: optional-skills/mlops/saelens/references/README.md
  • Missing target: optional-skills/mlops/saelens/references/papers.md

Fix Action

Fixed

PR fix notes

PR #14569: docs: remove dead papers.md link from saelens references

Description (problem / solution / changelog)

Summary

  • remove dead papers.md entry from optional-skills/mlops/saelens/references/README.md
  • keep existing valid entries unchanged

Why

Issue #14562 reported that README.md links to papers.md, but that file does not exist in optional-skills/mlops/saelens/references/.

Validation

  • confirmed papers.md link is removed from the reference index
  • docs-only change (no runtime/code behavior changes)

Closes #14562

Changed files

  • optional-skills/mlops/saelens/references/README.md (modified, +0/-1)
RAW_BUFFERClick to expand / collapse

Bug Description

The SAELens optional-skill reference index links to papers.md, but that file is missing.

In optional-skills/mlops/saelens/references/README.md, the contents list includes:

  • [papers.md](papers.md) - Key research papers on sparse autoencoders

However, optional-skills/mlops/saelens/references/papers.md is not present in the repository.

This creates a broken docs/reference link in the skill documentation.

Steps to Reproduce

  1. Open optional-skills/mlops/saelens/references/README.md.
  2. In the “Contents” section, locate the papers.md link.
  3. Check files under optional-skills/mlops/saelens/references/.
  4. Observe that papers.md does not exist.

Expected Behavior

The referenced file should exist, or the index should not link to it.

Actual Behavior

README.md links to papers.md, but the file is missing.

Affected Component

  • Skills (skill loading, skill hub, skill guard)
  • Other (optional-skill reference docs)

Messaging Platform (if gateway-related)

  • N/A (CLI only)

Debug Report

N/A — static documentation/reference consistency issue.

Operating System

N/A (repository content issue)

Python Version

N/A

Hermes Version

N/A

Additional Logs / Traceback (optional)

None.

Root Cause Analysis (optional)

This appears to be docs drift/incomplete reference set in the SAELens optional skill:

  • Referencing file: optional-skills/mlops/saelens/references/README.md
  • Missing target: optional-skills/mlops/saelens/references/papers.md

Proposed Fix (optional)

Maintainer choice:

  1. Add papers.md, or
  2. Remove/update the papers.md entry in README.md.

Are you willing to submit a PR for this?

Reporter has not committed to a PR in this issue report.

extent analysis

TL;DR

The most likely fix is to either add the missing papers.md file or remove the reference to it from README.md.

Guidance

  • Verify the existence of papers.md in the repository by checking the file system or using a search function.
  • If the file is intended to exist, create it with the necessary content to resolve the broken link.
  • If the file is not intended to exist, update README.md to remove the reference to papers.md.
  • Consider adding a check to the documentation build process to detect and prevent similar broken links in the future.

Example

No code snippet is necessary for this issue, as it involves adding or removing a file or updating a Markdown link.

Notes

This fix assumes that the issue is solely due to the missing papers.md file. If there are other dependencies or complexities involved, additional steps may be necessary.

Recommendation

Apply workaround: Remove the reference to papers.md from README.md if the file is not intended to exist, as this is a simpler and more immediate solution.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING