diff --git a/.agent/project-policy.yml b/.agent/project-policy.yml new file mode 100644 index 0000000..f350505 --- /dev/null +++ b/.agent/project-policy.yml @@ -0,0 +1,14 @@ +# Managed by CodeView project-mode.sh — do not edit mode by hand unless you know why. +mode: bootstrap + +allow_direct_main_push: true +allow_create_branch: true +allow_create_pull_request: true +allow_modify_tests: true +allow_modify_ci: true +allow_production_deploy: false + +required_checks: + - lint + - tests + - docker-build