Тут показані розбіжності між вибраною ревізією та поточною версією сторінки.
| Порівняння попередніх версій Попередня ревізія Наступна ревізія | Попередня ревізія | ||
|
programming:ai [2026/03/31 19:09] charon [Consistency Check Only] |
programming:ai [2026/04/01 13:22] (поточний) charon |
||
|---|---|---|---|
| Рядок 15: | Рядок 15: | ||
| Якщо це Terraform/ | Якщо це Terraform/ | ||
| - | Якщо це популярна мова програмування, то виконати | + | Якщо це популярна мова програмування (наприклад Python, Ruby, Java, Kotlin etc), то запустити |
| /code init | /code init | ||
| це створить // | це створить // | ||
| Рядок 22: | Рядок 22: | ||
| </ | </ | ||
| - | 2) Згенерувати документацію для ШІ (codebase-summary SOP): | + | 2) Згенерувати документацію для ШІ: |
| Виконати промпт в Kiro або іншому ШІ-помічнику: | Виконати промпт в Kiro або іншому ШІ-помічнику: | ||
| Рядок 37: | Рядок 37: | ||
| ===== На початку нової таски ===== | ===== На початку нової таски ===== | ||
| Запит такий: | Запит такий: | ||
| - | 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]. | ||
| В кінці робочого дня зберігати поточний діалог за допомогою | В кінці робочого дня зберігати поточний діалог за допомогою | ||
| Рядок 46: | Рядок 46: | ||
| ==== Quick Update ==== | ==== Quick Update ==== | ||
| - | < | + | < |
| - | outdated or missing new information.</ | + | 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. | This is the most common one — I'll diff what's documented vs what's actually in the code and patch the gaps. | ||
| Рядок 62: | Рядок 62: | ||
| If the project has changed drastically: | If the project has changed drastically: | ||
| - | < | + | < |
| + | of truth.</ | ||
| Nuclear option — rewrites everything. | Nuclear option — rewrites everything. | ||
| Рядок 69: | Рядок 70: | ||
| If you just want to verify without changing anything: | If you just want to verify without changing anything: | ||
| - | < | + | < |
| - | missing coverage — but don't change anything yet.</ | + | or missing coverage — but don't change anything yet.</ |
| This gives you a report first so you can decide what to update. | This gives you a report first so you can decide what to update. | ||