docs: add macOS developer setup and troubleshooting guides#71
Merged
steipete merged 2 commits intoopenclaw:mainfrom Jan 1, 2026
Merged
Conversation
Contributor
|
Taking over! Thank you! |
dgarson
referenced
this pull request
in dgarson/clawdbot
Feb 4, 2026
feat(slack): add comprehensive Block Kit support with rich messaging …
dalefrieswthat
pushed a commit
to dalefrieswthat/openclaw
that referenced
this pull request
Feb 25, 2026
…oter parsing (openclaw#71) * feat: register workq gateway rpc handlers * feat(workq): integrate extension scaffolding and gateway bindings * docs(workq): expand Pi/ARM runtime portability guidance in README - Replace minimal Pi note with comprehensive portability table (node:sqlite, Node version, architecture, WAL/filesystem considerations) - Add recommended database path section for Pi (/data/openclaw/workq/workq.db) with config example and directory setup commands - Add 5-step probe/verification command sequence for new host deployments - Fix hardcoded local path in Installation section to use relative repo path * fix(workq): remove rootDir from tsconfig to allow plugin-sdk imports * style(workq): fix formatting issues in extension files * docs(workq): expand CLAUDE.md with comprehensive tool guidance Enhances workq extension documentation for Claude Code agents with: - Detailed breakdown of all 8 queue tools with parameters and examples - Expected call order workflow (claim -> status/files -> in-review -> done) - Status state machine diagram and valid transitions - Practical examples covering happy path, conflicts, blocked tasks, queries - Common pitfalls and integration notes for platform squad agents - File conflict detection guidance Provides agents with actionable reference for coordinating work across the multi-agent fleet. * fix(workq): correct test mock for WorkqDatabase class constructor The previous test used vi.fn() to mock the WorkqDatabase class, but this doesn't work properly when the actual code uses 'new WorkqDatabase()'. Changed to use a proper class mock with vi.hoisted() to ensure the mock functions are available when the vi.mock() factory runs. All 41 tests now pass. * workq: enforce session-end auto-release and stale sweep
songliu0403-rgb
pushed a commit
to songliu0403-rgb/openclaw
that referenced
this pull request
Feb 26, 2026
…rd accessibility (openclaw#71)
RecursiveRabbit
pushed a commit
to RecursiveRabbit/openclaw
that referenced
this pull request
Feb 27, 2026
Periodic sweep in the cron timer tick detects non-main sessions (subagent, cron, ticket) that have been idle longer than 5 minutes with no active run. Triggers a new agent turn with a nudge message prompting the agent to wrap up or continue. - Skips sessions with active embedded runs - Skips sessions where the last assistant message ends with END - Caps at 3 nudges per session to avoid infinite loops - Nudge message lives in prompts/idle-nudge.md for easy iteration - Configurable via agents.defaults.idleNudge in openclaw.json - Session key prefix stripping ensures nudge runs on the existing session, not a new one
RecursiveRabbit
added a commit
to RecursiveRabbit/openclaw
that referenced
this pull request
Feb 27, 2026
heatherstew44-maker
pushed a commit
to heatherstew44-maker/openclaw
that referenced
this pull request
Mar 8, 2026
disallow invalid bindings from frontend
CyberSpencer
added a commit
to CyberSpencer/openclaw
that referenced
this pull request
Mar 19, 2026
Implements RF-001/RF-002/RF-004 foundations: LOC guardrail warn mode in CI, typed UI host boundaries without as-unknown-as in target files, and extracted handshake phase-1 validators with tests. Refs openclaw#68 Refs openclaw#71
0x666c6f
added a commit
to 0x666c6f/openclaw
that referenced
this pull request
Mar 26, 2026
…-up-pr69-review-comments-on-sre-wrapper-path-scope fix(sre:PLA-838): address remaining PR openclaw#70 review comments
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.
Adds a comprehensive guide for setting up the macOS development environment and updates the troubleshooting guide with common macOS-specific issues encountered during setup.