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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),

## [Unreleased]

### Changed

- Linked the trust model, toolkit positioning, and CLI example gallery docs back to the README.

## [0.10.2] - 2026-05-22

### Fixed
Expand Down
4 changes: 4 additions & 0 deletions docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ python -m pytest tests/test_examples_gallery.py -q
| `ci_gate_blocking_merge` | Lint passes, then `gate` blocks a `DO_NOT_PROCEED` artifact. | `antemortem gate examples/gallery/ci_gate_blocking_merge/recon.md --repo examples/gallery/ci_gate_blocking_merge/repo` |

The gallery does not call providers. The JSON artifacts are stored fixtures and are validated by `lint` against their fixture repos.

---

This page is part of the [`antemortem-cli`](../README.md) documentation set.
4 changes: 4 additions & 0 deletions docs/examples_kr.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ python -m pytest tests/test_examples_gallery.py -q
| `ci_gate_blocking_merge` | `lint`는 통과하지만 `DO_NOT_PROCEED` artifact 때문에 `gate`가 merge를 막습니다. | `antemortem gate examples/gallery/ci_gate_blocking_merge/recon.md --repo examples/gallery/ci_gate_blocking_merge/repo` |

Gallery는 provider를 호출하지 않습니다. JSON artifact는 저장된 fixture이며, `lint`가 fixture repo와 대조해 검증합니다.

---

이 페이지는 [`antemortem-cli`](../README.md) 문서 모음의 일부입니다.
4 changes: 4 additions & 0 deletions docs/toolkit_positioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,7 @@ Run the broader repository check with:
```bash
python scripts/check_repo_consistency.py
```

---

This page is part of the [`antemortem-cli`](../README.md) documentation set.
4 changes: 4 additions & 0 deletions docs/toolkit_positioning_kr.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,7 @@ python -m pytest tests/test_toolkit_positioning_docs.py -q
```bash
python scripts/check_repo_consistency.py
```

---

이 페이지는 [`antemortem-cli`](../README.md) 문서 모음의 일부입니다.
4 changes: 4 additions & 0 deletions docs/trust_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,7 @@ keys unless it intentionally runs live `antemortem run`.
- Citations prove grounding to source text, not absolute truth.
- Provider behavior may vary by vendor, model, endpoint, refusal mode, and
structured-output fidelity.

---

This page is part of the [`antemortem-cli`](../README.md) documentation set.
4 changes: 4 additions & 0 deletions docs/trust_model_kr.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,7 @@ evidence를 검증합니다. `eval`은 offline benchmark harness를 확인합니
- Citation은 source text에 grounded 되어 있음을 보일 뿐 absolute truth를 증명하지 않습니다.
- Provider behavior는 vendor, model, endpoint, refusal mode, structured-output
fidelity에 따라 달라질 수 있습니다.

---

이 페이지는 [`antemortem-cli`](../README.md) 문서 모음의 일부입니다.
Loading