Skip to content

Commit af3906e

Browse files
author
StackMemory Bot (CLI)
committed
chore: bump version to 1.5.9, add agent-reviews skill, update gitignore
1 parent 67ac1d6 commit af3906e

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../.agents/skills/resolve-agent-reviews

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ out/
2525
# IDE & Editor
2626
.vscode/
2727
.idea/
28+
.kiro/
29+
.windsurf/
30+
.continue/
31+
32+
# Agent skills (installed via `skills add`)
33+
.agents/
34+
skills-lock.json
2835
*.swp
2936
*.swo
3037
*~

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackmemoryai/stackmemory",
3-
"version": "1.5.8",
3+
"version": "1.5.9",
44
"description": "Lossless, project-scoped memory for AI coding tools. Durable context across sessions with 56 MCP tools, FTS5 search, conductor orchestrator, loop/watch monitoring, snapshot capture, pre-flight overlap checks, Claude/Codex/OpenCode wrappers, Linear sync, and automatic hooks.",
55
"engines": {
66
"node": ">=20.0.0",

0 commit comments

Comments
 (0)