From fd27a9d17386b01fa57253b486004c95586bc48e Mon Sep 17 00:00:00 2001 From: James Date: Thu, 9 Apr 2026 01:06:20 -0400 Subject: [PATCH] Add workflow section: where to find tasks and review process MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Gitea issues location (tea CLI and web UI) - Priority order (CRITICAL > HIGH > MEDIUM/LOW) - Engineer workflow (pick up issue → branch → PR → wait for review) - Reviewer workflow (Yurii, Victoria, Arthur review PRs) - You merge approved PRs --- CLAVITOR-AGENT-HANDBOOK.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/CLAVITOR-AGENT-HANDBOOK.md b/CLAVITOR-AGENT-HANDBOOK.md index 0846fb8..b6b089c 100644 --- a/CLAVITOR-AGENT-HANDBOOK.md +++ b/CLAVITOR-AGENT-HANDBOOK.md @@ -556,7 +556,34 @@ not just pattern matches. Grep catches the letter; LLM catches the intent. 2. Run LLM analysis on all files changed since last review 3. Address any findings before new feature work -### LLM Audit Prompt +### Where to find your tasks + +**Gitea Issues (https://git.clavitor.ai):** +- Issues assigned to you: `tea issues list --repo johan/clavitor --assignees ` +- Or: https://git.clavitor.ai/johan/clavitor/issues?q=assignee%3A + +**Priority order:** +1. CRITICAL issues (fix immediately) +2. HIGH priority issues (this sprint) +3. MEDIUM/LOW (backlog) + +### The review workflow + +**Engineers (Sarah, Charles, Hans, etc.):** +1. Pick up assigned issue +2. Create branch: `git checkout -b /fix-###` +3. Implement fix per issue spec +4. Create PR referencing issue: `Fixes ####` in commit +5. **Wait for reviewer approval** — never merge your own PR + +**Reviewers (Yurii, Victoria, Arthur):** +- Review PRs for principle compliance +- Comment: "Approved" or "Request changes" +- Engineers address feedback, push updates + +**You (Johan):** +- Merge approved PRs +- Override only in emergencies (document in PR) Use this prompt with your LLM code review tool: