Skip to content

Rename server binary to patchies-server - #268

Merged
heypoom merged 1 commit into
mainfrom
codex/rename-server-binary
Aug 21, 2026
Merged

Rename server binary to patchies-server#268
heypoom merged 1 commit into
mainfrom
codex/rename-server-binary

Conversation

@heypoom

@heypoom heypoom commented Aug 21, 2026

Copy link
Copy Markdown
Owner

Summary

  • rename the embedded Go server executable to patchies-server
  • reserve patchies for the forthcoming local CLI
  • update build, Docker, release, and documentation references

Verification

  • cd server && go test ./...
  • cd server && go build -o /private/tmp/patchies-server .

Summary by CodeRabbit

  • Chores

    • Renamed the server executable to patchies-server across releases, containers, local builds, and development workflows.
    • Updated generated release archives and checksums to use the new executable name.
  • Documentation

    • Updated startup instructions, development commands, configuration examples, and deployment references to use patchies-server.

@coderabbitai

coderabbitai Bot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: acf1a883-e1c6-4d88-9856-6b82b194b939

📥 Commits

Reviewing files that changed from the base of the PR and between a759a54 and 76acc64.

📒 Files selected for processing (7)
  • .github/workflows/release.yml
  • Dockerfile
  • Justfile
  • README.md
  • docs/DEVELOPMENT.md
  • docs/design-docs/specs/181-embedded-pocketbase-server.md
  • server/.air.toml

📝 Walkthrough

Walkthrough

The server binary is renamed from patchies to patchies-server across release packaging, Docker, local builds, Air configuration, startup documentation, and a Terraform container specification.

Changes

Server Binary Rename

Layer / File(s) Summary
Build and container runtime naming
Justfile, Dockerfile, docs/design-docs/specs/181-embedded-pocketbase-server.md
Build defaults, container paths, entrypoints, and the documented container name now use patchies-server.
Release artifact and checksum naming
.github/workflows/release.yml
Release binaries and checksum inputs now use the patchies-server_ prefix.
Development tooling and usage references
server/.air.toml, README.md, docs/DEVELOPMENT.md
Air commands and documented startup commands now use patchies-server.

Estimated code review effort: 1 (Trivial) | ~5 minutes

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/rename-server-binary

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@heypoom
heypoom marked this pull request as ready for review August 21, 2026 12:25
@heypoom heypoom changed the title chore: rename server binary Rename server binary to patchies-server Aug 21, 2026
@heypoom
heypoom merged commit c46bb5c into main Aug 21, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant