mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-07 07:42:13 +03:00
* docs: centralize agent instructions in AGENTS.md; CLAUDE/GEMINI point to it - AGENTS.md becomes the single source of truth: full CLAUDE.md content (main data) merged with the AGENTS.md-only sections (documentation accuracy, repository map, review focus, upstream contributions) and the GEMINI.md-only file-placement/root-hygiene and local-access rules. Adds the base-green check section (PRs must not be born red) and fixes the stale _tasks/release-flow path in Hard Rule 21. - CLAUDE.md: @AGENTS.md pointer + Claude-Code-only operational deltas (EnterWorktree, subagent stash-ban replication, superpowers path overrides, base-green/sweep-reds pointers). - GEMINI.md: pointer + Gemini-only notes; the stale 10-item hard-rule mirror is removed (source is the 22-rule list in AGENTS.md). - ci(release-green): label the not-green tracking issue with base-red. * docs: retarget docs-sync provider/MCP claims to AGENTS.md and fix test placeholder --------- Co-authored-by: diegosouzapw <diegosouzapw@users.noreply.github.com>
14 lines
675 B
Markdown
14 lines
675 B
Markdown
# GEMINI.md
|
|
|
|
> **Single source of truth:** all project rules for AI assistants live in
|
|
> [`AGENTS.md`](AGENTS.md). Read it in full before any change — it contains the 22 Hard Rules,
|
|
> quality gates, code conventions, file-placement / repo-root hygiene rules, the repository map
|
|
> and the local development access notes that used to live in this file.
|
|
|
|
Gemini-specific notes:
|
|
|
|
- Skills activate via the `activate_skill` tool (skill metadata is loaded at session start and
|
|
the full content is activated on demand).
|
|
- There are no other Gemini-only rules today. Do not re-add project rules here — edit
|
|
`AGENTS.md` instead, so every assistant sees the same instructions.
|