openmemory-plus 1.3.0 → 1.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openmemory-plus",
3
- "version": "1.3.0",
3
+ "version": "1.3.3",
4
4
  "description": "Agent Memory Management CLI - Install, configure, and manage OpenMemory Plus",
5
5
  "type": "module",
6
6
  "bin": {
@@ -0,0 +1,34 @@
1
+ # Active Context
2
+
3
+ > ⚡ This file is updated frequently - captures current work state
4
+
5
+ ## Current Focus
6
+ <!-- 当前正在进行的工作 -->
7
+
8
+ -
9
+
10
+ ## Recent Changes
11
+ <!-- 最近的重要变更 -->
12
+
13
+ | Date | Change | Impact |
14
+ |------|--------|--------|
15
+ | {{CREATED_AT}} | Project initialized | - |
16
+
17
+ ## Active Decisions
18
+ <!-- 当前生效的决策 -->
19
+
20
+ -
21
+
22
+ ## Open Questions
23
+ <!-- 待解决的问题 -->
24
+
25
+ - [ ]
26
+
27
+ ## Next Steps
28
+ <!-- 接下来要做的事 -->
29
+
30
+ 1.
31
+
32
+ ---
33
+
34
+ *Last updated: {{CREATED_AT}}*
@@ -0,0 +1,30 @@
1
+ # Product Context
2
+
3
+ ## Why This Project Exists
4
+ <!-- 项目存在的原因,解决什么问题 -->
5
+
6
+
7
+
8
+ ## Problems Solved
9
+ <!-- 用户面临的具体问题 -->
10
+
11
+ 1.
12
+
13
+ ## User Experience Goals
14
+ <!-- 期望的用户体验 -->
15
+
16
+ -
17
+
18
+ ## Target Users
19
+ <!-- 目标用户群体 -->
20
+
21
+ -
22
+
23
+ ## How It Should Work
24
+ <!-- 产品应该如何运作 -->
25
+
26
+
27
+
28
+ ---
29
+
30
+ *Updated when product direction or user needs change.*
@@ -0,0 +1,41 @@
1
+ # Progress
2
+
3
+ ## What Works ✅
4
+ <!-- 已完成且正常工作的功能 -->
5
+
6
+ - [ ] Project initialized
7
+
8
+ ## What's Left 📋
9
+ <!-- 还需要完成的工作 -->
10
+
11
+ - [ ]
12
+
13
+ ## Current Status
14
+ <!-- 当前状态概览 -->
15
+
16
+ | Milestone | Status | ETA |
17
+ |-----------|--------|-----|
18
+ | Setup | 🟡 In Progress | - |
19
+ | MVP | ⚪ Not Started | - |
20
+ | Launch | ⚪ Not Started | - |
21
+
22
+ ## Known Issues 🐛
23
+ <!-- 已知问题 -->
24
+
25
+ | Issue | Severity | Workaround |
26
+ |-------|----------|------------|
27
+ | | | |
28
+
29
+ ## Blockers 🚧
30
+ <!-- 阻塞项 -->
31
+
32
+ -
33
+
34
+ ## Recent Wins 🎉
35
+ <!-- 最近的成就 -->
36
+
37
+ - {{CREATED_AT}}: Project created
38
+
39
+ ---
40
+
41
+ *Last updated: {{CREATED_AT}}*
@@ -0,0 +1,36 @@
1
+ # Project Brief
2
+
3
+ ## Overview
4
+ <!-- 项目的核心定义,所有其他文档的基础 -->
5
+
6
+ **项目名称**: {{PROJECT_NAME}}
7
+
8
+ **创建时间**: {{CREATED_AT}}
9
+
10
+ ## Core Requirements
11
+ <!-- 项目必须实现的核心功能 -->
12
+
13
+ 1.
14
+
15
+ ## Goals
16
+ <!-- 项目的主要目标 -->
17
+
18
+ -
19
+
20
+ ## Scope
21
+ <!-- 项目范围边界 -->
22
+
23
+ ### In Scope
24
+ -
25
+
26
+ ### Out of Scope
27
+ -
28
+
29
+ ## Success Criteria
30
+ <!-- 如何判断项目成功 -->
31
+
32
+ -
33
+
34
+ ---
35
+
36
+ *This is the foundation document. All other memory files build upon this.*
@@ -0,0 +1,39 @@
1
+ # System Patterns
2
+
3
+ ## Architecture Overview
4
+ <!-- 系统整体架构 -->
5
+
6
+ ```
7
+ [Diagram or description]
8
+ ```
9
+
10
+ ## Key Technical Decisions
11
+ <!-- 重要的技术决策及原因 -->
12
+
13
+ | Decision | Rationale | Date |
14
+ |----------|-----------|------|
15
+ | | | |
16
+
17
+ ## Design Patterns
18
+ <!-- 项目中使用的设计模式 -->
19
+
20
+ ### Pattern 1
21
+ - **Name**:
22
+ - **Usage**:
23
+ - **Example**:
24
+
25
+ ## Component Relationships
26
+ <!-- 组件之间的关系 -->
27
+
28
+ ```
29
+ ComponentA → ComponentB → ComponentC
30
+ ```
31
+
32
+ ## Coding Conventions
33
+ <!-- 代码规范 -->
34
+
35
+ -
36
+
37
+ ---
38
+
39
+ *Updated when architecture or patterns change.*
@@ -0,0 +1,51 @@
1
+ # Tech Context
2
+
3
+ ## Tech Stack
4
+ <!-- 技术栈 -->
5
+
6
+ | Category | Technology | Version |
7
+ |----------|------------|---------|
8
+ | Language | | |
9
+ | Framework | | |
10
+ | Database | | |
11
+ | Deployment | | |
12
+
13
+ ## Development Setup
14
+ <!-- 开发环境配置 -->
15
+
16
+ ```bash
17
+ # Clone and setup
18
+ git clone <repo>
19
+ cd {{PROJECT_NAME}}
20
+
21
+ # Install dependencies
22
+
23
+
24
+ # Run development server
25
+
26
+ ```
27
+
28
+ ## Dependencies
29
+ <!-- 主要依赖 -->
30
+
31
+ ### Production
32
+ -
33
+
34
+ ### Development
35
+ -
36
+
37
+ ## Technical Constraints
38
+ <!-- 技术限制 -->
39
+
40
+ -
41
+
42
+ ## Environment Variables
43
+ <!-- 环境变量 -->
44
+
45
+ | Variable | Description | Required |
46
+ |----------|-------------|----------|
47
+ | | | |
48
+
49
+ ---
50
+
51
+ *Updated when tech stack or constraints change.*