Тут показані розбіжності між вибраною ревізією та поточною версією сторінки.
| Порівняння попередніх версій Попередня ревізія Наступна ревізія | Попередня ревізія | ||
|
programming:ai [2026/03/11 22:30] charon [Початкове налаштування в новому проєкті] |
programming:ai [2026/04/01 13:22] (поточний) charon |
||
|---|---|---|---|
| Рядок 1: | Рядок 1: | ||
| ====== ШІ-помічники ====== | ====== ШІ-помічники ====== | ||
| Для Amazon Kiro | Для Amazon Kiro | ||
| + | |||
| + | ===== Експериментальні можливості ===== | ||
| + | Один раз на компі: | ||
| + | kiro-cli settings chat.enableTangentMode true | ||
| + | kiro-cli settings chat.enableContextUsageIndicator true | ||
| + | kiro-cli settings chat.enableTodoList true | ||
| ===== Початкове налаштування в новому проєкті ===== | ===== Початкове налаштування в новому проєкті ===== | ||
| Рядок 9: | Рядок 15: | ||
| Якщо це Terraform/ | Якщо це Terraform/ | ||
| - | Якщо це популярна мова програмування, то виконати | + | Якщо це популярна мова програмування (наприклад Python, Ruby, Java, Kotlin etc), то запустити |
| /code init | /code init | ||
| це створить // | це створить // | ||
| Рядок 16: | Рядок 22: | ||
| </ | </ | ||
| - | 2) Згенерувати документацію для ШІ (codebase-summary | + | 2) Згенерувати документацію для ШІ: |
| + | |||
| + | Виконати промпт в Kiro або іншому ШІ-помічнику: | ||
| + | < | ||
| + | Analyze this project and create full documentation. AGENTS.md in the project root should be a concise | ||
| + | summary | ||
| + | .kiro/ | ||
| + | detailed docs should cover architecture, | ||
| + | aspects found in the codebase. Verify all docs are consistent and complete. | ||
| + | </ | ||
| - | Виконати промпт в Kiro або іншому ШІ-помічнику: | ||
| - | Run the codebase-summary SOP with default settings (output to .agents/ | ||
| - | consistency and completeness)" | ||
| це створить файл // | це створить файл // | ||
| ===== На початку нової таски ===== | ===== На початку нової таски ===== | ||
| Запит такий: | Запит такий: | ||
| - | Read AGENTS.md. If you need more details, check .agents/summary/ (start with index.md for navigation). | + | Read AGENTS.md. If you need more details, check .kiro/summary/ (start with index.md for navigation). |
| Help me with [task]. | Help me with [task]. | ||
| В кінці робочого дня зберігати поточний діалог за допомогою | В кінці робочого дня зберігати поточний діалог за допомогою | ||
| /chat save <task name or number> | /chat save <task name or number> | ||
| + | |||
| ===== Оновлення ===== | ===== Оновлення ===== | ||
| - | Після великих змін у проєкті, | + | Після великих змін у проєкті, |
| - | " | + | |
| - | | + | ==== Quick Update ==== |
| + | < | ||
| + | are outdated or missing new information.</ | ||
| + | |||
| + | This is the most common one — I'll diff what's documented vs what's actually in the code and patch the gaps. | ||
| + | |||
| + | ==== Targeted Update ==== | ||
| + | If you know what changed: | ||
| + | |||
| + | < | ||
| + | .kiro/summary/ docs and AGENTS.md | ||
| + | |||
| + | Faster because Kiro don't have to scan everything — it focus on what you tell me changed. | ||
| + | |||
| + | ==== Full Rebuild ==== | ||
| + | If the project has changed drastically: | ||
| + | |||
| + | < | ||
| + | of truth.</ | ||
| + | |||
| + | Nuclear option — rewrites everything. | ||
| + | |||
| + | ==== Consistency Check Only ==== | ||
| + | If you just want to verify without changing anything: | ||
| + | |||
| + | < | ||
| + | or missing coverage — but don't change anything yet.</ | ||
| + | This gives you a report first so you can decide what to update. | ||
| + | ===== Посилання ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||