Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 0 additions & 33 deletions .changeset/whole-rocks-wait.md

This file was deleted.

31 changes: 31 additions & 0 deletions packages/intent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# @tanstack/intent

## 0.0.10

### Patch Changes

- 3 files changed in packages/playbooks/meta/ ([#33](https://github.com/TanStack/intent/pull/33))

domain-discovery/SKILL.md (681 → ~792 lines)
- Added "Hard rules" section: 7 mandatory rules enforcing interactive interviews, prohibiting docs-as-substitute, question collapsing, and interview skipping
- Added 3 STOP gates between phases (1→2, 3→4, and after Phase 2d skill list confirmation)
- Strengthened Phase 2 & 4 headers with explicit interactivity requirements and "wait for response" instructions
- Added Phase 3 thoroughness: file checklist before reading, read-all enforcement, peer dependency analysis in Phase 1b
- Added 7 new constraint table rows for interview interactivity
- Updated cross-model compatibility notes with STOP gate and question protection rationale
- Added cross-package monorepo question in Phase 2a
- Added packages field to domain_map.yaml schema (package-relative ownership model)
- Softened feedback section to alpha-temporary
- tree-generator/SKILL.md (859 → ~898 lines)
- Strengthened compressed discovery warning (requires maintainer confirmation to skip)
- Added packages field to skill_tree.yaml schema
- Added monorepo placement section with concrete directory tree example showing skills inside each package
- Added STOP gate after Step 1 (file tree review before writing)
- Added STOP gate after Step 8 (validation results review)
- Added 2 new constraint rows (file tree reviewed, validation presented)
- Softened feedback section to alpha-temporary
- generate-skill/SKILL.md (419 → ~441 lines)
- Added packages field to frontmatter template
- Added monorepo path guidance: skills ship inside each package, not repo root
- Added STOP gate in Step 6: first skill reviewed before generating batch
- Added first-skill-reviewed constraint row
- Softened feedback section to alpha-temporary

## 0.1.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/intent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/intent",
"version": "0.0.9",
"version": "0.0.10",
"description": "Ship compositional knowledge for AI coding agents alongside your npm packages",
"license": "MIT",
"type": "module",
Expand Down