codexmu 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.ko.md +1 -1
- package/README.md +1 -1
- package/package.json +1 -1
- package/vendor/darwin-arm64/codexmu +0 -0
- package/vendor/darwin-x64/codexmu +0 -0
- package/vendor/linux-arm64/codexmu +0 -0
- package/vendor/linux-x64/codexmu +0 -0
package/README.ko.md
CHANGED
|
@@ -216,7 +216,7 @@ python3 tests/terminal.py --codex-bin "$(command -v codex)" --sessions 3 --resiz
|
|
|
216
216
|
|
|
217
217
|
`package.json`과 `Cargo.toml`의 버전을 함께 변경하세요. GitHub 저장소에 코드를 올린 뒤 Actions의 **npm release → Run workflow**를 실행하면 네 플랫폼의 바이너리를 빌드·검증하고 `npm-package` 아티팩트에 설치 가능한 `.tgz`를 만듭니다. Linux는 musl 타깃으로 빌드합니다.
|
|
218
218
|
|
|
219
|
-
게시하려면 `npm-package` 아티팩트를 내려받고, `npm login`한 머신에서 `npm publish ./codexmu-<version>.tgz --access public`을 실행하세요. npm은 게시 계정에 2단계 인증(2FA)을 요구하며, 명령 실행 시 브라우저 승인 단계가 열립니다. CI에서 게시하려면
|
|
219
|
+
게시하려면 `npm-package` 아티팩트를 내려받고, `npm login`한 머신에서 `npm publish ./codexmu-<version>.tgz --access public`을 실행하세요. npm은 게시 계정에 2단계 인증(2FA)을 요구하며, 명령 실행 시 브라우저 승인 단계가 열립니다. CI에서 게시하려면 npmjs.com 패키지 설정에서 이 저장소와 `npm-release.yml` 워크플로를 **trusted publisher**로 등록하고 워크플로의 **publish**를 선택하세요. 토큰 없이 GitHub OIDC로 게시됩니다. 패키지 이름을 바꾸려면 `package.json`의 `name`을 변경하면 됩니다. 워크플로는 네 플랫폼의 빌드와 검증이 모두 성공한 뒤 패키지를 게시합니다.
|
|
220
220
|
|
|
221
221
|
로컬 `npm publish`도 네 플랫폼 실행 파일이 모두 있는지 먼저 확인합니다. `npm pack`은 현재 플랫폼만으로 허용하므로 로컬 설치 테스트에 사용할 수 있습니다. 이 로컬 전용 `.tgz`를 공개 게시하지 마세요. 의존 npm 패키지와 설치 스크립트는 없습니다.
|
|
222
222
|
|
package/README.md
CHANGED
|
@@ -216,7 +216,7 @@ See [AGENTS.md](AGENTS.md) for the code layout, authentication and concurrency i
|
|
|
216
216
|
|
|
217
217
|
Update the versions in `package.json` and `Cargo.toml` together. After pushing the code to GitHub, select **npm release → Run workflow** in Actions to build and check all four platforms and create an installable `.tgz` in the `npm-package` artifact. Linux builds use musl targets.
|
|
218
218
|
|
|
219
|
-
To publish, download the `npm-package` artifact and run `npm publish ./codexmu-<version>.tgz --access public` from a machine logged in with `npm login`. npm requires two-factor authentication on the publishing account; the command opens a browser approval step. Alternatively,
|
|
219
|
+
To publish, download the `npm-package` artifact and run `npm publish ./codexmu-<version>.tgz --access public` from a machine logged in with `npm login`. npm requires two-factor authentication on the publishing account; the command opens a browser approval step. Alternatively, register this repository and the `npm-release.yml` workflow as a **trusted publisher** on the package's npmjs.com settings page and select **publish** in the workflow to publish from CI via GitHub OIDC without any token. Change `name` in `package.json` to rename the package. The workflow publishes only after builds and checks succeed for all four platforms.
|
|
220
220
|
|
|
221
221
|
Local `npm publish` also checks that executables for all four platforms are present. `npm pack` permits a current-platform-only package for local installation tests; do not publish that local-only `.tgz` publicly. There are no npm dependencies or installation scripts.
|
|
222
222
|
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/vendor/linux-x64/codexmu
CHANGED
|
Binary file
|