Skip to content
Merged
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
2 changes: 2 additions & 0 deletions docs/reviewer-pack.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,12 @@ Use the same Python interpreter for install, tests, and demo commands.

## Review Anchors

- [`docs/README.md`](README.md): docs index for the current route, supporting docs, and historical release evidence
- [`docs/reviewer-brief.md`](reviewer-brief.md): short problem / value summary
- [`docs/reviewer-path.md`](reviewer-path.md): demo choice by review question
- [`docs/architecture.md`](architecture.md): local file-based workflow diagram
- [`docs/sample-output.md`](sample-output.md): committed output counts and sample artifacts
- [`docs/roadmap.md`](roadmap.md): v0.7 / v1.0 consolidation direction
- [`tests/test_reviewer_docs.py`](../tests/test_reviewer_docs.py): regression checks for reviewer-facing docs

## Boundaries
Expand Down
3 changes: 3 additions & 0 deletions tests/test_reviewer_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,11 @@ def test_top_level_reviewer_pack_covers_matrix_and_artifact_contract() -> None:

assert "top-level reviewer pack" in reviewer_pack
assert "Artifact Naming Contract" in reviewer_pack
assert "[`docs/README.md`](README.md)" in reviewer_pack
assert "[`docs/reviewer-path.md`](reviewer-path.md)" in reviewer_pack
assert "[`docs/architecture.md`](architecture.md)" in reviewer_pack
assert "[`docs/roadmap.md`](roadmap.md)" in reviewer_pack
assert "current route, supporting docs, and historical release evidence" in reviewer_pack

for question, demo_name, artifact_paths in REVIEWER_DEMO_MATRIX:
assert question in reviewer_pack
Expand Down
Loading