Conversation
14 host-level guards for instant message enforcement: - Content type: text-only, video-only, voice-only, media-only, no-stickers, no-images - Content property: no-links, no-forwarded, max-text-length, keyword-filter - Behavioral: quiet-hours, slow-mode, no-spam, approved-senders Moderation system: - Guards evaluate messages BEFORE they reach the agent (zero latency) - Per-group guard config via registered_groups.json - Observation mode (log-only) as safe default - Auto-enforce mode: delete + DM sender with reason - Admin exemption support - DM cooldown to prevent notification spam - moderation_log SQLite table with full audit trail - Admin cache from group-participants.update events Built on NanoClaw — all core features (agents, containers, scheduler, IPC) intact. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Enable IPv4 preference (NODE_OPTIONS=--dns-result-order=ipv4first) in Dockerfile and container-runner to fix IPv6 DNS routing failure - Add process.exit(0) after agent output to prevent container hang - Fix fromMe check in moderator to allow moderating account owner's messages (only skip bot's own prefixed responses) - Filter protocol messages (deletions, reactions, edits) from storage - Strip <internal> tags from agent responses before sending to WhatsApp - Add update_group_config IPC command for runtime guard management - Fix ESM re-export in guards/index.ts (split type vs value exports) - Add Apple Container networking documentation Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Switch container runtime from Apple Container to Docker for cross-platform support. Add one-command installer (setup.sh), systemd service template for Linux, and macOS networking script for non-Desktop Docker. Rewrite README and CLAUDE.md to reflect GroupGuard identity and moderation features. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Pairing code is more convenient than QR scanning — user enters a code on their phone instead of pointing a camera. QR still available via --qr flag. 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.
Make NanoClaw --> GroupGuard (probably the only hand-written line in these parts).