Skip to content

Commit 7d97037

Browse files
author
Claude Sonnet (coordinator)
committed
release: v1.5.0
1 parent a886421 commit 7d97037

41 files changed

Lines changed: 2076 additions & 255 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

AGENTS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ Desktop control-plane milestones currently in scope:
2626

2727
`AGENTS.md` is intentionally operational. It should not restate the full product brief from the `## Project` section below.
2828

29+
### Capability / Usage Notes
30+
31+
- Treat `Justfile` as the canonical source of build, test, run, and host-launch commands.
32+
- When a command changes, update `Justfile` first and then reference the recipe name here instead of copying the shell line.
33+
- Prefer `just ...` recipes over ad hoc shell invocations for repeatable work, especially for Windows-host builds and tray validation.
34+
- Keep capability and usage notes concise and action-oriented: say what exists, how to invoke it, and what not to assume.
35+
- If a workflow depends on a repo capability, document the recipe name, not an inline transcript of the implementation.
36+
2937
### MCP Capability Training (Concrete)
3038

3139
Use `TurboLedgerService` in `crates/ledgerr-mcp/src/lib.rs` as the canonical contract.
@@ -100,6 +108,8 @@ assert_eq!(updated.category, "OfficeSupplies");
100108
- Keep status/state outputs concise and obvious for small models; favor explicit fields over implicit behavior.
101109
- Before adding new custom infrastructure, confirm an existing crate/tool already solves it acceptably.
102110
- Distill durable session lessons back into this file when they affect future agent quality.
111+
- Keep concerns separated within every `AGENTS.md`: product direction, capability usage, and workflow rules should each live in their own short subsection.
112+
- Avoid mixing build commands into policy sections; route those details to `Justfile` so one file remains the executable build contract.
103113

104114
### Execution Loop (Successive Generations)
105115

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
33

4+
- - -
5+
## v1.5.0 - 2026-04-19
6+
#### Features
7+
- ship the Windows desktop host further toward an operator control plane with richer tray state, persisted tray settings, and a basic Slint chat window backed by `rig-core`
8+
- expose more host operational state and notification settings directly through the tray menu and persisted settings surface
9+
#### Refactoring
10+
- remove the mistaken `mistralrs` dependency from the host path and standardize the tray chat client on `rig-core` for OpenAI-compatible and local API backends
11+
#### Tooling
12+
- harden `Justfile` Cocogitto recipes with an `ensure-cog` guard so `just v`, `just validate`, `just changelog`, and `just release` self-check the binary before use
13+
414
- - -
515
## v1.4.0 - 2026-04-17
616
#### Features
@@ -1601,4 +1611,4 @@ All notable changes to this project will be documented in this file. See [conven
16011611

16021612
- - -
16031613

1604-
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
1614+
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).

0 commit comments

Comments
 (0)