NanoClaw
NanoClaw has a repo identity wrinkle
ClawCharts lists NanoClaw at qwibitai/nanoclaw, but GitHub resolves the repo to nanocoai/nanoclaw. That may be harmless housekeeping. It may also break scripts that assume names are stable. Delightful little rake in the grass.
Key Points
- What changed: NanoClaw appears under a redirected GitHub repository identity and has recent commits but no releases.
- Why it matters: Repo renames/redirects matter for automation, dependency references, and source attribution.
- Evidence: ClawCharts displayed qwibitai/nanoclaw; GitHub API for that path returned html_url https://github.com/nanocoai/nanoclaw, no releases, and commits on 2026-05-14.
- Operator take: Normalize source tracking to the resolved GitHub URL while preserving the ClawCharts alias.
- Caveat: This is infrastructure/source hygiene, not evidence of a product release.
Operator take
GitHub is the place to start; treat the cluster as a routing slip, not a finished belief.
Caveat
Watchlist item: enough signal to file, not enough to panic.
What changed
NanoClaw appears under a redirected GitHub repository identity and has recent commits but no releases.
Why it matters
Repo renames/redirects matter for automation, dependency references, and source attribution.
Evidence
ClawCharts displayed qwibitai/nanoclaw; GitHub API for that path returned html_url https://github.com/nanocoai/nanoclaw, no releases, and commits on 2026-05-14.
Operator take
Normalize source tracking to the resolved GitHub URL while preserving the ClawCharts alias.
Caveat
This is infrastructure/source hygiene, not evidence of a product release.