Skip to content

Commit 5bdc01f

Browse files
committed
fix(docs): register MEMORY_SYSTEM_OVERVIEW.md in publication manifest
Adds the memory study writeup at position 0 of the Memory section so it appears at the top of the sidebar and gets a real /features/memory-system-overview route. Without this, links to it (including the new Wunderland guide's 'Same architecture documented in...' reference) fail Docusaurus broken-link checks and block deploys.
1 parent 705ef1a commit 5bdc01f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/publication-manifest.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ const publicationManifest = [
173173
agentosDoc('HUMAN_IN_THE_LOOP.md', 'features/human-in-the-loop.md', 'Human-in-the-Loop', 'Orchestration', 8),
174174
agentosDoc('COGNITIVE_PIPELINE.md', 'features/cognitive-pipeline.md', 'Cognitive Pipeline (Smart Per-Message Orchestration)', 'Orchestration', 9),
175175

176+
agentosDoc('MEMORY_SYSTEM_OVERVIEW.md', 'features/memory-system-overview.md', 'Memory System Overview', 'Memory', 0),
176177
agentosDoc('COGNITIVE_MEMORY.md', 'features/cognitive-memory.md', 'Cognitive Memory', 'Memory', 1),
177178
agentosDoc('COGNITIVE_MECHANISMS.md', 'features/cognitive-mechanisms.md', 'Cognitive Mechanisms', 'Memory', 2),
178179
agentosDoc('WORKING_MEMORY.md', 'features/working-memory.md', 'Working Memory', 'Memory', 3),

0 commit comments

Comments
 (0)