diff --git a/docs/core/index.md b/docs/core/index.md index 6276b2c4c2..6b52b4e10c 100644 --- a/docs/core/index.md +++ b/docs/core/index.md @@ -11,6 +11,8 @@ requests sent from `packages/cli`. For a general overview of Gemini CLI, see the registered, and used by the core. - **[Memory Import Processor](./memport.md):** Documentation for the modular GEMINI.md import feature using @file.md syntax. +- **[Policy Engine](./policy-engine.md):** Use the Policy Engine for + fine-grained control over tool execution. ## Role of the core diff --git a/docs/index.md b/docs/index.md index 808dd9e7ee..48718b2233 100644 --- a/docs/index.md +++ b/docs/index.md @@ -50,6 +50,8 @@ This documentation is organized into the following sections: - **[Memport](./core/memport.md):** Using the Memory Import Processor. - **[Tools API](./core/tools-api.md):** Information on how the core manages and exposes tools. +- **[Policy Engine](./core/policy-engine.md):** Use the Policy Engine for + fine-grained control over tool execution. ### Tools