Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ There is no staging environment for CodeRabbit config — test in a low-risk rep
This config is the baseline for **all Open Paws repositories**. It is actively used by:

- `platform` — Astro 5 + React 19 + Supabase frontend/backend
- `gary` — autonomous agent (overrides with `knowledge_base.opt_out: true`)
- `graze-cli` — agentic coding CLI
- `desloppify` — code quality scanner
- `project-compassionate-code` — org-scale PR submission tool
- All other repos in the Open-Paws org that lack their own `.coderabbit.yaml`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ knowledge_base:

| Tier | Examples | Recommended override |
|---|---|---|
| Tier 1 (public, no sensitive data) | platform, desloppify, graze-cli | Use org config as-is |
| Tier 1 (public, no sensitive data) | platform, desloppify | Use org config as-is |
| Tier 2 (coalition or campaign data) | campaign tooling | `knowledge_base.opt_out: true` |
| Tier 3 (investigation data, witness info, legal) | investigation ops, gary | `knowledge_base.opt_out: true` |
| Tier 3 (investigation data, witness info, legal) | investigation ops | `knowledge_base.opt_out: true` |

Tier assignments: `ecosystem/repos.md` in the [context repo](https://github.com/Open-Paws/context).

Expand Down
Loading