public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
From: Andrea Cervesato via ltp <ltp@lists.linux.it>
To: "Andrea Cervesato" <andrea.cervesato@suse.de>,
	"Linux Test Project" <ltp@lists.linux.it>
Subject: Re: [LTP] [PATCH v5] agents: Add AI agent configuration for code reviews
Date: Tue, 24 Feb 2026 14:14:07 +0100	[thread overview]
Message-ID: <DGN7WD4JOYVD.1A2H5IRFOLBW6@suse.com> (raw)
In-Reply-To: <20260224-agents_file-v5-1-3d5ce6477fc1@suse.com>

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


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

      reply	other threads:[~2026-02-24 13:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-24  8:07 [LTP] [PATCH v5] agents: Add AI agent configuration for code reviews Andrea Cervesato
2026-02-24 13:14 ` Andrea Cervesato via ltp [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DGN7WD4JOYVD.1A2H5IRFOLBW6@suse.com \
    --to=ltp@lists.linux.it \
    --cc=andrea.cervesato@suse.com \
    --cc=andrea.cervesato@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox