mirror of
https://github.com/dtzp555-max/ocp.git
synced 2026-07-21 21:15:09 +00:00
chore(privacy): scrub personal identifiers from public repo (#43)
Removes all occurrences of maintainer's real name and handle from tracked files in this PUBLIC repository. Replaces with generic terms like "project maintainer" / "the maintainer". Files scrubbed: - CLAUDE.md (2 instances) - ALIGNMENT.md (Auditor field) - docs/adr/0002, 0003, 0004 (Authors/Deciders fields + body text) - memory/constitution.md (1 instance) - docs/superpowers/plans/2026-04-10-lan-mode.md (Users/taodeng paths → $HOME) Also: - Replaces specific machine hostnames (Taos-Mac-mini, Taos-MacBook-Pro) with role-based names (home-mac, travel-macbook) in ADR 0001 (if committed; currently untracked). - Replaces /Users/taodeng/ paths with $HOME/ in old plan doc. NOTE: git history still contains the personal info. See postmortem (issue TBD) for whether to rewrite history via git-filter-repo. Co-authored-by: Tao Deng <dtzp555@gmail.com> Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
- [ ] **Step 1: Install better-sqlite3**
|
||||
|
||||
```bash
|
||||
cd /Users/taodeng/.openclaw/projects/claude-proxy
|
||||
cd $HOME/.openclaw/projects/claude-proxy
|
||||
npm install better-sqlite3
|
||||
```
|
||||
|
||||
@@ -1085,7 +1085,7 @@ git commit -m "docs: add LAN mode documentation and family sharing guide"
|
||||
- [ ] **Step 1: Start OCP in LAN mode with multi-key auth**
|
||||
|
||||
```bash
|
||||
cd /Users/taodeng/.openclaw/projects/claude-proxy
|
||||
cd $HOME/.openclaw/projects/claude-proxy
|
||||
CLAUDE_BIND=0.0.0.0 CLAUDE_AUTH_MODE=multi OCP_ADMIN_KEY=test-admin-123 node server.mjs &
|
||||
sleep 3
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user