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
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 0.3.39

### Summary

This release adds an explicit, cost-bounded runtime posture: a deterministic Board watcher, optional read-only Head-of-Board escalation, and documented cheap-main-model guidance without hidden model routing.

### Changes

- Add deterministic Board watching with shadow/intervene modes, turn-end lifecycle accounting, cooldowns, fingerprints, and intervention caps.
- Add opt-in, read-only Board-to-Head escalation with atomic attempt limits, stale-risk suppression, compact evidence, and secret redaction.
- Document runtime model truth and the separation between Pi's active model, Advisor, Board, and Head roles.
- Keep Board and Head advice advisory, visible, bounded, and non-binding; regular Advisor calls remain on-demand.

### Validation

- Full Vitest suite passed: 119 tests on the release stack.
- TypeScript, script, coverage, and packed minimum-Node smoke checks passed.
- Post-merge GitHub Actions passed on `main`.
- Independent and Codex reviews found no blockers or majors.

## 0.3.38

### Summary
Expand Down
2 changes: 1 addition & 1 deletion 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 packages/bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fiale-plus/pi-rogue",
"version": "0.3.38",
"version": "0.3.39",
"description": "Public Pi-Rogue package containing the explicit Advisor and read-only Board extension.",
"type": "module",
"license": "MIT",
Expand Down
Loading