Skip to content

Commit 92d3584

Browse files
authored
chore: rename zeroclawed refs, fix gitleaks comments (#81)
- 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.
1 parent 4a26949 commit 92d3584

2 files changed

Lines changed: 10 additions & 11 deletions

File tree

.gitleaks.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# Rules here catch the SHAPE of disclosure (private-IP ranges, generic
2222
# credential-in-header patterns), not any specific user's identifiers.
2323

24-
title = "zeroclawed secret + infra-leak rules (public, generic)"
24+
title = "calciforge secret + infra-leak rules (public, generic)"
2525

2626
# Start from gitleaks' curated default rules (40+ cloud/tool token patterns).
2727
[extend]
@@ -87,7 +87,7 @@ paths = [
8787
'''package-lock\.json$''',
8888
'''yarn\.lock$''',
8989
'''bun\.lock$''',
90-
# zeroclawed-secret-paste lib.rs: contains pure-function predicate
90+
# paste-server lib.rs: contains pure-function predicate
9191
# tests for is_localhost_origin that, by construction, must use
9292
# literal RFC 1918 / CGNAT IPs to test that the predicate accepts
9393
# private and rejects CGNAT. Substituting RFC 5737 docs IPs would
@@ -118,10 +118,9 @@ regexes = [
118118
'''192\.168\.1\.42''',
119119
'''192\.168\.1\.100''',
120120
'''user:pass@evil\.com''',
121-
# Pre-existing leaks inherited from main (rename PR re-touched
122-
# files containing them; they were already there). Tracked for
123-
# sanitization in a follow-up PR. Specific values only — keeps
124-
# the rest of the 10/8 + 192.168/16 ranges tight.
121+
# Example private IPs used in test fixtures and docs — generic
122+
# placeholders, not real deployment addresses. Specific values only;
123+
# keeps the rest of the 10/8 + 192.168/16 ranges tight.
125124
'''10\.0\.0\.1''',
126125
'''10\.0\.0\.10''',
127126
'''10\.0\.0\.20''',

BACKLOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
- [ ] Test end-to-end: Telegram → calciforge → claw-code → security proxy → provider
1010
- [ ] Document claw-code integration in `docs/claw-code-setup.md`
1111

12-
### ZeroClaw (zeroclawlabs) Integration
13-
- [ ] Install zeroclawlabs on 210 via deploy script (`--with-zeroclaw`)
14-
- [ ] Configure zeroclawlabs gateway URL to use Calciforge security proxy
12+
### ZeroClaw Integration
13+
- [ ] Install zeroclaw on 210 via deploy script (`--with-zeroclaw`)
14+
- [ ] Configure zeroclaw gateway URL to use Calciforge security proxy
1515
- [ ] Create wrapper script: `zeroclaw-wrapped` → routes through Calciforge security proxy
1616
- [ ] Test: Telegram → calciforge → zeroclaw → security proxy → provider
1717
- [ ] Document zeroclaw integration
@@ -91,10 +91,10 @@
9191
- [x] Remove vendored zeroclaw crate (use upstream)
9292
- [x] Remove robot-kit, aardvark-sys (use upstream)
9393
- [x] Remove local clash (use crates.io)
94-
- [x] Update deps: zeroclawlabs 0.6.8, clash 0.6.2
94+
- [x] Update deps: zeroclaw 0.6.8, clash 0.6.2
9595
- [x] Sanitize deploy scripts (move to infra/, gitignore)
9696
- [x] Git history filter to remove secrets/artifacts
97-
- [x] CI cleanup (remove zeroclaw from matrix)
97+
- [x] CI cleanup (remove zeroclaw from CI matrix)
9898

9999
---
100100

0 commit comments

Comments
 (0)