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
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@ This project follows SemVer.

## [Unreleased]

## [1.8.0] - 2026-08-21

### Added

- **Herdr trust workspace integration.** Run Otito context, impact, review, doctor, and exact staged-tree validation from Herdr while keeping the two tools as separate authorities.
- **Interactive trust-status popup.** Scan repository, comparison base, verdict, confidence, change size, risk, and attention items in responsive terminal tables with semantic status colours and a `NO_COLOR` fallback.

### Safety

- **Explicit authority boundaries.** The plugin does not merge, push, commit, or approve changes, and its local evidence does not replace hosted CI, CODEOWNERS approval, unresolved-comment checks, or the human merge decision.

### Docs

- Added installation, local-development, action, popup, and agent-workspace guidance to the README and documentation site.

### Maintenance

- **Release metadata alignment.** npm package metadata, the package lockfile, and the MCP Registry manifest now agree on v1.8.0.

## [1.7.0] - 2026-08-17

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ What remains strategically important is the **trust harness**: accurate reposito

## Trusted agent workflow

> **New in v1.7.0:** `otito eval --gate-effectiveness` proves the real staged gate against one valid control and six adversarial changes, each with an expected deterministic reason.
> **New in v1.8.0:** the Herdr integration brings Otito context, impact, review, exact staged-tree validation, and an interactive trust-status popup into persistent agent workspaces.

```text
Request -> context -> scoped change -> exact validation -> review evidence -> human decision
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bashbop/otito",
"version": "1.7.0",
"version": "1.8.0",
"mcpName": "io.github.BASHBOP/otito",
"description": "Òtítọ́: deterministic local repository context, impact analysis, and merge evidence.",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions server.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"source": "github",
"id": "1242199320"
},
"version": "1.7.0",
"version": "1.8.0",
"packages": [
{
"registryType": "npm",
"identifier": "@bashbop/otito",
"version": "1.7.0",
"version": "1.8.0",
"transport": {
"type": "stdio"
},
Expand Down