diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a955dcc5bc1b1..399374db8848c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -55,4 +55,4 @@ /packages/contracts-bedrock/**/*.md @ethereum-optimism/contract-reviewers # Security docs -/docs @ethereum-optimism/evm-safety +/docs/security-reviews @ethereum-optimism/evm-safety diff --git a/docs/README.md b/docs/README.md index cabb2506b084f..94936558bbc78 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,5 +4,7 @@ The `docs/` directory contains Optimism documentation closely tied to the implem The directory layout is divided into the following sub-directories. +- [`ai/`](./ai/): AI agent guidance for development in the monorepo. +- [`handbook/`](./handbook/): Development handbook and guidelines. - [`postmortems/`](./postmortems/): Timestamped post-mortem documents. -- [`security-reviews`](./security-reviews/): Audit summaries and other security review documents. +- [`security-reviews/`](./security-reviews/): Audit summaries and other security review documents.