workflow-ai 1.0.60 → 1.0.61
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/package.json +1 -1
- package/src/runner.mjs +1734 -1713
- package/templates/ticket-template.md +3 -10
|
@@ -9,17 +9,10 @@ priority: 3 # 1-критический, 2-высокий, 3
|
|
|
9
9
|
# Тип задачи
|
|
10
10
|
type: impl # arch | impl | fix | review | docs | admin
|
|
11
11
|
|
|
12
|
-
#
|
|
12
|
+
# Возможности, необходимые агенту-исполнителю для выполнения DoD.
|
|
13
|
+
# Пайплайн отфильтрует список кандидатов: агент должен покрывать ВСЕ указанные.
|
|
14
|
+
# Допустимые ключи определяются конфигурацией проекта.
|
|
13
15
|
required_capabilities: []
|
|
14
|
-
# - code_generation # Генерация кода
|
|
15
|
-
# - code_editing # Редактирование кода
|
|
16
|
-
# - file_operations # Работа с файлами
|
|
17
|
-
# - debugging # Отладка
|
|
18
|
-
# - code_analysis # Анализ кода
|
|
19
|
-
# - documentation # Написание документации
|
|
20
|
-
# - strategic_thinking # Стратегическое планирование
|
|
21
|
-
# - typescript # Знание TypeScript
|
|
22
|
-
# - python # Знание Python
|
|
23
16
|
|
|
24
17
|
created_at: "" # ISO 8601: 2026-02-28T12:00:00Z
|
|
25
18
|
updated_at: "" # Обновляется при изменении
|