Context layer
The context layer is Jina’s connected model of the system under review. It maps how code, infrastructure, runtime behavior, and past issues relate so that a pull request can be evaluated in its real operating context.What contributes context
- Code: changed files, call paths, contracts, state transitions, and dependencies.
- Infrastructure: the services and deployment surfaces involved in running the affected flow.
- Runtime behavior: how important flows behave in staging or preview environments.
- Issue history: past failures and patterns that can make a new change risky.