[LTP] [PATCH v5] agents: Add AI agent configuration for code reviews
Andrea Cervesato
andrea.cervesato@suse.com
Tue Feb 24 14:14:07 CET 2026
Hi,
> +### Step 1.1: Load Core Files
> +
> +```
> +Read: .agents/apply-patch.md
> +Read: .agents/ground-rules.md
> +```
> +
> +### Step 1.2: Fetch and Apply Patch
> +
> +```bash
> +# Clean state
> +git checkout <base-branch>
> +git branch -D review/<name> 2>/dev/null
> +
> +# Fetch patch
> +b4 am <message-id>
> +
> +# Apply patch
> +git checkout -b review/<name> <base-branch>
> +git am <mbox-file>
> +```
Spotted an error in the configuration here. Now LLM is ignoring the
apply-patch.md file. I will send a v7.
--
Andrea Cervesato
SUSE QE Automation Engineer Linux
andrea.cervesato@suse.com
More information about the ltp
mailing list