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: