chore: clean up zeroclawed name remnants#81
Conversation
- gitleaks.toml title: zeroclawed → calciforge - gitleaks.toml: fix paste-server comment (old crate name was zeroclawed-secret-paste) - gitleaks.toml: clarify 10.0.x allowlist comment (generic test fixtures, not personal infra) - BACKLOG.md: zeroclawlabs → zeroclaw (zeroclaw-labs is the org, zeroclaw is the project) zeroclawed is a dead name; zeroclaw (zeroclaw-labs/zeroclaw) is a live upstream project Calciforge integrates with and references remain accurate. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
ⓘ You've reached your Qodo monthly free-tier limit. Reviews pause until next month — upgrade your plan to continue now, or link your paid account if you already have one. |
|
| Filename | Overview |
|---|---|
| .gitleaks.toml | Cosmetic updates: title renamed to calciforge, crate comment corrected to paste-server, and the 10.0.x allowlist comment reworded from "pre-existing leaks tracked for follow-up" to "generic test-fixture placeholders" |
| BACKLOG.md | Renamed zeroclawlabs → zeroclaw in section header and two task lines; minor wording tweak in the CI-cleanup completed item |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[.gitleaks.toml] -->|title| B["zeroclawed → calciforge"]
A -->|crate comment| C["zeroclawed-secret-paste → paste-server"]
A -->|10.0.x comment| D["pre-existing leaks note → generic test fixtures note"]
E[BACKLOG.md] -->|section header| F["ZeroClaw (zeroclawlabs) → ZeroClaw"]
E -->|task lines| G["zeroclawlabs → zeroclaw"]
E -->|completed item| H["remove zeroclaw from matrix → CI matrix"]
Reviews (1): Last reviewed commit: "chore: rename zeroclawed refs, fix gitle..." | Re-trigger Greptile
There was a problem hiding this comment.
Pull request overview
Cleans up remaining references to the deprecated name zeroclawed in repo metadata/docs, while keeping zeroclaw references for the upstream integration.
Changes:
- Update
.gitleaks.tomltitle and clarify allowlist comments (includingpaste-servernaming and why specific private IP literals are allowlisted). - Update
BACKLOG.mdto refer to “ZeroClaw” (project) rather than “zeroclawlabs” (org) in headings/entries.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
BACKLOG.md |
Renames “zeroclawlabs” references to “zeroclaw” in the integration backlog section. |
.gitleaks.toml |
Updates config title/comment wording for clarity; no functional rule changes. |
| - [ ] Install zeroclawlabs on 210 via deploy script (`--with-zeroclaw`) | ||
| - [ ] Configure zeroclawlabs gateway URL to use Calciforge security proxy | ||
| ### ZeroClaw Integration | ||
| - [ ] Install zeroclaw on 210 via deploy script (`--with-zeroclaw`) |
Summary
zeroclawedwas our old product name — dead, replaced bycalciforge.zeroclawis a live upstream project we integrate with and fork from — references to it remain intentional and accurate.Changes:
.gitleaks.tomltitle updated fromzeroclawedtocalciforge.gitleaks.tomlcomment updated fromzeroclawed-secret-pastetopaste-server(actual current crate name).gitleaks.tomlallowlist comment clarified:10.0.xentries are generic test fixture IPs, not personal infraBACKLOG.mdzeroclawlabs→zeroclaw(zeroclaw-labs is the GitHub org; zeroclaw is the project)Generated with Claude Code