chore: set project mode to bootstrap
Some checks failed
CodeView CI / lint (push) Failing after 0s
CodeView CI / tests (push) Has been cancelled
CodeView CI / docker-build (push) Has been cancelled

This commit is contained in:
Mona Lisa 2026-06-14 19:19:06 +00:00
parent d894f9835e
commit baffb91713

14
.agent/project-policy.yml Normal file
View file

@ -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