feat: writing cohesion rubric + samples list CLI + batch CSV export (Fixes #66, #59, #32) - #121
Conversation
- Add writing_cohesion.py rubric module with 4 offline dimensions: cohesion, coherence, paragraph_structure, transition_quality - Add 'nokaman samples list --language --skill' CLI command with rich table output showing sample files, language, skill, text preview - Add '--format csv' option to 'nokaman eval batch' for teacher workflows - 9 new tests in test_writing_cohesion.py (all passing) Fixes mergeos-bounties#66, Fixes mergeos-bounties#59, Fixes mergeos-bounties#32
|
/attempt 66 |
|
Friendly ping - PR open for 3 days. Anything needed to move this forward? Thanks! |
|
Hi maintainer! Just a friendly ping on this PR - it has been ready for review. Any feedback or updates needed? Thanks! |
3 similar comments
|
Hi maintainer! Just a friendly ping on this PR - it has been ready for review. Any feedback or updates needed? Thanks! |
|
Hi maintainer! Just a friendly ping on this PR - it has been ready for review. Any feedback or updates needed? Thanks! |
|
Hi maintainer! Just a friendly ping on this PR - it has been ready for review. Any feedback or updates needed? Thanks! |
🔍 QA Verification Report — PR #121 (Bounty #64)Target: #121 — feat: writing cohesion rubric + samples list CLI + batch CSV export Commands run
GitHub ActionsNo check-runs visible at review time. Manual verification
Evidence status
Final recommendationApprove. Feature implemented as described; full suite passes; data files valid. Verifier: @2754504154-dev |
|
Hi maintainer! Just a friendly ping on this PR - it has been ready for review. Any feedback or updates needed? Thanks! |
1 similar comment
|
Hi maintainer! Just a friendly ping on this PR - it has been ready for review. Any feedback or updates needed? Thanks! |
|
/claim |
Summary
Writing cohesion/coherence rubric, samples list CLI, and batch CSV export for NokaMan.
Changes
Writing cohesion/coherence rubric (Fixes #66):
writing_cohesion.pymodule with 4 offline dimensions:score_writing_cohesion()andscore_writing_sample()functionsCLI samples list (Fixes #59):
nokaman samples listcommand--language/-land--skill/-sfiltersBatch CSV export (Fixes #32):
--format csv/-f csvoption tonokaman eval batchTests
test_writing_cohesion.py— all passing (75/75 total)Fixes #66, Fixes #59, Fixes #32