diff --git a/CHANGELOG.md b/CHANGELOG.md index df117a4..21a98d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/examples.md b/docs/examples.md index a9952b7..63b45dc 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -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. diff --git a/docs/examples_kr.md b/docs/examples_kr.md index a664ac6..0296a04 100644 --- a/docs/examples_kr.md +++ b/docs/examples_kr.md @@ -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) 문서 모음의 일부입니다. diff --git a/docs/toolkit_positioning.md b/docs/toolkit_positioning.md index 3cee1ed..13e9102 100644 --- a/docs/toolkit_positioning.md +++ b/docs/toolkit_positioning.md @@ -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. diff --git a/docs/toolkit_positioning_kr.md b/docs/toolkit_positioning_kr.md index 5d38502..fe00baa 100644 --- a/docs/toolkit_positioning_kr.md +++ b/docs/toolkit_positioning_kr.md @@ -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) 문서 모음의 일부입니다. diff --git a/docs/trust_model.md b/docs/trust_model.md index 671cdf3..dc59be9 100644 --- a/docs/trust_model.md +++ b/docs/trust_model.md @@ -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. diff --git a/docs/trust_model_kr.md b/docs/trust_model_kr.md index 02596e5..6b17db0 100644 --- a/docs/trust_model_kr.md +++ b/docs/trust_model_kr.md @@ -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) 문서 모음의 일부입니다.