feat: add task template feature#62
feat: add task template feature#62codefromlani wants to merge 10 commits intoTheDevOpsBlueprint:mainfrom
Conversation
|
@codefromlani Thanks for the PR. However there are some missing core functionality: ❌ No tix add --template command to actually USE templates What's done: |
I’m already working on those and will push the changes soon |
|
@codefromlani Please let me know when the PR is ready for review ✌️ |
|
@codefromlani Do you need some help ? I will be happy to assist ? :) |
|
@Valentin-v-Todorov I’ll work on the task templates once the branch is updated and stable. Thanks |
closes #47
This PR adds full support for task templates in tix
Changes:
TemplateStorageclass for JSON-based storage of task templates.tix template save <task_id> <name>command to save a task as a template.tix template listcommand to display all saved templates.tix add --template <name>creates tasks from templates.This enables quick reuse of common task patterns for faster task creation.
- Pytest coverage for TemplateStorage save, load, and list.
- CLI tests for template save, template list, and add --template.
Sample: