`` /output/decks/ -workspace`` — iteration history for a deck.
(kb_dir: Path, deck_name: str)
| 30 | |
| 31 | |
| 32 | def deck_workspace_dir(kb_dir: Path, deck_name: str) -> Path: |
| 33 | """``<kb>/output/decks/<name>-workspace`` — iteration history for a deck.""" |
| 34 | return decks_root(kb_dir) / f"{deck_name}-workspace" |