chore: add AGENTS.md, helper scripts, codex templates, and CI
This commit is contained in:
8
scripts/fix.sh
Executable file
8
scripts/fix.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
echo "==> Formatting code"
|
||||
dart format .
|
||||
|
||||
echo "Formatting complete."
|
||||
|
||||
Reference in New Issue
Block a user