Add Rust install instructions and pre-commit cargo build hook

This commit is contained in:
Rai (Michael Pokorny)
2025-06-24 16:07:27 -07:00
parent e73d97acf1
commit 056f818002
2 changed files with 19 additions and 2 deletions

View File

@@ -6,4 +6,10 @@ repos:
entry: python3 agentydragon/tools/check_task_frontmatter.py
language: python
additional_dependencies: [PyYAML]
files: ^agentydragon/tasks/[0-9]{2}-.*\.md$
files: ^agentydragon/tasks/[0-9]{2}-.*\.md$
- id: cargo-build
name: Check Rust workspace builds
entry: bash -lc 'cd codex-rs && cargo build --workspace --locked'
language: system
pass_filenames: false
require_serial: true