Type Alias AutoBePreliminaryKind
AutoBePreliminaryKind:
| "analysisFiles"
| "databaseSchemas"
| "interfaceOperations"
| "interfaceSchemas"
| "realizeCollectors"
| "realizeTransformers"
| "previousAnalysisFiles"
| "previousDatabaseSchemas"
| "previousInterfaceOperations"
| "previousInterfaceSchemas"
Union type representing all possible preliminary validation categories.
This type enumerates the different kinds of items that can undergo preliminary validation before major pipeline operations. Preliminary validation ensures consistency between what currently exists in the system and what AI agents are requesting to create or modify, preventing duplicate generation, maintaining referential integrity, and catching inconsistencies early.
The validation categories are divided into two groups:
Current Generation Items (items being created in the current iteration):
Previous Generation Items (items from prior iterations that may need reconciliation):
The "previous" categories enable incremental updates and regeneration scenarios where new requirements need to be merged with or replace existing generated artifacts, ensuring smooth evolution of the generated backend without losing previous work or creating conflicts.