chore: name the product "agent" in README prose#2
Merged
Conversation
Match the user-facing terminology rename (usezombie M82_002): the product noun is "agent". Brand (usezombie), CLI (zombiectl), and the skill name usezombie-install-platform-ops are unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Aligns the skills README with the user-facing terminology rename in
usezombie(M82_002): the product noun is agent, not "zombie".Three prose lines in
README.mdupdated ("inspect agents", "platform-ops agent", "Setting up an agent"). Brand (usezombie), CLI (zombiectl), and the skill nameusezombie-install-platform-opsare unchanged.🤖 Generated with Claude Code
Greptile Summary
This PR updates three prose lines in
README.mdto replace "zombie" (the product noun) with "agent", aligning documentation with a product terminology rename. Brand name (usezombie), CLI (zombiectl), and skill identifiers are intentionally left unchanged.Confidence Score: 4/5
Safe to merge; changes are documentation-only with no impact on code or runtime behaviour.
The tagline on line 9 still reads "operate zombies", which is inconsistent with the stated rename goal and the three other lines that were updated. Everything else looks correct and intentional per the PR description.
README.md line 9 — the hero tagline was not updated alongside the three other prose changes.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[PR: rename product noun in README] --> B{Term type} B -->|Product noun prose| C[zombie → agent] B -->|Brand name| D[usezombie — unchanged] B -->|CLI tool| E[zombiectl — unchanged] B -->|Skill name| F[usezombie-install-platform-ops — unchanged] C --> G["inspect agents ✓"] C --> H["platform-ops agent ✓"] C --> I["Setting up an agent ✓"] C --> J["operate zombies ⚠️ (line 9, not updated)"]Comments Outside Diff (1)
README.md, line 9 (link)Prompt To Fix With AI
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
Prompt To Fix All With AI
Reviews (1): Last reviewed commit: "chore: name the product "agent" in READM..." | Re-trigger Greptile