Conversation
key_pattern: [A-Z]+-\d+ → PRI-\d+ (конкретный проект). url_template: ru.yougile.com → yougile.com, добавлен slug проекта.
…_BOARD_TYPE из wizard task_board_default() теперь выводит type из configured_board_types() (по наличию REST-кредов yougile/youtrack), а не из устаревшего TASK_BOARD_TYPE. Поле task_board_type в pydantic Settings сохранено для совместимости старых деплоев. TASK_BOARD_TYPE удалён из _ENV_TEMPLATE и WIZARD_GROUPS install.py; .env.example обновлён. Тесты изоляции доски зануляют per-type креды.
…LE_API_KEY/YOUTRACK_TOKEN
…solve-task step 0.3, policy-тесты на YOUGILE_API_KEY - sync.py: если задан board_type при purge_orphaned=True — purge пропускается с предупреждением (active_keys неполный, иначе вычищает задачи другой доски) - solve-task SKILL.md: убран forward-ref «читается в step 1»; step 0.3 теперь инструктирует читать .review.yml прямо здесь, до вызова sync_board - test_policy.py: TASK_BOARD_TYPE заменён на YOUGILE_API_KEY — env-дефолт создаётся через configured_board_types(), как и работает task_board_default() - test_sync.py: добавлен test_purge_skipped_when_board_type_set
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
merge