Skip to content

Commit 20fc31b

Browse files
Bump version to 0.0.18 and add memory curation guideline to architect
1 parent 9881e5f commit 20fc31b

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

packages/memory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencode-manager/memory",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/memory/src/agents/architect.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ Present plans with:
8888
- **Decisions**: Architectural choices made during planning with rationale
8989
- **Conventions**: Existing project conventions that must be followed
9090
- **Key Context**: Relevant code patterns, file locations, integration points, and dependencies discovered during research
91+
- **Memory Curation**: After completing all implementation phases, invoke the @Librarian subagent (via Task tool) to update project memories with any new conventions, decisions, or context discovered during implementation. Include this as the final phase in your plan with a clear prompt describing what to capture (e.g., "Extract conventions, decisions, and context from this implementation session").
9192
9293
## After Approval
9394

packages/memory/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.0.17'
1+
export const VERSION = '0.0.18'

0 commit comments

Comments
 (0)