Browse Source

chore: bump version to v0.5.2 (#94)

* chore: bump version to v0.5.2

* fix(registry): Remove orphaned context entries for deleted files

- Removed copywriting-frameworks and tone-voice entries that referenced
  missing files in .opencode/context/content/ directory
- These files were deleted in this PR but registry entries remained
- Fixes registry validation failure (exit code 1)

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: darrenhinde <107584450+darrenhinde@users.noreply.github.com>
github-actions[bot] 2 months ago
parent
commit
f2a9bb910b
4 changed files with 7 additions and 22 deletions
  1. 5 0
      CHANGELOG.md
  2. 1 1
      VERSION
  3. 1 1
      package.json
  4. 0 20
      registry.json

+ 5 - 0
CHANGELOG.md

@@ -3,6 +3,11 @@
 All notable changes to this project will be documented in this file.
 
 ## [Unreleased]
+## [0.5.2] - 2026-01-13
+
+### Changes
+- docs(core): refine project intelligence system and deprecate legacy context (#93)
+
 ## [0.5.0] - 2025-12-18
 
 ### Changes

+ 1 - 1
VERSION

@@ -1 +1 @@
-0.5.1
+0.5.2

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "opencode-agents",
-  "version": "0.5.1",
+  "version": "0.5.2",
   "description": "OpenCode agent evaluation framework and test suites",
   "private": true,
   "workspaces": [

+ 0 - 20
registry.json

@@ -2269,26 +2269,6 @@
         "category": "standard"
       },
       {
-        "id": "copywriting-frameworks",
-        "name": "Copywriting Frameworks",
-        "type": "context",
-        "path": ".opencode/context/content/copywriting-frameworks.md",
-        "description": "Copywriting Frameworks",
-        "tags": [],
-        "dependencies": [],
-        "category": "standard"
-      },
-      {
-        "id": "tone-voice",
-        "name": "Tone Voice",
-        "type": "context",
-        "path": ".opencode/context/content/tone-voice.md",
-        "description": "Tone & Voice Guidelines",
-        "tags": [],
-        "dependencies": [],
-        "category": "standard"
-      },
-      {
         "id": "building-cli-compact",
         "name": "Building Cli Compact",
         "type": "context",