Skip to content

Commit 06bd7bb

Browse files
committed
feat: refine v0.12.0 release surface
1 parent eff84ae commit 06bd7bb

25 files changed

Lines changed: 512 additions & 1389 deletions

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Changelog
2+
3+
All notable changes to Rebis will be documented here.
4+
5+
## v0.12.0
6+
7+
This release is the cleanest public prototype of Rebis so far. It does not reinvent the runtime. It refines the public surface around the existing runtime spine so engineers can understand, run, and evaluate it more quickly.
8+
9+
### Added
10+
11+
- `docs/INDEX.md` as a canonical docs entrypoint
12+
- `CHANGELOG.md` and `RELEASE_NOTES.md`
13+
- canonical demo commands:
14+
- `npm run demo:single-agent`
15+
- `npm run demo:council`
16+
- stronger example output formatting for the single-agent and council clients
17+
18+
### Changed
19+
20+
- refined README around a runtime-first public story
21+
- clarified implemented runtime modules vs conceptual architecture targets
22+
- tightened release/install documentation
23+
- standardized terminology around governance runtime, transition governance, structured handoffs, task-state fidelity, and minimal repair
24+
- bumped runtime/package version surface to `0.12.0`
25+
26+
### Kept Intentionally
27+
28+
- the current runtime spine
29+
- the current Windows shell + installer path
30+
- deterministic evaluation/benchmark surfaces
31+
- the experimental but runnable council/convergence runtime

0 commit comments

Comments
 (0)