General-purpose coding policy for Baruch's AI agents
91
93%
Does it follow best practices?
Impact
91%
1.15xAverage score across 12 eval scenarios
Advisory
Suggest reviewing before use
.gitignore for the project's language and tooling.lock.yml workflow files compiled from .md sources by gh aw compile; dependency lock files like package-lock.json, Cargo.lock, go.sum), commit both source and compiled form. Mark the compiled file as generated via .gitattributes (linguist-generated=true, merge=ours) so diffs stay readable and merges don't conflictif __name__ == "__main__" in Python, if (require.main === module) in Node)