Skip to content
Merged
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
5 changes: 5 additions & 0 deletions packages/core/src/policy/policies/read-only.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,8 @@ priority = 50
toolName = "google_web_search"
decision = "allow"
priority = 50

[[rule]]
toolName = ["codebase_investigator", "cli_help"]
decision = "allow"
priority = 50
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The file is missing a newline at the end. It's a common convention and often enforced by formatters like Prettier to end files with a newline character. Please add one for consistency and to adhere to the project's formatting standards.

References
  1. The repository style guide specifies the use of Prettier for formatting (line 19). Prettier's default behavior is to ensure a single newline at the end of files, which this change omits. (link)

Loading