Synchronize implementation details back to Intent after development is complete. This makes Intent the true single source of truth.
During implementation, many details get finalized that weren't specified in the original Intent:
| Interfaces | API endpoints, function signatures, protocol definitions | | Data Structures | Schema definitions, type definitions, model structures | | Naming | Final class names, function names, variable conventions | | Architecture | Module boundaries, dependency directions, layer structure |
После завершения реализации и прохождения тестов синхронизируйте подтвержденные данные обратно в Intent. Содержит завершенные интерфейсы, структуры данных, соглашения об именах и архитектурные решения. Используйте после завершения разработки и подтверждения пользователем реализации. Источник: arcblock/idd.