feat: HQ World Protocol — inter-HQ federation layer#5
Open
johnsonfamily1234 wants to merge 11 commits intomainfrom
Open
feat: HQ World Protocol — inter-HQ federation layer#5johnsonfamily1234 wants to merge 11 commits intomainfrom
johnsonfamily1234 wants to merge 11 commits intomainfrom
Conversation
…fetch - deps.ts: detect OS (macOS/Windows/Linux), check for brew/winget/choco, offer to install missing deps instead of just showing hints - scaffold.ts: fetch latest template from GitHub, fall back to bundled - Correct npm scope to @indigoai-us/hq-cli - Full cloud setup flow (Clerk auth, upload, Claude token) - Bump to 5.1.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
`import * as fs` doesn't work with fs-extra in ESM — existsSync and other methods are on the default export. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
No argument → asks "Where do you want to install HQ?" with C:\hq on Windows, ~/hq on macOS/Linux. Explicit arg skips prompt. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
HQ Cloud API doesn't exist yet — replace interactive auth/upload flow with a "coming soon" notice. Cloud setup code preserved in git history for when the API is deployed. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
git init is fine but committing fails when git user isn't configured. The user can commit when they're ready. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The installed HQ is the user's personal directory, not a repo. Updates come through hq modules sync or /migrate, not git. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
qmd is essential for HQ search. Install via npm install -g @tobilu/qmd on all platforms. Fixed detection (qmd has no --version flag, use which/where instead). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
… and worker exchange P2P registry, human-gated peering ceremony, transport-agnostic transfer protocol with SHA-256 integrity verification. Includes TypeScript implementation (50 tests), protocol specs, and world skill for workers. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Added new dependencies for @indigoai/hq-world and @types/chai. - Updated devOptional flags to dev for several packages. - Included multiple @vitest packages for testing utilities. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
packages/hq-world/with 50 passing testsknowledge/hq-world/covering identity, manifests, peering ceremony, transfer protocol, configuration, and central directory designworkers/shared/skills/world.md— peers, capabilities, export, import, connectTest plan
cd packages/hq-world && npx vitest run)tsc --noEmit)🤖 Generated with Claude Code