mirror of
https://github.com/openai/codex.git
synced 2026-04-29 08:56:38 +00:00
agentydragon(prompts): require manager to review branches and propose merge/resolution after statuses
This commit is contained in:
9
.pre-commit-config.yaml
Normal file
9
.pre-commit-config.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
repos:
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: check-task-frontmatter
|
||||
name: Check agentydragon task frontmatter
|
||||
entry: python3 agentydragon/tools/check_task_frontmatter.py
|
||||
language: python
|
||||
additional_dependencies: [PyYAML]
|
||||
files: ^agentydragon/tasks/[0-9]{2}-.*\.md$
|
||||
Reference in New Issue
Block a user