From 2c0fde9d0dbcec89c81c20b387ab90b820bf30ce Mon Sep 17 00:00:00 2001 From: Kimiko Date: Fri, 26 Jun 2026 19:50:21 +0200 Subject: [PATCH] Add handoff issue template --- .gitea/ISSUE_TEMPLATE/handoff.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/handoff.md diff --git a/.gitea/ISSUE_TEMPLATE/handoff.md b/.gitea/ISSUE_TEMPLATE/handoff.md new file mode 100644 index 0000000..7ffde23 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/handoff.md @@ -0,0 +1,22 @@ +--- +name: Handoff +about: Hand off a task to another agent +title: 'HANDOFF: ' +labels: +- workflow:ready +--- + +# Previous Agent +@agent_name + +# Completed +What was done? + +# Next Steps +What needs to happen next? + +# Blockers +Any issues or dependencies? + +# Relevant Context +Links, files, or previous memory that helps.