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
5 changes: 4 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"corvus-runtime": "3.6.2",
"cerebro": "3.6.2",
"rook": "3.6.2"
"rook": "3.6.2",
"clients/agent-runtime": "0.1.0",
"clients/cerebro": "0.1.0",
"clients/rook": "0.1.0"
}
129 changes: 129 additions & 0 deletions clients/agent-runtime/CHANGELOG.md

Large diffs are not rendered by default.

50 changes: 25 additions & 25 deletions clients/agent-runtime/Cargo.lock

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

4 changes: 2 additions & 2 deletions clients/agent-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resolver = "2"

[package]
name = "corvus"
version = "3.6.2"
version = "0.1.0"
edition = "2021"
build = "build.rs"
authors = ["theonlyhennygod"]
Expand Down Expand Up @@ -110,7 +110,7 @@ chrono-tz = "0.10"
cron = "0.16"

# Cerebro MCP service client
cerebro = { version = "3.6.2", path = "../../clients/cerebro" }
cerebro = { version = "0.1.0", path = "../../clients/cerebro" }

# Interactive CLI prompts
dialoguer = { version = "0.12", features = ["fuzzy-select"] }
Expand Down
2 changes: 1 addition & 1 deletion clients/agent-runtime/crates/robot-kit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "corvus-robot-kit"
version = "0.1.2"
version = "0.1.0"
edition = "2021"
authors = ["theonlyhennygod"]
license = "MIT"
Expand Down
14 changes: 14 additions & 0 deletions clients/cerebro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## 0.1.0 (2026-04-29)


### Bug Fixes

* **cerebro:** address review hardening feedback ([ad797eb](https://github.com/dallay/corvus/commit/ad797eb950e7d854309de1c3916a569306578797))
* **cerebro:** align MCP contract with implemented surface ([c8f3f69](https://github.com/dallay/corvus/commit/c8f3f69776d022043dbc9f8c1744794d72ed4234))
* **cerebro:** align MCP contract with implemented surface ([5eba3c5](https://github.com/dallay/corvus/commit/5eba3c52e5510c828f3dcab046f527893d72b88e))
* **cerebro:** harden production readiness ([725b3ea](https://github.com/dallay/corvus/commit/725b3ea56852214212ef0f7ea89114b005a875a6))
* **cerebro:** harden production readiness ([810f5ae](https://github.com/dallay/corvus/commit/810f5ae17c94db47b709247f277b814c364a67a7))
* **cerebro:** tighten auth and readiness review follow-ups ([e53bf5b](https://github.com/dallay/corvus/commit/e53bf5bb33c9a1fba9cae2ee7939dec3d553ec1a))
* rook 583 apply ([721302f](https://github.com/dallay/corvus/commit/721302f09b8967fb7926a86c3c485cbedc4e4a66))
46 changes: 23 additions & 23 deletions clients/cerebro/Cargo.lock

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

2 changes: 1 addition & 1 deletion clients/cerebro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cerebro"
version = "3.6.2"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
autobins = false
Expand Down
Loading
Loading