Skip to content

Commit f588397

Browse files
author
jun
committed
docs(devlog): anonymise remote home paths the privacy scan flagged
1 parent 7774e66 commit f588397

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

devlog/_plan/260902_multiplatform_qa_and_gui/000_host_inventory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
| `macmini-cf` | macOS arm64 | **소스 체크아웃** | `~/opencodex` @ `0cc73411a` (dev), `~/.bun/bin/ocx``~/opencodex/bin/ocx.mjs` 심볼릭 링크, launchd `com.opencodex.proxy` PID 80761 **실행 중**, bun 1.3.14 |
1212
| `lidge` | Linux x86_64 | **npm 글로벌** | `@bitkyc08/opencodex@2.21.0`, node/npm `/usr/bin`, bun `/usr/local/bin`, `~/.opencodex` 존재, 서비스 없음 |
1313
| `intmb` | macOS | **미설치** | `ocx` 없음, `~/.opencodex` 없음, npm 글로벌 없음, bun 없음 |
14-
| `desktop-c795oh4` | Windows (MINGW64) | **npm 글로벌** | `@bitkyc08/opencodex@2.32.1`, `/c/Users/user/AppData/Roaming/npm/ocx`, `~/.opencodex` 존재, bun 1.3.14, node v24.19.0 |
14+
| `desktop-c795oh4` | Windows (MINGW64) | **npm 글로벌** | `@bitkyc08/opencodex@2.32.1`, `~/AppData/Roaming/npm/ocx`, `~/.opencodex` 존재, bun 1.3.14, node v24.19.0 |
1515

1616
Tailscale 이름 해석: 사용자가 말한 "macbook"과 "desktop"은 SSH 별칭으로 각각
1717
`intmb``desktop-c795oh4`다. `macbook`/`desktop`은 해석되지 않는다.

devlog/_plan/260902_multiplatform_qa_and_gui/021_wp3_macmini_outcome.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
HEAD = 0cc73411aec36699aa30e98156a685665d8d8e5b
1010
BRANCH = dev
1111
DIRTY = 0
12-
LINK = /Users/junny/opencodex/bin/ocx.mjs
12+
LINK = ~/opencodex/bin/ocx.mjs
1313
SVC = 80761 com.opencodex.proxy
1414
서빙 버전 = 2.39.0, /healthz 200
1515
```
@@ -59,7 +59,7 @@ HEAD로 남은 것이다.
5959
BRANCH = dev (사전과 일치)
6060
HEAD = 0cc73411a... (사전과 일치)
6161
DIRTY = 0 (사전과 일치)
62-
LINK = /Users/junny/opencodex/bin/ocx.mjs (사전과 일치)
62+
LINK = ~/opencodex/bin/ocx.mjs (사전과 일치)
6363
SVC = 64484 com.opencodex.proxy (PID는 재기동으로 바뀜, 실행 상태 일치)
6464
버전 = 2.39.0 (사전과 일치)
6565
```

devlog/_plan/260902_multiplatform_qa_and_gui/022_wp4_linux_macbook_outcome.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
`2.21.0``2.39.0` 갱신 후 QA, 다시 `2.21.0`으로 복원했다.
66

77
`ocx`가 PATH에 없어서 `npm root -g`로 실제 경로를 찾아 실행했다
8-
(`/home/lidgeai/.local/lib/node_modules/@bitkyc08/opencodex`). PATH 부재는
8+
(`~/.local/lib/node_modules/@bitkyc08/opencodex`). PATH 부재는
99
설치 문제가 아니라 이 호스트의 셸 설정이고, 사용자 환경이므로 건드리지 않았다.
1010

1111
CLI 계약이 macOS와 동일하다: 빈 입력 exit 0, 오플래그 exit 1, 미매칭 라우트
@@ -30,7 +30,7 @@ node, npm, bun 전부 없었다. 시스템에 런타임을 설치하는 것은
3030

3131
```
3232
Pointed Codex's built-in openai provider at the opencodex proxy (openai_base_url).
33-
Codex model catalog: /Users/tig/.codex/opencodex-catalog.json
33+
Codex model catalog: ~/.codex/opencodex-catalog.json
3434
WARNING: 4 Codex app-server process(es) still running ...
3535
```
3636

devlog/_plan/260902_multiplatform_qa_and_gui/023_wp5_windows_outcome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
```
66
npm 글로벌 = @bitkyc08/opencodex@2.32.1
7-
ocx = /c/Users/user/AppData/Roaming/npm/ocx
7+
ocx = ~/AppData/Roaming/npm/ocx
88
~/.opencodex = 존재
99
node v24.19.0, bun 1.3.14
1010
프록시 PID 26208 가동 중 (uptime 638755s = 약 7.4일)

0 commit comments

Comments
 (0)