-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy path.auto-github.json
More file actions
37 lines (37 loc) · 1.03 KB
/
Copy path.auto-github.json
File metadata and controls
37 lines (37 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"schema_version": "auto-github.profile.v1",
"repository": "fatecat",
"github_identity": {
"user": "tradecatlabs",
"commit_name": "tradecatlabs",
"commit_email": "tradecatlabs@users.noreply.github.com"
},
"protected_paths": [
"AGENTS.md",
"README.md",
"SKILL.md",
"CONSTITUTION.md",
"governance/**",
"domains/**/service.yaml",
"domains/**/AGENTS.md",
"domains/**/README.md",
"contracts/**",
"catalog/**",
".github/workflows/**"
],
"dirty_worktree_policy": "preserve-user-changes-and-stage-only-task-scope",
"blocked_operations": [
"git reset --hard",
"git checkout --",
"git clean -fd",
"git push --force"
],
"delivery_gates": [
"git status --short --branch",
"bash scripts/preflight.sh --mode pure --bootstrap --pretty",
"bash scripts/acceptance.sh --with-dev",
"bash scripts/export-runtime.sh --output-parent /tmp/fatecat-export --mode lite",
"bash scripts/check-export-hygiene.sh /tmp/fatecat-export/fatecat",
"git diff --check"
]
}