@approachai分享自用的codex AGENTS.md 中发帖

暂时没有ui skill trigger。 
强调基于证据的建议和分析 
Planning Discipline保证继续loop直至遇到blocker。 
# Rust Development

- Read files before editing
- Run `cargo check` after changes
- Run `cargo test` when modifying logic
- Use `tracing` for logging, not `println!`
- Only modify Cargo.toml when necessary.
- Use rust native async trait, never use async trait from crates.


# Daily Reminders
At local time 20:00 each day ...
 
 
Back to Top