mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-14 11:12:17 +03:00
* chore(repo): remove one-shot reports and stale docs approved by owner * chore(repo): untrack _references and superpowers planning artifacts * fix(repo): repair .gitignore anchors and un-ignore published CLI entrypoint * feat(ci): extend check:tracked-artifacts never-allowed classes * docs(agents): add Hard Rule 23 (_tasks append-only) and sync scripts/ layout * feat(ci): generic never-track rule for every root underscore path (_*) --------- Co-authored-by: backryun <bakryun0718@proton.me>
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 23 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.
|