Skip to content

Commit 3411f2c

Browse files
authored
Merge pull request #13 from agentrules-sh/changeset-release/main
chore: version packages
2 parents 6be7dc6 + adc5582 commit 3411f2c

File tree

6 files changed

+41
-18
lines changed

6 files changed

+41
-18
lines changed

.changeset/unified-add-share.md

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

bun.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# @agentrules/cli
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 6be7dc6: ### CLI
8+
9+
- Add `share` and `unshare` commands for publishing individual rules
10+
- Unify preset and rule installation into single `add` command
11+
- Show folder-level totals when publishing
12+
- Use `name` for input, `slug` for registry output
13+
14+
### Core
15+
16+
- Centralize platform config with rule types and install paths
17+
- Add resolve system for unified preset/rule resolution
18+
19+
### Patch Changes
20+
21+
- Updated dependencies [6be7dc6]
22+
- @agentrules/core@0.1.0
23+
324
## 0.0.14
425

526
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentrules/cli",
3-
"version": "0.0.14",
3+
"version": "0.1.0",
44
"author": "Brian Cheung <bcheung.dev@gmail.com> (https://github.com/bcheung)",
55
"license": "MIT",
66
"homepage": "https://agentrules.directory",

packages/core/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @agentrules/core
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 6be7dc6: ### CLI
8+
9+
- Add `share` and `unshare` commands for publishing individual rules
10+
- Unify preset and rule installation into single `add` command
11+
- Show folder-level totals when publishing
12+
- Use `name` for input, `slug` for registry output
13+
14+
### Core
15+
16+
- Centralize platform config with rule types and install paths
17+
- Add resolve system for unified preset/rule resolution
18+
319
## 0.0.11
420

521
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentrules/core",
3-
"version": "0.0.11",
3+
"version": "0.1.0",
44
"author": "Brian Cheung <bcheung.dev@gmail.com> (https://github.com/bcheung)",
55
"license": "MIT",
66
"homepage": "https://agentrules.directory",

0 commit comments

Comments
 (0)