From: "Daniel P. Berrangé" <berrange@redhat.com>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: "Paolo Bonzini" <pbonzini@redhat.com>,
qemu-devel@nongnu.org, "Alex Bennée" <alex.bennee@linaro.org>,
"Alistair Francis" <alistair.francis@wdc.com>,
"BALATON Zoltan" <balaton@eik.bme.hu>,
"Fabiano Rosas" <farosas@suse.de>,
"Kevin Wolf" <kwolf@redhat.com>,
"Peter Maydell" <peter.maydell@linaro.org>,
"Warner Losh" <imp@bsdimp.com>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>
Subject: Re: [PATCH 4/4] agents: add CLAUDE.md and GEMINI.md
Date: Wed, 2 Sep 2026 11:12:17 +0100 [thread overview]
Message-ID: <apf2gT5GBD6HZosQ@redhat.com> (raw)
In-Reply-To: <20260902060604-mutt-send-email-mst@kernel.org>
On Wed, Sep 02, 2026 at 06:06:14AM -0400, Michael S. Tsirkin wrote:
> On Wed, Sep 02, 2026 at 11:56:46AM +0200, Paolo Bonzini wrote:
> > On Wed, Sep 2, 2026 at 11:46 AM Michael S. Tsirkin <mst@redhat.com> wrote:
> > >
> > > On Tue, Sep 01, 2026 at 06:14:22PM +0200, Paolo Bonzini wrote:
> > > > diff --git a/GEMINI.md b/GEMINI.md
> > > > new file mode 100644
> > > > index 00000000000..43c994c2d36
> > > > --- /dev/null
> > > > +++ b/GEMINI.md
> > > > @@ -0,0 +1 @@
> > > > +@AGENTS.md
> > >
> > > gemini seems to support agents.md - r u at the latest version?
> >
> > I tested and it doesn't load it for me.
>
> ok then sorry.
It appears to be doable via a custom setting:
https://geminicli.com/docs/cli/gemini-md/#customize-the-context-file-name
IOW, we could add a .gemini/settings.json that points it to AGENTS.MD
instead of having a top level GEMINI.md file. Both are somewhat
unpleasant given they're tool specific, but I'd have a slight preference
towards the .gemini solution as dotfiles are a hidden files in many
contexts.
Similarly IIUC it would be possible to have a .claude/CLAUDE.MD
file instead of the top level one.
With regards,
Daniel
--
|: https://berrange.com ~~ https://hachyderm.io/@berrange :|
|: https://libvirt.org ~~ https://entangle-photo.org :|
|: https://pixelfed.art/berrange ~~ https://fstop138.berrange.com :|
next prev parent reply other threads:[~2026-09-02 10:13 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-01 16:14 [RFC PATCH v2 0/4] docs/devel, AGENTS.md: a completely new policy on AI-generated contributions Paolo Bonzini
2026-09-01 16:14 ` [PATCH 1/4] docs/devel: introduce a " Paolo Bonzini
2026-09-02 1:38 ` Alistair Francis
2026-09-02 7:09 ` Paolo Bonzini
2026-09-02 9:41 ` Michael S. Tsirkin
2026-09-02 10:08 ` Daniel P. Berrangé
2026-09-02 12:01 ` Peter Maydell
2026-09-03 1:39 ` Alistair Francis
2026-09-03 7:09 ` Paolo Bonzini
2026-09-02 16:09 ` Daniel P. Berrangé
2026-09-03 10:05 ` Paolo Bonzini
2026-09-01 16:14 ` [PATCH 2/4] AGENTS.md: Let agents know what the participation rules are Paolo Bonzini
2026-09-02 1:44 ` Alistair Francis
2026-09-02 16:26 ` Daniel P. Berrangé
2026-09-02 17:45 ` Paolo Bonzini
2026-09-02 13:42 ` Alex Bennée
2026-09-02 13:47 ` Daniel P. Berrangé
2026-09-02 13:56 ` Michael S. Tsirkin
2026-09-02 14:08 ` Daniel P. Berrangé
2026-09-02 15:15 ` Michael S. Tsirkin
2026-09-02 13:48 ` Michael S. Tsirkin
2026-09-01 16:14 ` [PATCH 3/4] AGENTS.md: make the human part of the design process Paolo Bonzini
2026-09-02 1:44 ` Alistair Francis
2026-09-01 16:14 ` [PATCH 4/4] agents: add CLAUDE.md and GEMINI.md Paolo Bonzini
2026-09-02 1:47 ` Alistair Francis
2026-09-02 4:45 ` Philippe Mathieu-Daudé
2026-09-02 9:46 ` Michael S. Tsirkin
2026-09-02 9:56 ` Paolo Bonzini
2026-09-02 10:06 ` Michael S. Tsirkin
2026-09-02 10:12 ` Daniel P. Berrangé [this message]
2026-09-02 13:04 ` Michael S. Tsirkin
2026-09-02 14:30 ` Paolo Bonzini
2026-09-02 15:54 ` [RFC PATCH v2 0/4] docs/devel, AGENTS.md: a completely new policy on AI-generated contributions Peter Maydell
2026-09-02 17:50 ` Alex Bennée
2026-09-03 11:29 ` BALATON Zoltan
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=apf2gT5GBD6HZosQ@redhat.com \
--to=berrange@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=alistair.francis@wdc.com \
--cc=balaton@eik.bme.hu \
--cc=farosas@suse.de \
--cc=imp@bsdimp.com \
--cc=kwolf@redhat.com \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.