489 B
yaml
| 1 | schema: 1 |
| 2 | name: python-style-rules |
| 3 | owner: openagents |
| 4 | version: 1.0.0 |
| 5 | kind: rules |
| 6 | title: Python Style Rules |
| 7 | summary: "Rules for agent-written Python: explicit failures, boring data structures, dependency restraint, and honest type hints" |
| 8 | license: MIT |
| 9 | tags: [python, rules, style, typing, code-quality] |
| 10 | runtimes: [claude-code, cursor, codex, generic] |
| 11 | pricing: |
| 12 | model: free |
| 13 | amount_cents: 0 |
| 14 | currency: usd |
| 15 | entry: RULES.md |
| 16 | files: |
| 17 | - RULES.md |
| 18 | - review-checklist.md |
| 19 | inputs: [] |
| 20 | requires: [] |
| 21 |