## Description Import tasks from other YAML files for better organization. ## Proposed Syntax ```yaml include: - .rnr/common.yaml - .rnr/deploy.yaml build: cmd: cargo build ``` ## Acceptance Criteria - [ ] Import tasks from specified files - [ ] Handle task name conflicts (error or override?) - [ ] Support relative and absolute paths - [ ] Prevent circular includes
Description
Import tasks from other YAML files for better organization.
Proposed Syntax
Acceptance Criteria