Skip to content

Commit 7d7f965

Browse files
committed
chore(release): 1.5.0
Owner-directed unified 1.5.0 release across the five-adapter tuple (perfect-sync wave).
1 parent 79b4ca2 commit 7d7f965

10 files changed

Lines changed: 15 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.3.4",
2+
"version": "1.5.0",
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.3.4",
2+
"version": "1.5.0",
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.3.4",
2+
"version": "1.5.0",
33
"generated_by": "scripts/generate_skills_index.py",
44
"count": 38,
55
"skills": [

CHANGELOG.md

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

88
## [Unreleased]
99

10+
11+
## [1.5.0] - 2026-06-15
12+
1013
### Changed
1114

15+
- Owner-directed unified 1.5.0 release: perfect-sync quality wave (README baseline, ASCII hygiene, agy binary canonicalization, validator coverage). Preserve documented `opencode-ai` `1.17.7`, `@opencode-ai/plugin` `1.17.7`, and `@opencode-ai/sdk` `1.17.7` baseline evidence.
1216
- Refresh OpenCode runtime baseline to 1.17.7 (npm latest; runtime/MCP reliability fixes; config schema and canonical permission key set byte-identical to 1.17.6, verified by schema diff)
1317

1418
## [1.3.4] - 2026-06-14

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.3.4 |
17+
| Adapter version | `1.5.0` |
1818
| Runtime baseline | OpenCode 1.17.7 |
19-
| GitHub release tag | 1.3.4 |
19+
| GitHub release tag | `1.5.0` |
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ historical patch in the line.
88

99
| Version | Supported |
1010
|---|---|
11-
| Current exact tag `1.3.4` | yes |
11+
| Current exact tag `1.5.0` | 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.3.4
1+
1.5.0

references/mcp-profiles.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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.3.4",
5-
"updated": "2026-06-14",
4+
"version": "1.5.0",
5+
"updated": "2026-06-15",
66
"profiles": {
77
"base": {
88
"description": "Always-on lightweight servers. Low context cost, no required secrets, safe to spawn on every session. Skills in any domain may rely on these without justification.",

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.3.4",
4+
"version": "1.5.0",
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.3.4",
4+
"version": "1.5.0",
55
"updated": "2026-06-07",
66
"adapter": "opencode",
77
"security": {

0 commit comments

Comments
 (0)