Skip to content

Commit 56bb673

Browse files
chore: version packages (#22)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5f65c33 commit 56bb673

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.changeset/vendor-neutral-rules-md.md

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

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @stainless-code/codemap
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- [`5f65c33`](https://github.com/stainless-code/codemap/commit/5f65c330d80bede97f4114820cb931bd5ac97a16) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Use vendor-neutral `.md` extension for agent rules in templates; Cursor integration remaps to `.mdc` at wiring time
8+
- `codemap agents init` now writes `.md` rule files to `.agents/rules/` (plain Markdown with YAML frontmatter)
9+
- Cursor target automatically renames rules to `.mdc` (required for frontmatter parsing); all other targets (Windsurf, Continue, Cline, Amazon Q) keep `.md`
10+
- `SKILL.md` now includes `name` and `description` frontmatter per the Agent Skills spec
11+
312
## 0.2.1
413

514
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stainless-code/codemap",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Query your codebase — structural SQLite index for AI agents",
55
"keywords": [
66
"agents",

0 commit comments

Comments
 (0)