Allow Modrinth agent handoff file convention
Some checks failed
Codex Template Compliance / template-compliance (push) Successful in 6s
Build / build-windows (push) Has been cancelled

This commit is contained in:
MrSphay
2026-05-15 18:17:14 +02:00
parent 1ebaab2750
commit 44b5d8e66b

View File

@@ -21,7 +21,6 @@ jobs:
missing=0
required_files=(
"AGENTS.md"
".codex/project.md"
"README.md"
)
@@ -32,6 +31,11 @@ jobs:
"docs/agent-handoff.md"
)
if [ ! -e "AGENTS.md" ] && [ ! -f "CLAUDE.md" ]; then
echo "Missing required Codex agent file: AGENTS.md or CLAUDE.md"
missing=1
fi
for file in "${required_files[@]}"; do
if [ ! -f "$file" ]; then
echo "Missing required Codex file: $file"