Skip to content

Commit 062c2c1

Browse files
committed
chore(release): bump config version to 0.5.0
1 parent 18ff384 commit 062c2c1

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format follows Keep a Changelog, and marketplace/plugin versions follow Sema
66

77
## [Unreleased]
88

9+
## [0.5.0] - 2026-05-27
10+
911
### Changed
1012

1113
- Codex CLI runtime baseline now targets `0.134.0`; system install and doctor
@@ -19,6 +21,9 @@ The format follows Keep a Changelog, and marketplace/plugin versions follow Sema
1921
npm stable package in `.mcp.json` and `config/mcp-runtime-versions.env`.
2022
- Shared MCP runtime pins now match current upstream stable packages:
2123
`serena-agent==1.5.3`, `chrome-devtools-mcp@1.1.1`, and `shadcn@4.8.1`.
24+
- Runtime validation now exposes explicit `auto`, `static`, `installed`, and
25+
`live` lanes so source-only CI, installed local checks, and network freshness
26+
checks are classified instead of inferred from host state.
2227

2328
### Fixed
2429

@@ -31,6 +36,9 @@ The format follows Keep a Changelog, and marketplace/plugin versions follow Sema
3136
- Dart/Flutter MCP capability smoke now requires the stable tools exposed by
3237
Dart SDK `3.12.0`; `run_tests` is no longer treated as globally available in
3338
non-Dart repository checkouts.
39+
- Public fast validation now tolerates normal source checkouts without restored
40+
agent-only docs while preserving strict checks when fullrepo context is
41+
available.
3442

3543
## [0.4.9] - 2026-05-22
3644

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.9
1+
0.5.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rldyour-codex"
3-
version = "0.4.9"
3+
version = "0.5.0"
44
description = "Personal Codex marketplace with rldyour plugins, MCP servers, skills, hooks, and SDLC tooling."
55
readme = "README.md"
66
requires-python = ">=3.13,<3.14"

0 commit comments

Comments
 (0)