openalmanac 0.2.40 → 0.2.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -38,7 +38,7 @@ If the user runs `/reddit-wiki` without arguments or asks how it works, explain
|
|
|
38
38
|
- **Data storage:** Everything is stored locally at `~/.openalmanac/corpus/<subreddit>/`. The user can delete it anytime after the wiki is published.
|
|
39
39
|
- **Any subreddit:** They can pick any subreddit they're interested in. Some smaller or newer subreddits may not have data available — if that happens, you'll suggest alternatives or nearby subreddits that do have data.
|
|
40
40
|
|
|
41
|
-
Then
|
|
41
|
+
Then end with a single inviting line that asks what they're into and offers to help them find subreddits if they don't already have one in mind. For example: `What kinds of things are you into? If you want, I can help you find some subreddits worth exploring.`
|
|
42
42
|
|
|
43
43
|
## Step 1: Scout
|
|
44
44
|
|
|
@@ -186,6 +186,12 @@ Want to add or change anything?
|
|
|
186
186
|
|
|
187
187
|
Include your recommendation. Wait for the user to confirm or adjust.
|
|
188
188
|
|
|
189
|
+
### Topics
|
|
190
|
+
|
|
191
|
+
The groupings you present (Locks, Components, Techniques, Community) become **community topics** on Almanac. Topics show up as categories on the wiki page and each article gets assigned to one. When you scaffold articles, include the topic in the `new()` call.
|
|
192
|
+
|
|
193
|
+
Keep topics broad and few (4-7). They're navigation, not a taxonomy. A topic like "Locks" is good. A topic like "European High-Security Disc Detainer Locks" is too specific — that's an article, not a topic.
|
|
194
|
+
|
|
189
195
|
### Scaffold entities
|
|
190
196
|
|
|
191
197
|
Before any writing, scaffold all planned articles as local files:
|