@nitra/cursor 3.7.0 → 3.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.8.0] - 2026-06-01
4
+
5
+ ### Added
6
+
7
+ - flow: контракт — advanced elicitation (меню технік поглиблення вимог у фазі spec: Expand/Contract, Critique&Refine, Identify Risks, Tree-of-Thoughts, Stakeholder Roundtable, Self-Consistency; Elicitation History у спеці)
8
+
3
9
  ## [3.7.0] - 2026-06-01
4
10
 
5
11
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nitra/cursor",
3
- "version": "3.7.0",
3
+ "version": "3.8.0",
4
4
  "description": "CLI для завантаження cursor-правил (префікс n-) у локальний репозиторій",
5
5
  "keywords": [
6
6
  "cli",
@@ -35,6 +35,20 @@ Composer, Claude Code) працює **Пасивний Турнікет**: ти,
35
35
  - **agent↔agent:** `npx @nitra/cursor flow spec --panel` — панель персон
36
36
  (architect/skeptic/tester) → суддя-синтез; презентуй синтез людині.
37
37
 
38
+ **Поглиблення (advanced elicitation, за потреби).** Якщо чернетка дизайну
39
+ «сира» чи є непевність — запропонуй людині одну з технік (по одній за раз),
40
+ застосуй обрану, повтори до «досить»:
41
+
42
+ - **Expand / Contract** — розгорнути деталь, що бракує, або згорнути зайве до суті;
43
+ - **Critique & Refine** — самокритика чернетки (слабкі місця, припущення), тоді доопрацювання;
44
+ - **Identify Risks** — явно перелічити ризики/граничні випадки (наповнює поле `risk:` у frontmatter);
45
+ - **Tree-of-Thoughts** — кілька гілок рішення паралельно, обрати найкращу з обґрунтуванням;
46
+ - **Stakeholder Roundtable** — пройтись поглядами ролей (user / ops / security / maintainer);
47
+ - **Self-Consistency** — 2-3 незалежні версії відповіді, звірити на суперечності.
48
+
49
+ Що застосовано — фіксуй коротко в секції `## Elicitation History` спеки
50
+ (traceability рішень).
51
+
38
52
  Збережи дизайн → `docs/specs/<date>-<slug>.md` (`kind: nitra-spec`,
39
53
  `plan: null`), тоді зафіксуй:
40
54