| name | check-session |
| description | Check whether dbt artifacts exist, are fresh, and which readiness level applies. Use as a gate before manifest- or run_results-based analysis. |
| compatibility | dbt-tools on PATH; artifact root bound via bind-target. |
Check session
Handle: dbt-tools-cli:check-session
Contract
- Inputs: bound artifact root (from
bind-target)
- Outputs: readiness (
full, manifest-only, unavailable), artifact paths, ages, summary line
- Done when: readiness is reported and downstream primitives are allowed or blocked per level
Preconditions
Out of scope
Implementation
See references/implementation.md and references/readiness.md.