Skip to content

Port table layout and skill hierarchy to intent-library list#18

Merged
KyleAMathews merged 1 commit into
mainfrom
feat/library-list-table-output
Mar 3, 2026
Merged

Port table layout and skill hierarchy to intent-library list#18
KyleAMathews merged 1 commit into
mainfrom
feat/library-list-table-output

Conversation

@KyleAMathews

Copy link
Copy Markdown
Collaborator

Summary

Before

@tanstack/db v0.5.2 — Reactive data layer for TanStack
  db-core                           Core database concepts and collection setup                  /path/to/skills/db-core/SKILL.md
  db-core/live-queries              Reactive live queries with automatic re-evaluation            /path/to/skills/db-core/live-queries/SKILL.md
  db-core/optimistic-updates        Optimistic mutation patterns with rollback                    /path/to/skills/db-core/optimistic-updates/SKILL.md

After

3 intent-enabled packages, 11 skills

PACKAGE             VERSION  SKILLS
──────────────────────────────────────
@tanstack/db        0.5.2    4
@tanstack/react-db  0.5.2    2
@tanstack/router    1.120.2  5

Skills:

  @tanstack/db
    db-core               [core]        Core database concepts and collection setup
      live-queries        [core]        Reactive live queries with automatic re-evaluation
      optimistic-updates  [core]        Optimistic mutation patterns with rollback
      sync                [core]        Sync engine configuration and conflict resolution

Test plan

  • All 127 existing tests pass
  • Build succeeds
  • Manually verify with an actual intent-library-enabled project

🤖 Generated with Claude Code

…archy

Port the table + skill tree display from `intent list` (PR #15) to the
`intent-library` CLI so both commands share a consistent output format.

Co-Authored-By: Claude Opus 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@18

commit: b2373d8

@KyleAMathews
KyleAMathews merged commit 7b31294 into main Mar 3, 2026
4 checks passed
@LadyBluenotes
LadyBluenotes deleted the feat/library-list-table-output branch March 16, 2026 20:07
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