Skip to content

Commit be1e6f7

Browse files
authored
Merge pull request #1 from sampleXbro/changeset-release/master
chore: version packages
2 parents d8010a8 + 7f282c2 commit be1e6f7

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/initial-release.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- bda10c7: Initial public release of AgentsBridge v0.1.0.
8+
9+
One canonical `.agentsbridge/` source synced to Claude Code, Cursor, GitHub Copilot, Continue, Junie, Gemini CLI, Cline, Codex CLI, and Windsurf. Includes `init`, `generate`, `import`, `diff`, `lint`, `watch`, `check`, `merge`, `matrix`, and `install` CLI commands with full support for rules, commands, agents, skills, MCP servers, hooks, ignore patterns, permissions, local/remote extends, link rebasing, and lock-file-based collaboration.
10+
311
All notable changes to this project will be documented in this file.
412

513
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agentsbridge",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "One canonical source for AI coding agent rules, commands, skills, MCP, hooks, and permissions — synced across Claude Code, Cursor, Copilot, Continue, Junie, Gemini CLI, Cline, Codex CLI, and Windsurf.",
55
"type": "module",
66
"main": "./dist/cli.js",

0 commit comments

Comments
 (0)