makes the Persistent Goals docs accessible in the docs nav (and llms.txt) (#18481)

This commit is contained in:
Jeffrey Quesnelle 2026-05-01 13:29:22 -04:00 committed by GitHub
parent f99676e315
commit 0b76d23d1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,6 @@
---
sidebar_position: 16
title: "Persistent Goals (`/goal`)"
title: "Persistent Goals"
description: "Set a standing goal and let Hermes keep working across turns until it's done. Our take on the Ralph loop."
---

View file

@ -75,6 +75,7 @@ SECTIONS: list[tuple[str, list[tuple[str, str, str | None]]]] = [
("user-guide/features/delegation", "Delegation", None),
("user-guide/features/kanban", "Kanban Multi-Agent", None),
("user-guide/features/kanban-tutorial", "Kanban Tutorial", None),
("user-guide/features/goals", "Persistent Goals", None),
("user-guide/features/code-execution", "Code Execution", None),
("user-guide/features/hooks", "Hooks", None),
("user-guide/features/batch-processing", "Batch Processing", None),

View file

@ -65,6 +65,7 @@ const sidebars: SidebarsConfig = {
'user-guide/features/delegation',
'user-guide/features/kanban',
'user-guide/features/kanban-tutorial',
'user-guide/features/goals',
'user-guide/features/code-execution',
'user-guide/features/hooks',
'user-guide/features/batch-processing',