Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ Evaluate a paper's quality in three sequential passes, each with exit criteria,
_[rulebooks/reports-rulebook.md](rulebooks/reports-rulebook.md)_\
Write or audit a report of any type for structure, evidence, uncertainty, sourcing, and format discipline.

**Writing Python**\
_[rulebooks/python-rulebook.md](rulebooks/python-rulebook.md)_\
Reference for writing or maintaining Python - project layout, packaging, naming, idioms, typing, errors, API design, imports, dependencies, documentation, testing, tooling, performance, concurrency, and anti-patterns.

**Writing Rust**\
_[rulebooks/rust-rulebook.md](rulebooks/rust-rulebook.md)_\
Reference for writing or maintaining Rust - project layout, naming, ownership, API design, errors, crates, documentation, testing, tooling, performance, async, and unsafe.
Expand Down
Loading