rename: Hornet β Baudbot#16
Merged
Merged
Conversation
Complete rename across the entire codebase: - hornet_agent β baudbot_agent (Unix user) - HORNET_* β BAUDBOT_* (env vars, iptables chains, log prefixes) - hornet-safe-bash β baudbot-safe-bash (file + install path) - hornet-docker β baudbot-docker (file + install path) - hornet-firewall.service β baudbot-firewall.service - hornet-version/manifest.json β baudbot-version/manifest.json - All docs, skills, README branding updated - π β π€ All 207 tests pass. Zero grep hits for 'hornet' outside .git/node_modules.
Greptile SummaryComplete codebase rename from Hornet to Baudbot across all 42 changed files. All Unix user references (
All 207 tests pass. ShellCheck clean. Zero grep hits for 'hornet' in actual code. This is a textual rename with no logic changes. Confidence Score: 5/5
Important Files Changed
Flowchartflowchart TD
A[Rename Scope] --> B[Infrastructure]
A --> C[Code & Config]
A --> D[Documentation]
B --> B1[Unix User: hornet_agent β baudbot_agent]
B --> B2[Binaries: hornet-safe-bash β baudbot-safe-bash]
B --> B3[Binaries: hornet-docker β baudbot-docker]
B --> B4[Systemd: hornet-firewall.service β baudbot-firewall.service]
B --> B5[iptables: HORNET_OUTPUT β BAUDBOT_OUTPUT]
C --> C1[Env Vars: HORNET_* β BAUDBOT_*]
C --> C2[Paths: /home/hornet_agent β /home/baudbot_agent]
C --> C3[Package: hornet β baudbot]
C --> C4[Extensions & Skills]
C --> C5[Test Files]
D --> D1[README: π Hornet β π€ Baudbot]
D --> D2[AGENTS.md, SECURITY.md, CONFIGURATION.md]
D --> D3[Skill Documentation]
D --> D4[CI Workflows]
Last reviewed commit: 4be6865 |
benvinegar
added a commit
that referenced
this pull request
Feb 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Complete rename across the entire codebase.
Unix user:
hornet_agentβbaudbot_agentEnv vars:
HORNET_*βBAUDBOT_*Binaries:
hornet-safe-bashβbaudbot-safe-bash,hornet-dockerβbaudbot-dockerSystemd:
hornet-firewall.serviceβbaudbot-firewall.serviceiptables:
HORNET_OUTPUTβBAUDBOT_OUTPUT, log prefixes updatedDocs: All references, branding, emoji (πβπ€)
Files:
hornet-version.jsonβbaudbot-version.json, etc.All 207 tests pass. ShellCheck clean. Zero grep hits for 'hornet'.
After merge: rename the GitHub repo (
modem-dev/hornetβmodem-dev/baudbot) in Settings.