Skip to content

refactor: rename NanoClaw to AgentLite across the codebase#12

Merged
DorianZheng merged 1 commit intomainfrom
refactor/rename-nanoclaw-to-agentlite
Mar 26, 2026
Merged

refactor: rename NanoClaw to AgentLite across the codebase#12
DorianZheng merged 1 commit intomainfrom
refactor/rename-nanoclaw-to-agentlite

Conversation

@DorianZheng
Copy link
Copy Markdown
Member

Summary

  • Comprehensive rename of all NanoClaw references to AgentLite for consistent branding after the project rename
  • MCP server name, env vars (NANOCLAW_*AGENTLITE_*), config paths (~/.config/nanoclaw/~/.config/agentlite/), output markers, container name prefix, service files, and launchd plist all updated
  • All docs, skills, workflows, README translations, and container skills updated (78 files, 602 insertions/deletions)

Test plan

  • npm run build — TypeScript compiles without errors
  • npm test — 261 passed, 1 pre-existing failure (unrelated to rename, confirmed on clean main)
  • grep -ri nanoclaw src/ container/ setup/ groups/ CLAUDE.md — zero remaining refs in core code
  • Verify container builds with ./container/build.sh
  • Verify runtime: MCP tools register as mcp__agentlite__*
  • Existing users: check ~/.config/agentlite/ path works (note: old ~/.config/nanoclaw/ configs need manual migration)

Comprehensive rename of all NanoClaw references to AgentLite for
consistent branding after the project rename. Changes include:

- MCP server name: nanoclaw → agentlite
- Config paths: ~/.config/nanoclaw/ → ~/.config/agentlite/
- Env vars: NANOCLAW_* → AGENTLITE_*
- Output markers: NANOCLAW_OUTPUT_* → AGENTLITE_OUTPUT_*
- Container name prefix: nanoclaw- → agentlite-
- Service files: com.nanoclaw → com.agentlite, nanoclaw.service → agentlite.service
- Launchd plist: renamed com.nanoclaw.plist → com.agentlite.plist
- All docs, skills, workflows, and README translations updated
@DorianZheng DorianZheng merged commit 06d5a0b into main Mar 26, 2026
2 checks passed
@DorianZheng DorianZheng deleted the refactor/rename-nanoclaw-to-agentlite branch March 26, 2026 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant