docs: post-rebrand cleanup — core docs naming, README quick start, quickstart skill repo#2246
Conversation
Aligns prose with the post-rebrand product name. Touches concepts, guides, and get_started subtrees of docs/core/. The PyPI package name `wren-engine` is preserved everywhere it appears (it is the actual package identifier on PyPI, not the product name). Mirrors the same change on the docs site (docs.getwren.ai PR fix/fix-oss-document) so the next sync-docs run is a no-op diff. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…-driven The previous Quick start used `pip install wren-engine` (without `[main]` extra) and ended with `SELECT order_id FROM orders` against a freshly scaffolded project that has no orders table — not actually runnable. The new flow points at the documented agent-driven path: install skills, let `wren-onboarding` walk a coding agent through environment checks, project scaffolding, the first connection, and the first query. The manual CLI path is preserved one click away in core/wren/README.md. Adds a "Why WrenAI?" section before Quick start so a first-time reader gets the problem framing — context layer for AI agents — instead of diving straight into mechanics. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The previous skills install URL pointed at Canner/wren-engine, which is now archived (see the README announcement above declaring the merge into Canner/WrenAI/tree/main/core). Following the old URL fetched a frozen snapshot of skills that will not receive updates. The skills bundle in Canner/WrenAI installs four skills total; this quickstart only walks through two of them, so the body now reflects that without listing extras the focused jaffle_shop walkthrough does not actually use, and links to installation.md for the full list. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (10)
WalkthroughThis PR rebrands "Wren Engine" to "Wren AI Core" throughout documentation and repositions the README to emphasize an open context layer for AI agents. The quick-start flow shifts from pip-based CLI installation to skill-bundle-based onboarding with AI agent support. ChangesWren Engine → Wren AI Core Rebranding & README Messaging Update
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🎯 2 (Simple) | ⏱️ ~12 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Summary
Three cleanup commits after the Wren AI Core rebrand:
docs/core/{concepts,guides,get_started}): rename "Wren Engine" → "Wren AI Core" to align with the rebrand. The PyPI package namewren-engineis preserved everywhere it appears (it is the actual package identifier on PyPI).README.md): add a "Why WrenAI?" section before Quick start so a first-time reader gets the problem framing — context layer for AI agents — instead of diving straight into mechanics. Rewrite Quick start as the agent-driven path (npx skills add Canner/WrenAI --skill '*'→ askwren-onboardingskill). The previous Quick start usedpip install wren-engine(without[main]extra) and ended withSELECT order_id FROM "orders"against a freshly scaffolded project that has no orders table — not actually runnable. The full CLI guide is preserved one click away incore/wren/README.md.docs/core/get_started/quickstart.md): point atCanner/WrenAIinstead of the archivedCanner/wren-engine; clarify wording around how many skills the bundle installs.Mirror change for the docs site is in [Canner/docs.getwren.ai#fix/fix-oss-document]. Sync verified byte-to-byte across all sync-action paths — the next
sync-docsrun after merge is a no-op diff.Test plan
npx skills add Canner/WrenAI --skill '*'resolves and installsdocs/core/sync-docs.ymltriggers, completes withchanged=false, no auto-PR is created on docs.getwren.ai (the mirror commit is already there)🤖 Generated with Claude Code
Summary by CodeRabbit
npx skills add Canner/WrenAIcommandwren-onboardingskill for setup and initial queries