Skip to content

Commit 8259bb6

Browse files
committed
chore: bump version to 2.30.0
1 parent c920ffc commit 8259bb6

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"_generated": "Auto-generated by scripts/build-claude-plugin.sh \u2014 do not hand-edit",
33
"name": "agent-notes",
4-
"version": "2.29.0",
4+
"version": "2.30.0",
55
"description": "AI agent configuration manager for Claude Code, OpenCode, and Copilot",
66
"author": {
77
"name": "Eugene Naumov"

.claude-plugin/skills/chrome-test/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Use once — after linters and tests pass, before committing.
8080
4. Dev session reads `report-<uuid>.md` directly from the bus when the operator relays the trigger, triages, fixes failures, optionally mints a NEW `<uuid>` and repeats for only the fixed scenarios.
8181
5. All scenarios PASS → gate closes, commit proceeds.
8282

83-
**This is the default mode the lead uses at end of a frontend feature.**
83+
**This is the mode the lead uses when the browser-test gate fires at the end of a frontend feature.**
8484

8585
### Mode 3 — Manual Ad-Hoc
8686

.opencode-plugin/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Auto-generated by scripts/build-opencode-plugin.sh — do not hand-edit
2-
// agent-notes OpenCode plugin v2.29.0
2+
// agent-notes OpenCode plugin v2.30.0
33
// AI agent configuration manager for Claude Code, OpenCode, and Copilot
44
//
55
// This plugin runs a SessionStart hook that surfaces agent-notes context

.opencode-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"_generated": "Auto-generated by scripts/build-opencode-plugin.sh \u2014 do not hand-edit",
33
"name": "agent-notes-opencode-plugin",
4-
"version": "2.29.0",
4+
"version": "2.30.0",
55
"description": "AI agent configuration manager for Claude Code, OpenCode, and Copilot",
66
"main": "./index.js",
77
"type": "module",

agent_notes/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.29.0
1+
2.30.0

0 commit comments

Comments
 (0)