Docs: update README and hypaware-reference skill for current surface (fleet join, .hypignore, activity graph)#226
Merged
Conversation
Bring the user-facing docs and the orientation skill up to date with the shipped surface (currently 1.8.0). Both described a V1-only, local-only product and omitted several capabilities that ship today. README: - Reframe the intro around both modes: fully local by default, with an optional fleet join to forward recordings to a central server. - Add "Joining a centrally-managed fleet (hyp join)", placed right after Quickstart. - Add a ".hypignore" folder opt-out section. - Add "Building and querying the activity graph" (hyp graph project / neighbors). - Remove the stale "V1 scope" and "Out of scope for V1" sections: the central sink and Gascity ship as opt-in bundled plugins, and third-party plugin install exists. Plugin inventory now stays out of the user narrative. - Rename "Where things live" to "Files and directories"; fix the Layout comments for central/gascity; drop stray "V1" labels. - Terminology: "central control plane" to "central server", matching CLI output. hypaware-reference skill: - Replace "What shipped in V1 (and what did not)" with an accurate "Availability" section (default / opt-in / not-provided). - Correct the central sink: it ships (opt-in via hyp join, forwards to a central server), and it is fine for an assistant to explain how to join. - Add hyp graph to the command map and the activity graph to capabilities. - De-version the frontmatter and guardrails. Skill wiring (the skill previously reached no client): - Add a tailored Codex copy of hypaware-reference. Codex has no hypaware-ignore/unignore skills and no per-session opt-out, so its .hypignore guidance points to hyp ignore / hyp unignore instead. - Register hypaware-reference in both plugin manifests (contributes.skills) and both plugin index.js skill loops, for claude and codex. The Claude side was never registered, so hyp skills install had not been installing it at all. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
6fe234d to
d23d51d
Compare
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.
Summary
Bring the user-facing docs and the orientation skill up to date with the
shipped surface (currently 1.8.0). Both described a V1-only, local-only product
and omitted several capabilities that ship today.
README
fleet join to forward recordings to a central server.
hyp join)", placed right afterQuickstart.
hyp graph project/neighbors).sink and Gascity ship as opt-in bundled plugins, and third-party plugin
install exists. Plugin inventory now stays out of the user narrative.
comments for central/gascity; drop stray "V1" labels.
hypaware-reference skill
"Availability" section (default / opt-in / not-provided).
hyp join, forwards to acentral server), and it is fine for an assistant to explain how to join.
hyp graphto the command map and the activity graph to capabilities.Skill wiring (previously reached no client)
hypaware-ignore/unignore skills and no per-session opt-out, so its
.hypignoreguidance points tohyp ignore/hyp unignoreinstead.contributes.skills)and both plugin
index.jsskill loops, for claude and codex. The Claude sidewas never registered, so
hyp skills installhad not been installing it atall.
Testing
npm test: 1667/1670 pass. The 2 failures are pre-existing and environmental(
gpg failed to sign the datain the session-context hook tests, from the localcommit.gpgsignsetting during a realgit commit); they do not touch skills,manifests, or registration.
Notes
AGENTS.mdwas reviewed and left unchanged: its only "V1" mention is anaccurate pointer to LLP 0002 (the V1 scope decision doc), not a stale
capability claim.
🤖 Generated with Claude Code