Skip to content
Closed
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
1 change: 1 addition & 0 deletions CHANGELOG.d/analysis-run-cancel-cli.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- `tepp_api` loopback `tepp-analysis-runs cancel` withdraws metric-free accepted and running runs (ADR 0033). Cancel CLI stdout refuses RMSE/bias/coverage/SE-gate/scientific-acceptance keys and a non-null `terminal_result`. Not GET-by-id, not scientific-acceptance CLI, not collection list, not persistence.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ All notable changes to TEPP are documented here. The format follows Keep a Chang

## [Unreleased]

- `tepp_api` publishes `tepp-analysis-runs cancel` as the loopback client of `POST /v1/analysis-runs/{run_id}/cancel` (ADR 0033). Operators withdraw accepted or running runs as metric-free cancelled status without writing raw HTTP. CLI stdout refuses RMSE/bias/coverage/SE-gate/scientific-acceptance keys and a non-null `terminal_result`. Not GET-by-id, not the scientific-acceptance CLI, not collection list, and not an ADR 0014 claim.

- `tepp_api` publishes `tepp-analysis-runs list` as the loopback client of `GET /v1/analysis-runs` (ADR 0032). Operators enumerate accepted, running, cancelled, and terminal runs as metric-free collection rows without writing raw HTTP. CLI stdout refuses RMSE/bias/coverage/SE-gate/scientific-acceptance/`terminal_result` keys. Not GET-by-id, not the scientific-acceptance CLI, and not an ADR 0014 claim.

- `tepp_api` serves `GET /v1/analysis-runs` on the shared loopback listener (ADR 0031). Operators enumerate accepted, running, cancelled, and terminal runs as metric-free collection rows. Collection bodies refuse RMSE/bias/coverage/SE-gate/scientific-acceptance/`terminal_result` keys. GET-by-id and running/terminal POST remain later GAP-003A slices; this is not an ADR 0014 claim.
Expand Down
1 change: 1 addition & 0 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ TEPP's approved PRD v0.4 and implementation plan are the primary product baselin
| Analysis-run cancel HTTP doctoring | [`docs/research/analysis-run-cancel-http.md`](docs/research/analysis-run-cancel-http.md) |
| Analysis-run collection HTTP doctoring | [`docs/research/analysis-run-collection-http.md`](docs/research/analysis-run-collection-http.md) |
| Analysis-run collection CLI doctoring | [`docs/research/analysis-run-collection-cli.md`](docs/research/analysis-run-collection-cli.md) |
| Analysis-run cancel CLI doctoring | [`docs/research/analysis-run-cancel-cli.md`](docs/research/analysis-run-cancel-cli.md) |
| UML/runtime/scientific flows | [`docs/UML.md`](docs/UML.md) |
| Logical/physical ERD | [`docs/ERD.md`](docs/ERD.md) |
| Security policy | [`SECURITY.md`](SECURITY.md) |
Expand Down
Loading
Loading