Skip to content

Commit 2b741ad

Browse files
committed
chore(release): rldyour-codex 1.7.2
1 parent 5db2c4b commit 2b741ad

20 files changed

Lines changed: 28 additions & 22 deletions

File tree

.github/workflows/security-static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
shell: bash
3636
run: |
3737
set -euo pipefail
38-
go install github.com/rhysd/actionlint/cmd/actionlint@v1.7.12
38+
go install github.com/rhysd/actionlint/cmd/actionlint@v1.7.22
3939
echo "$(go env GOPATH)/bin" >> "$GITHUB_PATH"
4040
4141
- name: Validate GitHub Action SHA pins

.serena/memories/RELEASE-01-VALIDATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ release readiness, versioning, and artifact hygiene
2323
- checked by: Codex ry-start memory taxonomy sync
2424

2525
## Facts
26-
- Current rldyour-codex adapter VERSION is `1.7.1`; the release workflow publishes the matching numeric GitHub Release tag at the released commit. Root `config/repositories.json` and the superproject gitlink own the current adapter HEAD.
26+
- Current rldyour-codex adapter VERSION is `1.7.2`; the release workflow publishes the matching numeric GitHub Release tag at the released commit. Root `config/repositories.json` and the superproject gitlink own the current adapter HEAD.
2727
- Release memories record numeric versioning, tags, CI gates, and clean artifact hygiene without copying current control-plane pins.
2828

2929
## Evidence

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [1.7.2] - 2026-06-26
4+
5+
### Fixed
6+
7+
- Sync generated cmux worker/orchestrator skill projections with the tracked-context branch model.
8+
39
All notable changes to this project are documented in this file.
410

511
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and marketplace/plugin versions follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ It is not a generic preset, not an automatic configuration takeover, and not a b
1717

1818
| Field | Value |
1919
|---|---|
20-
| Adapter version | `1.7.1` |
20+
| Adapter version | `1.7.2` |
2121
| Runtime baseline | Codex CLI 0.142.0 (`@openai/codex`) |
22-
| GitHub release tag | `1.7.1` |
22+
| GitHub release tag | `1.7.2` |
2323

2424
The runtime baseline reference is `references/codex-baseline.json`, verified 2026-06-25. The npm package is `@openai/codex`; the upstream release artifact is at `https://github.com/openai/codex/releases/tag/rust-v0.142.0`.
2525

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ historical patch in the line.
1212

1313
| Version | Supported |
1414
|---|---|
15-
| Current exact tag `1.7.1` | yes |
15+
| Current exact tag `1.7.2` | yes |
1616
| Older `1.1.*` tags | no; upgrade to current exact tag |
1717
| Older minor / major lines | no |
1818

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.1
1+
1.7.2

plugins/rldyour-browser/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rldyour-browser",
3-
"version": "1.7.1",
3+
"version": "1.7.2",
44
"description": "Браузерная проверка и debug для Playwright/DevTools. EN: Browser validation and debugging workflows.",
55
"author": {
66
"name": "Danil Silantyev (github:rldyourmnd), CEO NDDev",

plugins/rldyour-design/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rldyour-design",
3-
"version": "1.7.1",
3+
"version": "1.7.2",
44
"description": "Дизайн/Figma/UI workflow с tokens, i18n, FSD и browser proof. EN: Design implementation workflows.",
55
"author": {
66
"name": "Danil Silantyev (github:rldyourmnd), CEO NDDev",

plugins/rldyour-explore/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rldyour-explore",
3-
"version": "1.7.1",
3+
"version": "1.7.2",
44
"description": "Исследование docs, upstream и web evidence. EN: Technical and web research skills.",
55
"author": {
66
"name": "Danil Silantyev (github:rldyourmnd), CEO NDDev",

plugins/rldyour-flow/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rldyour-flow",
3-
"version": "1.7.1",
3+
"version": "1.7.2",
44
"description": "Автономный SDLC Codex: ry-init/start/review/repair/deploy, hooks и sync. EN: SDLC workflow.",
55
"author": {
66
"name": "Danil Silantyev (github:rldyourmnd), CEO NDDev",

0 commit comments

Comments
 (0)