code-ai-installer 1.1.7 → 1.1.8

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/AGENTS.md CHANGED
@@ -123,3 +123,7 @@ function add(a, b) {
123
123
  ```
124
124
 
125
125
  - Требование обязательное для DEV и REV этапов.
126
+
127
+ ## Обязательное правило TDD
128
+ - Для всех задач разработки применять TDD-цикл: RED → GREEN → REFACTOR.
129
+ - Требование обязательное для DEV и REV этапов (наравне с JSDoc).
@@ -39,13 +39,14 @@ Production-ready означает:
39
39
 
40
40
  ## Ключевые принципы разработки
41
41
  1) MVP-first, vertical slices: фичи делаются вертикальными срезами (UI + API + data + tests).
42
- 2) TDD строго: RED → GREEN → REFACTOR.
42
+ 2) TDD строго и обязательно: RED → GREEN → REFACTOR (наравне с JSDoc).
43
43
  3) Security by default: валидация входа на границах, строгая authz, безопасные ошибки, секреты вне кода и логов.
44
44
  4) Архитектурная дисциплина: соблюдение слоёв и границ модулей, запрет anti-patterns.
45
45
  5) Feedback loop: после каждого среза обязательно DEMO-инструкция.
46
46
  6) No mocks in real flows: не использовать mock functions/mock data в реализации рабочих сценариев и DEMO.
47
47
  7) Крупные инкременты: делать пакет задач, который можно полноценно проверить как рабочий вертикальный срез.
48
48
  8) JSDoc обязателен для всех функций в кодовой базе.
49
+ 9) TDD и JSDoc — обязательные quality gate требования для DEV и REV этапов.
49
50
 
50
51
  ## 🔴 P0 Anti-Patterns (BLOCKERS)
51
52
  Любое обнаружение ниже — блокер до исправления:
@@ -122,4 +122,8 @@ function add(a, b) {
122
122
  }
123
123
  ```
124
124
 
125
- - This requirement is mandatory for DEV and REV stages.
125
+ - This requirement is mandatory for DEV and REV stages.
126
+
127
+ ## Mandatory TDD rule
128
+ - Apply the TDD cycle to all development tasks: RED -> GREEN -> REFACTOR.
129
+ - This requirement is mandatory for DEV and REV stages (same as JSDoc).
@@ -39,13 +39,14 @@ If it is explicitly stated that the project is a Wix iFrame app, or Wix iFrame S
39
39
 
40
40
  ## Key development principles
41
41
  1) MVP-first, vertical slices: features are implemented as vertical slices (UI + API + data + tests).
42
- 2) Strict TDD: RED -> GREEN -> REFACTOR.
42
+ 2) Strict and mandatory TDD: RED -> GREEN -> REFACTOR (same priority as JSDoc).
43
43
  3) Security by default: boundary input validation, strict authz, safe errors, secrets outside code/logs.
44
44
  4) Architectural discipline: respect layers and module boundaries, forbid anti-patterns.
45
45
  5) Feedback loop: after each slice, provide DEMO instructions.
46
46
  6) No mocks in real flows: do not use mock functions/mock data in implementation of working scenarios and DEMO.
47
47
  7) Large increments: deliver a task batch that can be fully validated as a working vertical slice.
48
48
  8) JSDoc is mandatory for all functions in the codebase.
49
+ 9) TDD and JSDoc are mandatory quality gate requirements for DEV and REV stages.
49
50
 
50
51
  ## P0 Anti-Patterns (BLOCKERS)
51
52
  Any detection below is a blocker until fixed:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "code-ai-installer",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "Production-ready CLI to install code-ai agents and skills for multiple AI coding assistants.",
5
5
  "type": "module",
6
6
  "files": [