docs: add Persistent Goals (/goal) feature page#18275
Merged
Merged
Conversation
Adds a proper feature page at user-guide/features/goals.md covering the /goal slash command — Hermes' take on the Ralph loop shipped in PR #18262. The slash-commands reference table had two table rows but no narrative doc walking through the judge model, fail-open semantics, turn budget, persistence, user-message preemption, or the aux-model config override. Adds a walkthrough example showing a multi-turn goal running to completion, covers the two judge failure modes with how to recover, and credits Codex CLI 0.128.0 / Eric Traut as prior art. Also cross-links both slash-commands.md rows to the new page so readers discovering /goal from the command reference can dive in.
jooray
added a commit
to jooray/hermes-agent
that referenced
this pull request
May 1, 2026
* upstream/main: (208 commits) fix: kanban button fix(telegram): send seed message after creating DM topics (NousResearch#18334) fix(yuanbao): enforce owner identity check on group slash commands docs(website): add User Stories and Use Cases collage page (NousResearch#18282) fix: prevent tui rebuilding assets fix(paths): route achievements plugin + profile-tui through HERMES_HOME docs: publish llms.txt and llms-full.txt for agent-friendly ingestion (NousResearch#18276) docs: add Persistent Goals (/goal) feature page (NousResearch#18275) fix(moonshot): also strip nullable/enum after anyOf collapse chore(release): map hendrixfreire for moonshot salvage fix(moonshot): fill missing type before enum cleanup to handle anyOf branches without explicit type chore(release): add mikeyobrien to AUTHOR_MAP fix(gateway): honor MATRIX_HOME_ROOM in onboarding feat: /goal — persistent cross-turn goals (Ralph loop) (NousResearch#18262) docs(sidebar): collapse exploding skills tree to a single Skills node (NousResearch#18259) feat(update): add --yes/-y flag to skip interactive prompts (NousResearch#18261) feat(gateway): auto-delete slash-command system notices after TTL (NousResearch#18266) fix(curator): rewrite cron job skill refs after consolidation (NousResearch#18253) fix(deepseek): use non-empty reasoning_content placeholder for V4 Pro thinking mode fix(compression): include system prompt + tool schemas in token estimates (NousResearch#18265) ... # Conflicts: # tools/tts_tool.py
sammysays93
pushed a commit
to ayb/hermes-agent
that referenced
this pull request
May 2, 2026
1 task
nickdlkk
pushed a commit
to nickdlkk/hermes-agent
that referenced
this pull request
May 11, 2026
Adds a proper feature page at user-guide/features/goals.md covering the /goal slash command — Hermes' take on the Ralph loop shipped in PR NousResearch#18262. The slash-commands reference table had two table rows but no narrative doc walking through the judge model, fail-open semantics, turn budget, persistence, user-message preemption, or the aux-model config override. Adds a walkthrough example showing a multi-turn goal running to completion, covers the two judge failure modes with how to recover, and credits Codex CLI 0.128.0 / Eric Traut as prior art. Also cross-links both slash-commands.md rows to the new page so readers discovering /goal from the command reference can dive in.
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a proper feature page for
/goalatuser-guide/features/goals.md. The slash-command reference table had two rows but no narrative walkthrough, so new users scrolling the command list weren't getting the whole picture.Covers:
/resumepicks up standing goals)goals.max_turnsand per-task aux model override viaauxiliary.goal_judgeAlso cross-links both slash-commands.md rows (CLI + gateway) to the new page.
Validation
npx docusaurus buildAuxiliary Modelscross-link points to the correct#auxiliary-modelsanchor on the configuration page.Docs-only — no code changes.