Skip to content

Commit 61bdf00

Browse files
authored
Release v0.3.0
2 parents 448c2fa + 861dba2 commit 61bdf00

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/fix-skill-discovery.md

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

packages/agentcrumbs/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# agentcrumbs
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 62abf24: Fix @tanstack/intent skill discovery and consolidate skills
8+
9+
- Add parent SKILL.md at the namespace level so the intent walker can recurse into skill subdirectories
10+
- Consolidate 6 granular skills into 2: a top-level usage skill and the init skill
11+
- Top-level skill covers workflow, core API, markers, CLI reference, and pointers to further discovery
12+
313
## 0.2.0
414

515
### Minor Changes

packages/agentcrumbs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agentcrumbs",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Debug mode for any agent.",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)