From 4af47d4b8e2b8c89df4fbf3a523ee77c3132d33f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 21:29:01 +0000 Subject: [PATCH] ci: Version Packages --- .changeset/whole-rocks-wait.md | 33 --------------------------------- packages/intent/CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ packages/intent/package.json | 2 +- 3 files changed, 32 insertions(+), 34 deletions(-) delete mode 100644 .changeset/whole-rocks-wait.md diff --git a/.changeset/whole-rocks-wait.md b/.changeset/whole-rocks-wait.md deleted file mode 100644 index a0caa717..00000000 --- a/.changeset/whole-rocks-wait.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -'@tanstack/intent': patch ---- - -3 files changed in packages/playbooks/meta/ - -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 diff --git a/packages/intent/CHANGELOG.md b/packages/intent/CHANGELOG.md index 17e41f3c..137a4486 100644 --- a/packages/intent/CHANGELOG.md +++ b/packages/intent/CHANGELOG.md @@ -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 diff --git a/packages/intent/package.json b/packages/intent/package.json index eee10b22..1fbb40c3 100644 --- a/packages/intent/package.json +++ b/packages/intent/package.json @@ -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",