rename @tanstack/playbooks to @tanstack/intent#12
Merged
Conversation
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>
commit: |
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>
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.
Summary
@tanstack/playbooksto@tanstack/intentand movespackages/playbooks/→packages/intent/playbook→intent,playbook-library→intent-libraryPlaybookConfig→IntentConfig, etc.), function names, config file names (playbook.config.json→intent.config.json), and sentinel comments (<!-- playbook-skills -->→<!-- intent-skills -->)Test plan
pnpm buildsucceeds inpackages/intentpnpm test:libpasses inpackages/intentintent --helpandintent-library --helpwork after buildpnpm tsx scripts/validate-skills.ts packages/intent/meta🤖 Generated with Claude Code