Update HiveMind one-pager for 1.0.8 (labels and tags, Skills table) - #3188
Open
claude[bot] wants to merge 6 commits into
Open
Update HiveMind one-pager for 1.0.8 (labels and tags, Skills table)#3188claude[bot] wants to merge 6 commits into
claude[bot] wants to merge 6 commits into
Conversation
Add session labels and tags to the dashboard capability list, refresh the skills bullet for the redesigned Skills table, and note subprocess session parenting. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016gdhpykrjmEUqbLmx8mKbQ
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
No preview available (2)
Updated 2026-09-04 18:49:37 UTC for deployment · 2424d60. |
Contributor
Readability impactWord-weighted Flesch-Kincaid grade change across 1 changed page: +0.0 (unchanged). Lower Flesch-Kincaid grade and higher reading ease both mean easier to read. This check is informational and never blocks a PR. Human readability
AI agent comprehensionRated 0-3 (higher is easier for an agent to parse and act on).
Curated-docs baseline median FK grade by type: conceptual 10.5, procedural 8.8, reference 9.4. |
Contributor
🔗 Link Checker Results✅ All links are valid! No broken links were detected. Preview: https://wb-21fd5541-hivemind-1-0-8-one-pager.mintlify.site |
Two fixes scoped to the lines this PR changes: - "key/value" -> "key-value" (pass 6 slash rule; matches the rest of the docset, which uses "key-value" throughout). - Split a 34-word sentence into three, each stating the goal before the instruction (pass 3 sentence length and one idea per sentence; pass 2 and pass 8 goal-before-instruction). Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016gdhpykrjmEUqbLmx8mKbQ
The registry in wandb/agentstream (agentstream/normalization/annotations.py) holds eight derived hivemind.* keys, not six, and the number will drift as keys are added. State the behavior without a count. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016gdhpykrjmEUqbLmx8mKbQ
mdlinville
requested changes
Sep 4, 2026
Contributor
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 72.5%, saving 139.3 KB.
|
mdlinville
approved these changes
Sep 4, 2026
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.
Requested by Matt Linville · Slack thread
Description
Before: The HiveMind one-pager described the dashboard as of a release before 1.0.8. Session labels and tags — the flagship of 1.0.8 — were absent from the page entirely, so a reader had no idea sessions could be labeled, tagged, or filtered. The skills bullet promised only that you can "see which skills and slash commands your team invokes and how widely they're used," which undersells the redesigned Skills page.
After: The dashboard capability list gains an Organize and filter sessions bullet covering key-value labels and tags, the automatically derived
hivemind.*labels, the three ways to tag a session (hivemind tag, the Labels card in the session insights sidebar, and thehivemind-tagskill), and a link out to the labels deep dive on the HiveMind docs site. The skills bullet now describes the sortable, paginated table with category badges and multi-select filters, plus previewing, copying, and downloading a skill definition. The See sessions across agents bullet picks up one sentence noting that a session started as a subprocess is linked to its parent, so fan-out reads as a tree.How: The page is a present-tense one-pager, not a changelog, so there is no "What's new in 1.0.8" section — every change lands in the existing bullet list, at that list's altitude, in its existing voice. Detail that belongs to the HiveMind docs site (the two-step label picker, the
?tag=URL parameter, which labels are editable) is left there and linked rather than restated. Improved Codex session coverage in 1.0.8 is real but has no natural home at this altitude, so it is deliberately not mentioned. Three lines changed; no new files, no nav change, no screenshots added.Testing
mint broken-links—success no broken links found). Note that this sandbox has no general web egress, so this run validated internal links and image paths only; the externalhivemind.wandb.toolslinks were not fetched.mint dev) — not run here.What a human needs to adjust
images/hivemind/hivemind-skills.png. It predates the 1.0.8 Skills redesign and no longer matches the bullet next to it. The new capture should show the sortable, paginated skills table with its category badges and the multi-select category filter visible, ideally with the definition preview (copy / download) reachable in frame. Done: replaced inddffffb, then recompressed by the image bot in2424d60.<Frame>strip — my suggestion is directly afterhivemind-recent-sessions.pngfor the Sessions picker and directly afterhivemind-session-insights.pngfor the sidebar card. I could not produce screenshots in this environment. Decided: no new<Frame>was added.hivemind-recent-sessions.pngwas refreshed inddffffb(1298x639 to 961x434) andhivemind-session-insights.pngis untouched, so the sidebar-card candidate was not taken. Whether the refreshed Sessions capture shows the label picker cannot be verified from this sandbox, which cannot view image content.https://hivemind.wandb.tools/docs/labelscould not be verified live from this sandbox (no web egress beyond github.com and the npm registry). Please confirm the URL resolves and that the link text "Labels and tags" matches the page's actual title.fr/hivemind.mdx,ja/hivemind.mdx, andko/hivemind.mdxstill carry the old English-derived text and were left for the translation pipeline, per AGENTS.md.hivemind.*labels are derived from every session automatically" — the count is stated as a fact; confirm six is right and stays right, or soften to "a set ofhivemind.*labels" if it is likely to change.Style sources used
The real
style-guideskill fromcoreweave/docs-skillswas obtained for this PR, and passes 2 through 8 were applied as a check on the lines this PR changes, not as a whole-page restyle. Checkpoint 1 (passes 1 and 2) is built for whole-document work, so from it only the list-level rules that apply to a bullet inside an existing list were used. Everything else on the page is untouched.Three fixes resulted:
key/valuebecomeskey-value(pass 6, slashes and compound modifiers). The rest of the docset writes "key-value" throughout, which is also rule 1 of the hierarchy, match nearby content.hivemind usage."**Sessions**and**Labels**. This is the owner's call from review 5116720273, applied in13b9107; it supersedes the earlier decision to leave them plain to match the neighboring bullets, since pass 6 (bold for UI elements) outranks rule 1 here.Checked and deliberately left as written:
hivemind.*labels are derived from every session automatically" and "A session that an agent starts as a subprocess is linked to its parent." Naming an actor would assert which component derives or links, a technical claim this PR shouldn't invent. The guide allows passive to de-emphasize an actor the reader doesn't act on.No em dashes, en dashes, semicolons, ellipses, or Latin abbreviations appear in the changed lines.
mint broken-linksstill reportssuccess no broken links foundafter the edits.🤖 Generated with Claude Code
https://claude.ai/code/session_016gdhpykrjmEUqbLmx8mKbQ