chore: rename eyes to monkey under pandoras-box #10

Merged
David merged 1 commit from chore/rename-to-pandoras-box-monkey into main 2026-05-13 13:13:25 +02:00
Owner

Summary

Repo moved to owner pandoras-box and renamed to monkey. Updates every reference in source, CI, and Docker assets to match the new name.

Changes

  • Package + binary name: eyes to monkey (Cargo.toml, Cargo.lock, src/main.rs, tests/video_convert.rs).
  • Build-time env vars: EYES_GIT_HASH/EYES_BUILD_DATE to MONKEY_* (build.rs, src/main.rs, oci-build/Dockerfile, build workflow).
  • Atomic-write sidecar prefix: .eyes-partial. to .monkey-partial. (src/video/convert.rs).
  • OCI image path: dev.a8n.run/a8n-tools/eyes to dev.a8n.run/pandoras-box/monkey; LABEL org.opencontainers.image.source updated.
  • Forgejo generic package path: /generic/eyes/ to /generic/monkey/; binary asset eyes-linux-x86_64 to monkey-linux-x86_64.
  • Dufs path: /public/linux/x86_64/eyes to /public/linux/x86_64/monkey.
  • Docker dev volumes: dev-eyes-cargo-* to dev-monkey-cargo-* (justfile).
  • README rewritten with the new name and owner.
  • Dropped non-existent secrets/vars A8N_TOOLS_PRIVATE_PACKAGE_OWNER / A8N_TOOLS_PRIVATE_PACKAGE_PAT; the workflow now reads owner from github.repository_owner and auth from secrets.FORGEJO_PAT (same secret create-release.yml already uses).

Frozen design docs under docs/superpowers/ are left intact (historical record). The external ghcr.io/niceguyit/rust-builder-musl builder image is unrelated and unchanged.

Test plan

  • Local: just check-docker builds the builder stage with the renamed package.
  • CI: push triggers Build OCI container; verify image is published to dev.a8n.run/pandoras-box/monkey:<tag> and the generic package + binary asset land under /generic/monkey/.
  • Tag a release and confirm Dufs upload writes to /public/linux/x86_64/monkey/<tag>/monkey.
## Summary Repo moved to owner `pandoras-box` and renamed to `monkey`. Updates every reference in source, CI, and Docker assets to match the new name. ## Changes - Package + binary name: `eyes` to `monkey` (`Cargo.toml`, `Cargo.lock`, `src/main.rs`, `tests/video_convert.rs`). - Build-time env vars: `EYES_GIT_HASH`/`EYES_BUILD_DATE` to `MONKEY_*` (`build.rs`, `src/main.rs`, `oci-build/Dockerfile`, build workflow). - Atomic-write sidecar prefix: `.eyes-partial.` to `.monkey-partial.` (`src/video/convert.rs`). - OCI image path: `dev.a8n.run/a8n-tools/eyes` to `dev.a8n.run/pandoras-box/monkey`; LABEL `org.opencontainers.image.source` updated. - Forgejo generic package path: `/generic/eyes/` to `/generic/monkey/`; binary asset `eyes-linux-x86_64` to `monkey-linux-x86_64`. - Dufs path: `/public/linux/x86_64/eyes` to `/public/linux/x86_64/monkey`. - Docker dev volumes: `dev-eyes-cargo-*` to `dev-monkey-cargo-*` (justfile). - README rewritten with the new name and owner. - Dropped non-existent secrets/vars `A8N_TOOLS_PRIVATE_PACKAGE_OWNER` / `A8N_TOOLS_PRIVATE_PACKAGE_PAT`; the workflow now reads owner from `github.repository_owner` and auth from `secrets.FORGEJO_PAT` (same secret `create-release.yml` already uses). Frozen design docs under `docs/superpowers/` are left intact (historical record). The external `ghcr.io/niceguyit/rust-builder-musl` builder image is unrelated and unchanged. ## Test plan - [ ] Local: `just check-docker` builds the builder stage with the renamed package. - [ ] CI: push triggers `Build OCI container`; verify image is published to `dev.a8n.run/pandoras-box/monkey:<tag>` and the generic package + binary asset land under `/generic/monkey/`. - [ ] Tag a release and confirm Dufs upload writes to `/public/linux/x86_64/monkey/<tag>/monkey`.
chore: rename eyes to monkey under pandoras-box
Some checks failed
Check / fmt + clippy + build + tests (pull_request) Failing after 2s
Create release / Create release from merged PR (pull_request) Has been skipped
4206b1f726
Repo moved to owner pandoras-box and renamed to monkey. Update package and binary name, build env vars (EYES_* to MONKEY_*), sidecar prefix (.eyes-partial. to .monkey-partial.), OCI image path, Forgejo generic package path, Dufs path, docker dev volume names, and README. Drop A8N_TOOLS_PRIVATE_PACKAGE_OWNER/PAT (no longer exist); the workflow now reads owner from github.repository_owner and auth from secrets.FORGEJO_PAT.
David merged commit 664f7802d0 into main 2026-05-13 13:13:25 +02:00
David deleted branch chore/rename-to-pandoras-box-monkey 2026-05-13 13:13:25 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pandoras-box/monkey!10
No description provided.