Skip to content

rename @tanstack/playbooks to @tanstack/intent#12

Merged
KyleAMathews merged 5 commits into
mainfrom
feat/rename-to-intent
Mar 3, 2026
Merged

rename @tanstack/playbooks to @tanstack/intent#12
KyleAMathews merged 5 commits into
mainfrom
feat/rename-to-intent

Conversation

@KyleAMathews

Copy link
Copy Markdown
Collaborator

Summary

  • Renames the package from @tanstack/playbooks to @tanstack/intent and moves packages/playbooks/packages/intent/
  • Renames all CLI binaries: playbookintent, playbook-libraryintent-library
  • Updates all TypeScript types (PlaybookConfigIntentConfig, etc.), function names, config file names (playbook.config.jsonintent.config.json), and sentinel comments (<!-- playbook-skills --><!-- intent-skills -->)
  • Updates meta SKILL.md files, oz templates, and workflow templates throughout

Test plan

  • pnpm build succeeds in packages/intent
  • pnpm test:lib passes in packages/intent
  • intent --help and intent-library --help work after build
  • Validate skills script runs: pnpm tsx scripts/validate-skills.ts packages/intent/meta

🤖 Generated with Claude Code

KyleAMathews and others added 2 commits March 3, 2026 09:22
Renames the package, all CLI binaries, TypeScript types, function names,
config files, SKILL.md meta files, and workflow templates from the
playbook/playbooks namespace to intent.

- Package: @tanstack/playbooks → @tanstack/intent
- Binaries: playbook/playbook-library → intent/intent-library
- Directory: packages/playbooks → packages/intent
- Source file: playbook-library.ts → intent-library.ts
- Types: PlaybookConfig/PlaybookPackage → IntentConfig/IntentPackage
- Functions: scanForPlaybooks → scanForIntents, hasPlaybookBlock → hasIntentBlock, etc.
- Config files: playbook.config.json → intent.config.json
- Sentinels: <!-- playbook-skills --> → <!-- intent-skills -->
- Package.json field: "playbook" key → "intent" key
- Detection: bin.playbook → bin.intent

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@pkg-pr-new

pkg-pr-new Bot commented Mar 3, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/@tanstack/intent@12

commit: 1b29e28

KyleAMathews and others added 3 commits March 3, 2026 09:27
Update generate-docs.ts, vitest.workspace.js, validate-skills workflow,
vitest config name, feedback.ts comment, and README to use intent.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@KyleAMathews
KyleAMathews merged commit a71530f into main Mar 3, 2026
5 checks passed
@LadyBluenotes
LadyBluenotes deleted the feat/rename-to-intent branch March 16, 2026 20:08
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