Skip to content

chore: rename Blazebot to AI Workflow going forward - #293

Merged
outof-place merged 3 commits into
mainfrom
chore/rename-blazebot-to-ai-workflow
Aug 16, 2026
Merged

chore: rename Blazebot to AI Workflow going forward#293
outof-place merged 3 commits into
mainfrom
chore/rename-blazebot-to-ai-workflow

Conversation

@outof-place

Copy link
Copy Markdown
Collaborator

Goal

Everything going forward is "AI Workflow", not "Blazebot". Existing Blazebot artifacts keep working (backward-compat, no data migration); only new writes and new-facing defaults switch.

A prior change (2026-07-23) already renamed the functional branch prefix and gate check name (ai-workflow/ and AI Workflow / are the current defaults; blazebot/ kept only as LEGACY_ aliases). This PR finishes the product-name rename in the three places that were still left on the old name.

What changed

1. Product-name prose (docs + skills)SETUP.md, docs/SPEC.md, docs/user-stories.md, and the init-* setup skills now say "AI Workflow" / @ai-workflow. Stale blazebot/* branch and blazebot / ... check-name references in SETUP.md corrected to ai-workflow/* and AI Workflow / .... No behavior change.

2. CHAT_SDK_BOT_NAME default — flipped from blazebot to ai-workflow (env.ts, .env.example, docs). Deployments that set the variable explicitly keep their value (backward-compat).

3. Agent-memory directory blazebot/memory -> ai-workflow/memory, with full backward-compat (the substantive part):

  • New session-memory writes target ai-workflow/memory/<task>.md.
  • Reads recall content under EITHER path: hydrate, persist, and distill all try the new store key / workspace file, then the legacy blazebot/memory/... one (migrate-forward: found legacy content is re-stored under the new key). No run loses memory across the cutover.
  • The customer-repo-leak SECURITY GATE covers BOTH paths everywhere: the authoritative publish gate (verifyPublishedMemoryScope), the git pre-commit hook + core.excludesFile excludes, the publication scrub markers, the repo-memory ENTRY_PLATFORM_PATH_PATTERN, and the disposable-review excludes. A doc under either directory can never be committed to or published into a customer repo.
  • Agent-facing prompt text (default-prompts.ts) points at ai-workflow/memory (restore lines also mention the legacy path). Migration 0052_builtin_prompt_resync (generated, no-op-safe, IS DISTINCT FROM-guarded, created_by='system'-scoped, no db.transaction) propagates the new prompt text to already-provisioned DBs; customer-edited prompts untouched.

Not changed (intentional backward-compat)

LEGACY_BRANCH_PREFIX="blazebot/" and LEGACY_GATE_CHECK_NAME_PREFIX in workflow-naming.ts, the GitHub App, Slack app identity, and git history — all left as-is. blazebot/memory remains a fully-gated, still-read legacy path.

Verification

  • Full touched-file test set green (562 passed across the gate/memory/prompt suites, incl. new dual-read and "ai-workflow/memory is gated" security tests); tsc --noEmit clean; build:shared clean.
  • Reviewed via a two-axis reviewer (spec + standards: APPROVE) and an adversarial skeptic red-team focused on the leak invariant (could not refute; the one recall-window finding was fixed). Migration chain (journal contiguity, snapshot prevId) verified.

🤖 Generated with Claude Code

outof-place and others added 3 commits August 16, 2026 19:57
@vercel

vercel Bot commented Aug 16, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ai-workflow-app-dashboard Ready Ready Preview Aug 16, 2026 6:52pm

Request Review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

@coderabbitai

coderabbitai Bot commented Aug 16, 2026

Copy link
Copy Markdown

Important

Review available on request

  • 🔍 Trigger review

Reviews should be triggered manually for repositories with fewer than 10 stars. Select Trigger review above or comment @coderabbitai review to review the latest changes. For a full review, comment @coderabbitai full review.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 67c2173e-396e-4f0e-a4dc-ad6397bd5c00


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.

@outof-place
outof-place merged commit a81c8c8 into main Aug 16, 2026
7 checks passed
@outof-place
outof-place deleted the chore/rename-blazebot-to-ai-workflow branch August 16, 2026 19:23
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