Skip to content

chore: clean up zeroclawed name remnants#81

Merged
bglusman merged 1 commit into
mainfrom
cleanup/naming-and-gitleaks
Apr 29, 2026
Merged

chore: clean up zeroclawed name remnants#81
bglusman merged 1 commit into
mainfrom
cleanup/naming-and-gitleaks

Conversation

@bglusman

Copy link
Copy Markdown
Owner

Summary

zeroclawed was our old product name — dead, replaced by calciforge. zeroclaw is a live upstream project we integrate with and fork from — references to it remain intentional and accurate.

Changes:

  • .gitleaks.toml title updated from zeroclawed to calciforge
  • .gitleaks.toml comment updated from zeroclawed-secret-paste to paste-server (actual current crate name)
  • .gitleaks.toml allowlist comment clarified: 10.0.x entries are generic test fixture IPs, not personal infra
  • BACKLOG.md zeroclawlabszeroclaw (zeroclaw-labs is the GitHub org; zeroclaw is the project)

Generated with Claude Code

- 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>
Copilot AI review requested due to automatic review settings April 29, 2026 18:53
@qodo-code-review

Copy link
Copy Markdown
ⓘ 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.

@greptile-apps

greptile-apps Bot commented Apr 29, 2026

Copy link
Copy Markdown

Greptile Summary

This PR is a naming-cleanup chore: it replaces the old product name zeroclawed with calciforge in the gitleaks config title, corrects the crate reference from zeroclawed-secret-paste to paste-server (matching the actual path crates/paste-server/src/lib.rs), and renames zeroclawlabszeroclaw in BACKLOG.md to match the upstream project name. No logic, rules, or allowlist values are changed.

Confidence Score: 5/5

Safe to merge — purely cosmetic renaming with no logic or rule changes

All changes are comment/string updates that improve naming accuracy; no allowlist values, regex rules, or functional code are touched

No files require special attention

Important Files Changed

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 zeroclawlabszeroclaw 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"]
Loading

Reviews (1): Last reviewed commit: "chore: rename zeroclawed refs, fix gitle..." | Re-trigger Greptile

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.toml title and clarify allowlist comments (including paste-server naming and why specific private IP literals are allowlisted).
  • Update BACKLOG.md to 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.

Comment thread BACKLOG.md
- [ ] 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`)
Comment thread BACKLOG.md
@bglusman bglusman merged commit 92d3584 into main Apr 29, 2026
21 checks passed
@bglusman bglusman deleted the cleanup/naming-and-gitleaks branch April 29, 2026 19:24
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.

2 participants