Skip to content

Commit 66533fb

Browse files
committed
docs: Add GEMINI.md bridge file
1 parent e0a9db6 commit 66533fb

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#QWEN
2+
.qwen/
3+
14
# Logs
25
.logs
36
.vscode

GEMINI.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Gemini Instructions
2+
3+
Read and follow `AGENTS.md` first. It is the canonical project guide for this repository.
4+
5+
Additional Gemini-specific notes:
6+
7+
- Apply `AGENTS.md` as the source of truth. If this file and `AGENTS.md` ever differ, `AGENTS.md` wins.
8+
- Keep changes aligned with the chain-of-processors architecture. Do not bypass approval gating, `blockForAuth`, waiting-authorization checks, or audit logging.
9+
- Prefer the existing build, test, lint, and format commands listed in `AGENTS.md`.
10+
- Project skills are defined in `.agents/skills/`.

0 commit comments

Comments
 (0)