fix(register): update assistant name in all groups/*/CLAUDE.md#754
Closed
glifocat wants to merge 1 commit intoqwibitai:mainfrom
Closed
fix(register): update assistant name in all groups/*/CLAUDE.md#754glifocat wants to merge 1 commit intoqwibitai:mainfrom
glifocat wants to merge 1 commit intoqwibitai:mainfrom
Conversation
klapom
added a commit
to klapom/nanoclaw
that referenced
this pull request
Mar 5, 2026
…res) Bug fixes applied: - qwibitai#636: task-scheduler recalculates next_run before enqueue - qwibitai#655: LIMIT 200 on message queries to prevent OOM - qwibitai#670: rateLimitResetAt field in ContainerOutput interface - qwibitai#694: ANTHROPIC_MODEL passthrough to container env - qwibitai#700: session rotation at 5MB JSONL threshold - qwibitai#701: session retry on corrupted resume (clear + retry) - qwibitai#708: update_task MCP tool in ipc-mcp-stdio - qwibitai#719: outputChain .catch() to prevent group hang - qwibitai#729: fix send_message description (remove incorrect scheduled-task note) - qwibitai#735: datePrefix() injects current date/time into all agent prompts - qwibitai#738: ANTHROPIC_MODEL from .env passed to agent container - qwibitai#746: systemd OnFailure restart prevention logic (container hardening) - qwibitai#751: DM-with-bot JID normalization - qwibitai#754: setOnPipeCallback to reset idle timer on piped messages - qwibitai#756: cursorBeforePipe rollback on container crash Features added: - qwibitai#723: streaming infrastructure (STREAM_TEXT markers, onStreamDelta) - qwibitai#742: container hardening (entrypoint.sh privilege drop, env sanitize) - qwibitai#680: add-cli skill (CLI send binary) - qwibitai#727: add-memory skill extracted to .claude/skills/add-memory/ - qwibitai#744: add-s3-storage skill extracted to .claude/skills/add-s3-storage/ Test fixes: - Mock fs.promises in container-runner.test.ts to prevent real I/O - Add ANTHROPIC_MODEL to config mock - Fix cpSync expectation: { recursive: true, force: true } - Fix isActive() to use state.active instead of state.process - Fix container-runtime error message: Docker → Container runtime Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This was referenced Mar 6, 2026
03450cc to
441ed4a
Compare
Collaborator
|
Hey @glifocat 👋 Thanks for working on this — keeping the assistant name in sync across all group CLAUDE.md files is a good housekeeping task! This is still a draft and hasn't been updated in a while. Do you plan to finish this up? If you need any help, let us know! Otherwise, we'll close this in a few days to keep the board tidy. 🙌 |
The name update on registration only patched groups/global/CLAUDE.md and the newly registered group's folder. Pre-existing group folders (e.g. groups/main/) retained the hardcoded "Andy" name. Replace the fixed two-file list with a glob of all groups/*/CLAUDE.md files so every existing group CLAUDE.md is updated at registration time. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
441ed4a to
3a0c90b
Compare
6 tasks
Collaborator
Author
|
Superseded by #756 which includes this fix plus template creation for new group folders. |
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.
Fixes #753
Type of Change
.claude/skills/Description
The assistant name update on registration only patched
groups/global/CLAUDE.mdand the newly registered group's folder. Pre-existing group folders (e.g.groups/main/) kept the hardcoded "Andy" name, causing the agent to introduce itself incorrectly.Replace the fixed two-file list with a glob of all
groups/*/CLAUDE.mdso every existing group is updated at registration time.For Skills