Skip to content

Commit ba8d8ee

Browse files
committed
chore(release): 1.5.1
Patch the unified 1.5.x governance surfaces: the SECURITY.md line label and README Current Baseline now track the 1.5.x line; tracked release surfaces (VERSION, manifests, and lockfile where present) are realigned to 1.5.1.
1 parent 7d7f965 commit ba8d8ee

10 files changed

Lines changed: 17 additions & 11 deletions

File tree

.opencode/commands/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.5.0",
2+
"version": "1.5.1",
33
"generated_by": "scripts/generate_commands_index.py",
44
"count": 11,
55
"commands": [

.opencode/plugins/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.5.0",
2+
"version": "1.5.1",
33
"generated_by": "scripts/generate_plugins_index.py",
44
"count": 10,
55
"plugins": [

.opencode/skills/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.5.0",
2+
"version": "1.5.1",
33
"generated_by": "scripts/generate_skills_index.py",
44
"count": 38,
55
"skills": [

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010

11+
## [1.5.1] - 2026-06-15
12+
13+
### Changed
14+
15+
- Align SECURITY.md line label, adapter README baseline, and tracked uv.lock self-version to the 1.5.x line for the public governance gate. Preserve documented `opencode-ai` `1.17.7`, `@opencode-ai/plugin` `1.17.7`, and `@opencode-ai/sdk` `1.17.7` baseline evidence.
16+
1117
## [1.5.0] - 2026-06-15
1218

1319
### Changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
| Field | Value |
1616
|---|---|
17-
| Adapter version | `1.5.0` |
17+
| Adapter version | `1.5.1` |
1818
| Runtime baseline | OpenCode 1.17.7 |
19-
| GitHub release tag | `1.5.0` |
19+
| GitHub release tag | `1.5.1` |
2020

2121
Runtime baseline source: `references/opencode-baseline.json`. Submodule pins are owned by the root control-plane `config/repositories.json`.
2222

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
## Supported Versions
44

55
Only the current exact numeric product release tag receives security fixes.
6-
The `1.3.x` line label tracks only the latest released patch, not every
6+
The `1.5.x` line label tracks only the latest released patch, not every
77
historical patch in the line.
88

99
| Version | Supported |
1010
|---|---|
11-
| Current exact tag `1.5.0` | yes |
11+
| Current exact tag `1.5.1` | yes |
1212
| Older `1.1.*` tags | no; upgrade to current exact tag |
1313
| Older minor / major lines | no |
1414

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.0
1+
1.5.1

references/mcp-profiles.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
33
"$comment": "Machine-readable MCP server profiles. Each server in opencode.json.mcp belongs to exactly one profile. Profiles are used by scripts/validate_mcp_profiles.py to enforce skill.requires_mcp coverage and by scripts/smoke_mcp_capabilities.py --mode to bound CI smoke probes. The descriptive trust matrix lives in docs/security/mcp-trust-boundaries.md and stays in sync via the validator.",
4-
"version": "1.5.0",
4+
"version": "1.5.1",
55
"updated": "2026-06-15",
66
"profiles": {
77
"base": {

references/opencode-baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
33
"$comment": "Single source of truth for every pinned dependency the marketplace targets. Validators read this file and compare against opencode.json, .opencode/package.json, .opencode/bun.lock, workflow installations, and README/CHANGELOG text. Any drift fails CI. Bump these values in one place and let `scripts/check_baseline_consistency.py` find every reference that needs updating.",
4-
"version": "1.5.0",
4+
"version": "1.5.1",
55
"updated": "2026-06-15",
66
"source_of_truth": {
77
"runtime_latest_channel": "npm:opencode-ai",

references/rldyour-contract.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
33
"$comment": "Machine-readable rldyour workflow contract for the OpenCode adapter. Sister tool repos should map the same canonical IDs to their own native surfaces.",
4-
"version": "1.5.0",
4+
"version": "1.5.1",
55
"updated": "2026-06-07",
66
"adapter": "opencode",
77
"security": {

0 commit comments

Comments
 (0)