Rename Facebot to Stoop ahead of public release - #1
Draft
sugawolfdrew wants to merge 1 commit into
Draft
Conversation
"Facebot" was a working title and carries two problems for a public repo: - Trademark exposure. Meta has enforced against Teachbook, Lamebook, and FaceCash over the "face"/"book" elements alone. Facebot is a harder case than any of them: it uses "face", sits in a Facebook-adjacent category, and exists to automate Facebook. - Positioning. The existing OSS landscape here is a wall of facebook-marketplace-bot / auto-poster / scraper projects. "-bot" filed this project on that shelf, directly against the assistant-not-bot-farm posture the design is built around. Stoop is platform-neutral (eBay is P3, more adapters after), reads as human-scale rather than automated, and works as a spoken command: "stoop run", "stoop status", "stoop check messages". Mechanical rename only, no behavior or design changes. References to Facebook Marketplace and Facebook Messenger as platforms are untouched. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01752oaiKHg6FnzCbR3F4ytE
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.
First step of release planning: retiring the working title.
Why rename
Trademark exposure. Meta has enforced against Teachbook, Lamebook, and FaceCash over the "face"/"book" elements alone. Facebot is a harder case than any of those — it uses "face," sits in a Facebook-adjacent category, and exists to automate Facebook. Not a name to take public.
Positioning. The existing open-source landscape here is wall-to-wall
facebook-marketplace-bot,Facebook-Marketplace-Auto-Poster,facebook-marketplace-scraper— bulk posters and scrapers. "-bot" filed this project on exactly that shelf, directly against the assistant, not bot farm posture the whole design is built around (human-scale caps, quiet hours, three hard checkpoints). If a platform trust-and-safety reviewer ever reads the name, "bot" is the wrong word to hand them.Why Stoop
A "stoop sale" is precisely this product: one person selling their own things at neighborhood scale. It's platform-neutral, so eBay (P3) and any later OfferUp/Craigslist/Mercari adapters need no second rename. It's one syllable and unmistakable spoken aloud, which matters because the thing is invoked by chat —
stoop run,stoop status,stoop check messages. And a stoop is the threshold where your things leave the house, which is what the three checkpoints guard.Alternatives considered and cut for collisions: Sundry (Sundry Marketplace is a live P2P trading app), Rummage (Rumage is a secondhand marketplace), Legwork (funded SaaS holding the mark), Curio, Pitch, and Cinch. Runners-up were Tagsale, Consign, and Curbside. Only conflict on Stoop is Stoop Inbox, a niche newsletter app in an unrelated category.
What changed
Mechanical rename only — no behavior, design, or roadmap changes.
skills/facebot/→skills/stoop/(git-tracked as a rename)facebot-intake→stoop-intake, and the same for comps/list/inbox/close"facebot run"→"stoop run", etc.~/facebot→~/stoopReferences to Facebook Marketplace and Facebook Messenger as platforms are deliberately untouched — those name the real service, not the product. This was safe to do mechanically because
FacebotandFacebookdiverge at the 7th letter, so the substitution could never match the platform name. Verified after the fact: all 8 platform references survive intact.Also nudged the ASCII repo-layout tree in
docs/architecture.mdback into alignment, sincestoopis two characters shorter thanfacebot.Follow-ups not in this PR
sugawolfdrew/facebot→sugawolfdrew/stoop) has to happen in repo Settings — no API tool available in this session. The architecture doc already points at the new slug, so that link is dead until the repo is renamed. GitHub will redirect the old URL afterward.facebot; both are cosmetic and not worth churning.Generated by Claude Code