Skip to content

Commit 8705d61

Browse files
almanac: tighten topics graph, remove redundant parents and thin single-page topics
Drop the `manuals` and `release` topics: each duplicated the membership of an existing topic (`runtime-resources`, `product`) with no added retrieval value. Fix redundant `architecture` parent edges on `automation` and `safety`, which already reach `architecture` through `lifecycle`/`setup`; `automation` also gains `setup` as a direct parent since its two tagged pages already live in that neighborhood. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 5d54936 commit 8705d61

3 files changed

Lines changed: 4 additions & 12 deletions

File tree

almanac/architecture/runtime-resources/prompts-and-manuals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Agents And Manuals
3-
topics: [architecture, runtime-resources, manuals, yoke, prompts]
3+
topics: [architecture, runtime-resources, yoke, prompts]
44
sources:
55
- id: catalog
66
type: file

almanac/guides/release-package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Release Package
3-
topics: [guides, release, product]
3+
topics: [guides, product]
44
sources:
55
- id: release-doc
66
type: file

almanac/topics.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,6 @@ topics:
7575
title: Product
7676
description: Product scope and public surface decisions
7777
parents: []
78-
- slug: release
79-
title: Release
80-
description: Package publishing, release smoke checks, and public install verification
81-
parents: [product]
8278
- slug: config
8379
title: Config
8480
description: User configuration and automation preferences
@@ -98,7 +94,7 @@ topics:
9894
- slug: automation
9995
title: Automation
10096
description: Local scheduled sync, Garden, and update tasks
101-
parents: [architecture, lifecycle]
97+
parents: [setup, lifecycle]
10298
- slug: setup
10399
title: Setup
104100
description: Local setup, uninstall, and machine configuration workflows
@@ -111,10 +107,6 @@ topics:
111107
title: Prompts
112108
description: Operation prompts and agent-facing instructions
113109
parents: [runtime-resources]
114-
- slug: manuals
115-
title: Manuals
116-
description: Packaged writing manuals used by lifecycle operations
117-
parents: [runtime-resources]
118110
- slug: health
119111
title: Health
120112
description: Wiki validation and graph health checks
@@ -134,7 +126,7 @@ topics:
134126
- slug: safety
135127
title: Safety
136128
description: Mutation boundaries, validation gates, and guarded lifecycle writes
137-
parents: [architecture, lifecycle]
129+
parents: [lifecycle]
138130
- slug: topics
139131
title: Topics
140132
description: Topic metadata, browsing neighborhoods, and topic maintenance

0 commit comments

Comments
 (0)