Structs§
- Behavior
- A behavior describes what happens under specific conditions.
- Capability
- A capability groups related behaviors (e.g., “user-authentication”, “order-management”).
- Dependency
Edge - A dependency edge between two capabilities.
- Domain
- A domain groups related capabilities by business concern.
- Endpoint
- An HTTP endpoint extracted from a controller.
- Endpoint
Input - Entity
- A database entity extracted from JPA/Hibernate/EF annotations.
- Entity
Field - Flow
Step - A single step in a request flow.
- Operation
- A service-layer operation (non-HTTP).
- Param
- Project
Spec - A complete behavior spec for a project.
- Request
Flow - A traced request flow for an endpoint — the complete call chain.
- Response
Spec - Scheduled
Task - A scheduled/cron task.
- Security
Config - TypeRef
- A reference to a type with its fields.
- Validation
Rule - A validation rule on an input field.
Enums§
- Dependency
Kind - The kind of dependency between capabilities.
- Flow
Step Kind - The type of step in a request flow.
- Http
Method - Side
Effect