Policy Engine defines the default review policy for the workspace. It controls which review types are active, which additional instructions should guide analysis, and which authors should be included or blocked.
Use Console > Policy Engine to configure the workspace default. Use repository settings only for exceptions.
Who can access
Policy Engine requires a Workspace admin (platform admins also have access). Roles are fixed capability sets defined by Acrity, so this access is not configurable per organization.
When to use
Use this screen to:- enable or disable review tiers in the workspace;
- add general review instructions;
- define bots that can be reviewed;
- block authors that should not generate reviews;
- view or rotate webhook settings when the screen displays that option;
- align the default policy before connecting many repositories.
Review tiers
The workspace must keep at least one tier active. If both are active, Acrity can apply the configured policy according to review context and product options.
Do not use tiers as a substitute for branch rules. Branch rules should stay in
Console > Repositories.Additional instructions
Additional instructions let you adapt review to the organization’s standards. Use them to record guidance such as:- expected architecture patterns;
- quality criteria relevant to the organization;
- care around testing, security, or compatibility;
- expected language in comments;
- product decisions that should be considered.
- secrets;
- tokens;
- confidential customer information;
- internal rules that should not appear in review outputs;
- instructions that are too specific to a single repository.
Console > Repositories > Detail > Review.
Reviewer prompt overrides
Each reviewer role has its own prompt-override field, so you can fine-tune how a specific reviewer analyzes changes across the workspace.
Each field:
- accepts up to 2,000 characters;
- shows whether the current text is a workspace override or the global default;
- provides a Revert to global action that discards the workspace override and restores the global default.
Author policy
Author policy helps control which changes should be reviewed.
Use allowed bots when automations create changes that should receive review, such as dependency updates. Use blocked authors to reduce operational noise or exclude accounts that should not generate analysis.
Webhook key or URL
Some workspaces can display webhook configuration linked to the review flow. When the screen displays this option:- copy the URL only to the correct provider;
- treat the key as a secret;
- rotate the key if exposure is suspected;
- update the provider after rotation;
- validate the webhook through the Console or provider.
Configure default policy
1
Open Policy Engine
Go to
Console > Policy Engine.2
Review tiers
Enable
Fast, Deep, or both according to the workspace policy.3
Add instructions
Fill in general additional instructions that apply to most repositories.
4
Adjust reviewer prompts (optional)
Set a workspace override for the Architect, Spec Validator, or QA Engineer reviewer only when needed, and revert to the global default when it is no longer required.
5
Configure authors
Add allowed bots and blocked authors when needed.
6
Save
Save and confirm validation messages.
7
Test in a repository
Choose a representative repository and track the next review in the Ops dashboard to validate the expected behavior.
Relationship with repository settings
Keep the workspace policy simple and stable. This reduces divergence between teams and makes auditing easier.
Best practices
- Write short, clear, verifiable instructions.
- Avoid duplicating long documentation inside the instructions field.
- Do not include secrets or confidential data.
- Review the policy after major process changes.
- Use repository-level exceptions sparingly.
- Revert reviewer prompt overrides to the global default once they are no longer needed, and keep durable guidance in the repository
ARCHITECTURE.md. - Combine author policy with branch rules to reduce noise.