Skip to content

Commit 10e4ac1

Browse files
authored
Merge branch 'master' into copilot/fix-1680
2 parents 0032497 + 9d17302 commit 10e4ac1

76 files changed

Lines changed: 59280 additions & 33911 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude/settings.json

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,27 @@
11
{
22
"permissions": {
33
"allow": [
4-
"Bash",
5-
"Edit",
6-
"MultiEdit",
7-
"NotebookEdit",
8-
"FileEdit",
9-
"WebFetch",
10-
"WebSearch",
11-
"Write"
4+
"Bash",
5+
"Edit",
6+
"MultiEdit",
7+
"NotebookEdit",
8+
"FileEdit",
9+
"WebFetch",
10+
"WebSearch",
11+
"Write"
12+
]
13+
},
14+
"hooks": {
15+
"Stop": [
16+
{
17+
"hooks": [
18+
{
19+
"type": "agent",
20+
"prompt": "You are a completion verifier for the Uberon AI agent (@dragon-ai-agent). Your job is to check whether the agent actually completed its task before allowing it to stop.\n\nIMPORTANT: First check the stop_hook_active field in $ARGUMENTS. If it is true, respond with {\"ok\": true} immediately.\n\nOtherwise, read the transcript at transcript_path from $ARGUMENTS and determine:\n\n1. What was the user's request?\n2. Did the agent produce an appropriate deliverable?\n3. If the task required ontology or repository edits, did the agent actually push work and create or update a PR?\n4. If the task required only a question, clarification, research summary, or status update, did the agent communicate that back on GitHub?\n5. If the task was a PR review, did the agent leave an actual GitHub review and or inline review comments?\n\nLook for actual tool-use evidence, not text claims. Valid evidence includes commands such as:\n- gh pr create\n- gh pr review\n- gh issue comment\n- gh pr comment\n- git push\n\nIf the agent correctly decided it should not proceed and communicated that via GitHub, that counts as complete.\n\nIf the task appears incomplete, respond with:\n{\"ok\": false, \"reason\": \"<specific description of what is missing>\"}\n\nIf the task is complete, respond with:\n{\"ok\": true}",
21+
"timeout": 120
22+
}
23+
]
24+
}
1225
]
1326
}
1427
}

.github/CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# GitHub documentation about CODEOWNERS file - https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
33

44
*.yaml @matentzn
5-
*Makefile @gouttegd
6-
*uberon.Makefile @gouttegd @matentzn
5+
*Makefile @matentzn
6+
*uberon.Makefile @matentzn
77

88

99
#docs/* action@github.com

.github/ai-controllers.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
["cmungall", "dosumis", "Caroline-99 ","aleixpuigb", "addiehl", "rays22", "ar-ibrahim", "RiveraAndrea83"]
1+
["cmungall", "dosumis", "Caroline-99","aleixpuigb", "addiehl", "rays22", "ar-ibrahim", "RiveraAndrea83", "emquardokus", "zhengj2007"]

0 commit comments

Comments
 (0)