Skip to content

Commit dfaa92e

Browse files
committed
release: ship ORP 0.4.28 mascot refresh
1 parent 450e4c7 commit dfaa92e

26 files changed

Lines changed: 308 additions & 151 deletions

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,32 @@ There was no prior in-repo changelog file, so the first formal entry starts
66
with the currently shipped `v0.4.4` release and summarizes the full release
77
delta reflected in this repo.
88

9+
## v0.4.28 - 2026-04-22
10+
11+
This release tightens the ORP project-startup and research-spend loops, then
12+
refreshes the public README presentation with a mascot-led terminal animation.
13+
14+
### Added
15+
16+
- Added `orp init --project-startup` support for a fuller new-project ritual:
17+
private GitHub remote setup, `main` workspace ledger tracking, Codex session
18+
capture, bootstrap command storage, and optional Clawdad delegation setup.
19+
- Added local research spend guardrails for provider-backed research lanes:
20+
per-secret daily spend cap metadata, dashboard limit notes, local spend
21+
ledger records, and OpenAI preflight blocking when a lane would exceed the
22+
configured cap.
23+
- Added a mascot-led ORP terminal animation that explains workspace ledgers,
24+
secrets, research lanes, governance checkpoints, breakdown mode, and
25+
agent-readable handoffs in simple language.
26+
27+
### Changed
28+
29+
- Promoted the refreshed terminal animation to the top of the README with a
30+
short greeting and updated the walkthrough copy to match the current ORP
31+
command surface.
32+
- Simplified generated animation scenes from a crowded command survey into a
33+
cleaner seven-scene story with an expressive mascot and real CLI commands.
34+
935
## v0.4.27 - 2026-04-18
1036

1137
This release adds a staged OpenAI research profile and default-on worktree

README.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ Maintained by SproutSeeds. Research stewardship: Fractal Research Group ([frg.ea
99
[![license](https://img.shields.io/npm/l/open-research-protocol?color=111111&label=license)](./LICENSE)
1010
[![node](https://img.shields.io/node/v/open-research-protocol?color=111111&label=node)](https://www.npmjs.com/package/open-research-protocol)
1111

12+
<p align="center">
13+
<img src="https://raw.githubusercontent.com/SproutSeeds/orp/main/assets/terminal-demo.gif" alt="open-research-protocol mascot terminal demo">
14+
</p>
15+
16+
<p align="center"><strong>Hello, researcher.</strong> Keep the loop open, recoverable, and kind.</p>
17+
1218
> Agent-first CLI for workspace ledgers, operating agendas, local governance, secrets, scheduling, packets, reports, and research workflows.
1319
1420
**Links:** [GitHub](https://github.com/SproutSeeds/orp) · [npm](https://www.npmjs.com/package/open-research-protocol) · [frg.earth](https://frg.earth)
@@ -38,24 +44,21 @@ checkpoint layer. See
3844

3945
## Watch It Run
4046

41-
A short ORP command-family walkthrough:
42-
43-
![open-research-protocol terminal demo](https://raw.githubusercontent.com/SproutSeeds/orp/main/assets/terminal-demo.gif)
47+
The current animation introduces a small protocol mascot for the ORP message:
48+
context before claims, saved threads before crashes, hidden keys before exposed
49+
secrets, dry-run research before spend, checkpoints before handoffs, and
50+
breakdowns before overwhelm. The terminal still uses real ORP command surfaces
51+
rather than a fabricated UI.
4452

45-
The current animation intentionally uses the same human-facing command surfaces ORP prints in the terminal. It is not a fabricated UI layer. It currently shows ORP from multiple angles:
53+
It currently shows ORP from seven angles:
4654

4755
- `home` for discovery and next actions
48-
- `hosted` for ideas, workspaces, runners, and the control plane
49-
- `secrets` for create-or-reuse plus local Keychain sync
50-
- `workspace` for the hosted + local saved workspace ledger and recovery commands
51-
- `agenda` for Codex-ranked actions and suggestions across current work
52-
- `connections` for service accounts, data sources, deploy targets, and research destinations
53-
- `opportunities` for contests, programs, grants, and other tracked openings
54-
- `schedule` for recurring Codex jobs
56+
- `workspace` for grouped project/session ledgers and recovery commands
57+
- `secrets` for local reusable credentials and spend policy metadata
58+
- `research` for dry-run-first research lanes with an OpenAI-ready provider path
5559
- `governance` for local checkpoints and repo safety
56-
- `planning` for frontier, compute, packet, and report surfaces
57-
- `synthesis` for discover, exchange, collaborate, and YouTube ingestion
58-
- `mode` for optional perspective-shift nudges
60+
- `breakdown` for broad-to-atomic comprehension loops
61+
- `publish` for agent-readable reports, handoffs, and open research messaging
5962

6063
Maintainer asset generation:
6164

assets/terminal-demo-poster.png

18 KB
Loading
-28.7 KB
Loading

assets/terminal-demo.gif

-112 KB
Loading

assets/terminal-scene-01-home.png

7.08 KB
Loading
-57.2 KB
Binary file not shown.
-56.8 KB
Binary file not shown.
76.6 KB
Loading
18 KB
Loading

0 commit comments

Comments
 (0)