@ijfw/memory-server 1.5.0 → 1.5.1

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.
@@ -2,58 +2,237 @@
2
2
  "charter": {
3
3
  "schema_version": "team-charter/v1",
4
4
  "team_name": "mixed-launch-team",
5
- "project_archetypes": ["software", "design", "content", "mixed"],
5
+ "project_archetypes": [
6
+ "software",
7
+ "design",
8
+ "content",
9
+ "mixed"
10
+ ],
6
11
  "roles": [
7
12
  {
8
- "name": "app-engineer",
13
+ "name": "ijfw-app-engineer",
9
14
  "role_type": "software",
10
15
  "model": "sonnet",
11
16
  "effort": "medium",
12
- "phase_scope": ["execute", "verify"],
13
- "owns": [{"artifact_type": "app", "paths": ["app/**"]}],
14
- "reviews": [{"artifact_type": "screen", "criteria": ["integration", "accessibility"]}],
15
- "handoff": {"format": "markdown", "required_sections": ["changed_artifacts", "tests", "risks"]},
16
- "coordination": {"parallel_safe": true, "claim_required": true, "conflicts_with": ["app/routes/**"]}
17
+ "phase_scope": [
18
+ "execute",
19
+ "verify"
20
+ ],
21
+ "owns": [
22
+ {
23
+ "artifact_type": "app",
24
+ "paths": [
25
+ "app/**"
26
+ ]
27
+ }
28
+ ],
29
+ "reviews": [
30
+ {
31
+ "artifact_type": "screen",
32
+ "criteria": [
33
+ "integration",
34
+ "accessibility"
35
+ ]
36
+ }
37
+ ],
38
+ "handoff": {
39
+ "format": "markdown",
40
+ "required_sections": [
41
+ "changed_artifacts",
42
+ "tests",
43
+ "risks"
44
+ ]
45
+ },
46
+ "coordination": {
47
+ "parallel_safe": true,
48
+ "claim_required": true,
49
+ "conflicts_with": [
50
+ "app/routes/**"
51
+ ]
52
+ }
17
53
  },
18
54
  {
19
- "name": "ux-designer",
55
+ "name": "ijfw-ux-designer",
20
56
  "role_type": "design",
21
57
  "model": "sonnet",
22
58
  "effort": "medium",
23
- "phase_scope": ["shape", "review"],
24
- "owns": [{"artifact_type": "screen", "paths": ["design/**"]}],
25
- "reviews": [{"artifact_type": "app", "criteria": ["usability", "visual-fit"]}],
26
- "handoff": {"format": "markdown", "required_sections": ["rationale", "screens", "review_notes"]},
27
- "coordination": {"parallel_safe": true, "claim_required": true, "conflicts_with": ["design/tokens/**"]}
59
+ "phase_scope": [
60
+ "shape",
61
+ "review"
62
+ ],
63
+ "owns": [
64
+ {
65
+ "artifact_type": "screen",
66
+ "paths": [
67
+ "design/**"
68
+ ]
69
+ }
70
+ ],
71
+ "reviews": [
72
+ {
73
+ "artifact_type": "app",
74
+ "criteria": [
75
+ "usability",
76
+ "visual-fit"
77
+ ]
78
+ }
79
+ ],
80
+ "handoff": {
81
+ "format": "markdown",
82
+ "required_sections": [
83
+ "rationale",
84
+ "screens",
85
+ "review_notes"
86
+ ]
87
+ },
88
+ "coordination": {
89
+ "parallel_safe": true,
90
+ "claim_required": true,
91
+ "conflicts_with": [
92
+ "design/tokens/**"
93
+ ]
94
+ }
28
95
  },
29
96
  {
30
- "name": "launch-editor",
97
+ "name": "ijfw-launch-editor",
31
98
  "role_type": "content",
32
99
  "model": "sonnet",
33
100
  "effort": "low",
34
- "phase_scope": ["execute", "review"],
35
- "owns": [{"artifact_type": "launch_copy", "paths": ["content/launch/**"]}],
36
- "reviews": [{"artifact_type": "screen", "criteria": ["message-match", "voice"]}],
37
- "handoff": {"format": "markdown", "required_sections": ["copy_changes", "voice_notes"]},
38
- "coordination": {"parallel_safe": true, "claim_required": true, "conflicts_with": []}
101
+ "phase_scope": [
102
+ "execute",
103
+ "review"
104
+ ],
105
+ "owns": [
106
+ {
107
+ "artifact_type": "launch_copy",
108
+ "paths": [
109
+ "content/launch/**"
110
+ ]
111
+ }
112
+ ],
113
+ "reviews": [
114
+ {
115
+ "artifact_type": "screen",
116
+ "criteria": [
117
+ "message-match",
118
+ "voice"
119
+ ]
120
+ }
121
+ ],
122
+ "handoff": {
123
+ "format": "markdown",
124
+ "required_sections": [
125
+ "copy_changes",
126
+ "voice_notes"
127
+ ]
128
+ },
129
+ "coordination": {
130
+ "parallel_safe": true,
131
+ "claim_required": true,
132
+ "conflicts_with": []
133
+ }
39
134
  }
40
135
  ]
41
136
  },
42
137
  "workflow": {
43
138
  "schema_version": "team-workflow/v1",
44
- "project_archetypes": ["software", "design", "content", "mixed"],
139
+ "project_archetypes": [
140
+ "software",
141
+ "design",
142
+ "content",
143
+ "mixed"
144
+ ],
45
145
  "artifacts": [
46
- {"id": "app-shell", "type": "app", "paths": ["app/**"], "owner": "app-engineer", "reviewers": ["ux-designer"], "depends_on": [], "verification": ["npm test"]},
47
- {"id": "product-screens", "type": "screen", "paths": ["design/**"], "owner": "ux-designer", "reviewers": ["app-engineer", "launch-editor"], "depends_on": [], "verification": ["visual audit"]},
48
- {"id": "launch-copy", "type": "launch_copy", "paths": ["content/launch/**"], "owner": "launch-editor", "reviewers": ["ux-designer"], "depends_on": ["product-screens"], "verification": ["brand voice review"]}
146
+ {
147
+ "id": "app-shell",
148
+ "type": "app",
149
+ "paths": [
150
+ "app/**"
151
+ ],
152
+ "owner": "ijfw-app-engineer",
153
+ "reviewers": [
154
+ "ijfw-ux-designer"
155
+ ],
156
+ "depends_on": [],
157
+ "verification": [
158
+ "npm test"
159
+ ]
160
+ },
161
+ {
162
+ "id": "product-screens",
163
+ "type": "screen",
164
+ "paths": [
165
+ "design/**"
166
+ ],
167
+ "owner": "ijfw-ux-designer",
168
+ "reviewers": [
169
+ "ijfw-app-engineer",
170
+ "ijfw-launch-editor"
171
+ ],
172
+ "depends_on": [],
173
+ "verification": [
174
+ "visual audit"
175
+ ]
176
+ },
177
+ {
178
+ "id": "launch-copy",
179
+ "type": "launch_copy",
180
+ "paths": [
181
+ "content/launch/**"
182
+ ],
183
+ "owner": "ijfw-launch-editor",
184
+ "reviewers": [
185
+ "ijfw-ux-designer"
186
+ ],
187
+ "depends_on": [
188
+ "product-screens"
189
+ ],
190
+ "verification": [
191
+ "brand voice review"
192
+ ]
193
+ }
49
194
  ],
50
195
  "waves": [
51
- {"id": "w1", "mode": "parallel", "artifact_ids": ["app-shell", "product-screens"]},
52
- {"id": "w2", "mode": "review", "artifact_ids": ["launch-copy"]}
196
+ {
197
+ "id": "w1",
198
+ "mode": "parallel",
199
+ "artifact_ids": [
200
+ "app-shell",
201
+ "product-screens"
202
+ ]
203
+ },
204
+ {
205
+ "id": "w2",
206
+ "mode": "review",
207
+ "artifact_ids": [
208
+ "launch-copy"
209
+ ]
210
+ }
53
211
  ]
54
212
  },
55
213
  "blackboard": {
56
- "tasks": [{"id": "task-launch", "title": "Coordinate launch surface", "status": "ready", "artifact_ids": ["app-shell", "product-screens"], "owner": "app-engineer"}],
57
- "claims": [{"id": "claim-copy", "artifact_id": "launch-copy", "agent": "launch-editor", "status": "active", "paths": ["content/launch/**"]}]
214
+ "tasks": [
215
+ {
216
+ "id": "task-launch",
217
+ "title": "Coordinate launch surface",
218
+ "status": "ready",
219
+ "artifact_ids": [
220
+ "app-shell",
221
+ "product-screens"
222
+ ],
223
+ "owner": "ijfw-app-engineer"
224
+ }
225
+ ],
226
+ "claims": [
227
+ {
228
+ "id": "claim-copy",
229
+ "artifact_id": "launch-copy",
230
+ "agent": "ijfw-launch-editor",
231
+ "status": "active",
232
+ "paths": [
233
+ "content/launch/**"
234
+ ]
235
+ }
236
+ ]
58
237
  }
59
238
  }
@@ -2,46 +2,172 @@
2
2
  "charter": {
3
3
  "schema_version": "team-charter/v1",
4
4
  "team_name": "research-synthesis-team",
5
- "project_archetypes": ["research"],
5
+ "project_archetypes": [
6
+ "research"
7
+ ],
6
8
  "roles": [
7
9
  {
8
- "name": "research-lead",
10
+ "name": "ijfw-research-lead",
9
11
  "role_type": "research",
10
12
  "model": "sonnet",
11
13
  "effort": "high",
12
- "phase_scope": ["question", "collect", "synthesize"],
13
- "owns": [{"artifact_type": "evidence_table", "paths": ["research/evidence/**"]}],
14
- "reviews": [{"artifact_type": "synthesis", "criteria": ["method", "source-quality"]}],
15
- "handoff": {"format": "markdown", "required_sections": ["sources", "findings", "confidence"]},
16
- "coordination": {"parallel_safe": true, "claim_required": true, "conflicts_with": []}
14
+ "phase_scope": [
15
+ "question",
16
+ "collect",
17
+ "synthesize"
18
+ ],
19
+ "owns": [
20
+ {
21
+ "artifact_type": "evidence_table",
22
+ "paths": [
23
+ "research/evidence/**"
24
+ ]
25
+ }
26
+ ],
27
+ "reviews": [
28
+ {
29
+ "artifact_type": "synthesis",
30
+ "criteria": [
31
+ "method",
32
+ "source-quality"
33
+ ]
34
+ }
35
+ ],
36
+ "handoff": {
37
+ "format": "markdown",
38
+ "required_sections": [
39
+ "sources",
40
+ "findings",
41
+ "confidence"
42
+ ]
43
+ },
44
+ "coordination": {
45
+ "parallel_safe": true,
46
+ "claim_required": true,
47
+ "conflicts_with": []
48
+ }
17
49
  },
18
50
  {
19
- "name": "method-reviewer",
51
+ "name": "ijfw-method-reviewer",
20
52
  "role_type": "review",
21
53
  "model": "sonnet",
22
54
  "effort": "medium",
23
- "phase_scope": ["review", "verify"],
24
- "owns": [{"artifact_type": "method_audit", "paths": ["research/reviews/**"]}],
25
- "reviews": [{"artifact_type": "evidence_table", "criteria": ["bias", "traceability", "coverage"]}],
26
- "handoff": {"format": "markdown", "required_sections": ["limitations", "risk", "recommendations"]},
27
- "coordination": {"parallel_safe": true, "claim_required": true, "conflicts_with": []}
55
+ "phase_scope": [
56
+ "review",
57
+ "verify"
58
+ ],
59
+ "owns": [
60
+ {
61
+ "artifact_type": "method_audit",
62
+ "paths": [
63
+ "research/reviews/**"
64
+ ]
65
+ }
66
+ ],
67
+ "reviews": [
68
+ {
69
+ "artifact_type": "evidence_table",
70
+ "criteria": [
71
+ "bias",
72
+ "traceability",
73
+ "coverage"
74
+ ]
75
+ }
76
+ ],
77
+ "handoff": {
78
+ "format": "markdown",
79
+ "required_sections": [
80
+ "limitations",
81
+ "risk",
82
+ "recommendations"
83
+ ]
84
+ },
85
+ "coordination": {
86
+ "parallel_safe": true,
87
+ "claim_required": true,
88
+ "conflicts_with": []
89
+ }
28
90
  }
29
91
  ]
30
92
  },
31
93
  "workflow": {
32
94
  "schema_version": "team-workflow/v1",
33
- "project_archetypes": ["research"],
95
+ "project_archetypes": [
96
+ "research"
97
+ ],
34
98
  "artifacts": [
35
- {"id": "evidence-table", "type": "evidence_table", "paths": ["research/evidence/table.md"], "owner": "research-lead", "reviewers": ["method-reviewer"], "depends_on": [], "verification": ["source audit"]},
36
- {"id": "method-audit", "type": "method_audit", "paths": ["research/reviews/method.md"], "owner": "method-reviewer", "reviewers": ["research-lead"], "depends_on": ["evidence-table"], "verification": ["methodology review"]}
99
+ {
100
+ "id": "evidence-table",
101
+ "type": "evidence_table",
102
+ "paths": [
103
+ "research/evidence/table.md"
104
+ ],
105
+ "owner": "ijfw-research-lead",
106
+ "reviewers": [
107
+ "ijfw-method-reviewer"
108
+ ],
109
+ "depends_on": [],
110
+ "verification": [
111
+ "source audit"
112
+ ]
113
+ },
114
+ {
115
+ "id": "method-audit",
116
+ "type": "method_audit",
117
+ "paths": [
118
+ "research/reviews/method.md"
119
+ ],
120
+ "owner": "ijfw-method-reviewer",
121
+ "reviewers": [
122
+ "ijfw-research-lead"
123
+ ],
124
+ "depends_on": [
125
+ "evidence-table"
126
+ ],
127
+ "verification": [
128
+ "methodology review"
129
+ ]
130
+ }
37
131
  ],
38
132
  "waves": [
39
- {"id": "w1", "mode": "parallel", "artifact_ids": ["evidence-table"]},
40
- {"id": "w2", "mode": "review", "artifact_ids": ["method-audit"]}
133
+ {
134
+ "id": "w1",
135
+ "mode": "parallel",
136
+ "artifact_ids": [
137
+ "evidence-table"
138
+ ]
139
+ },
140
+ {
141
+ "id": "w2",
142
+ "mode": "review",
143
+ "artifact_ids": [
144
+ "method-audit"
145
+ ]
146
+ }
41
147
  ]
42
148
  },
43
149
  "blackboard": {
44
- "tasks": [{"id": "task-evidence", "title": "Build evidence table", "status": "ready", "artifact_ids": ["evidence-table"], "owner": "research-lead"}],
45
- "claims": [{"id": "claim-evidence", "artifact_id": "evidence-table", "agent": "research-lead", "status": "active", "paths": ["research/evidence/table.md"]}]
150
+ "tasks": [
151
+ {
152
+ "id": "task-evidence",
153
+ "title": "Build evidence table",
154
+ "status": "ready",
155
+ "artifact_ids": [
156
+ "evidence-table"
157
+ ],
158
+ "owner": "ijfw-research-lead"
159
+ }
160
+ ],
161
+ "claims": [
162
+ {
163
+ "id": "claim-evidence",
164
+ "artifact_id": "evidence-table",
165
+ "agent": "ijfw-research-lead",
166
+ "status": "active",
167
+ "paths": [
168
+ "research/evidence/table.md"
169
+ ]
170
+ }
171
+ ]
46
172
  }
47
173
  }
@@ -2,46 +2,174 @@
2
2
  "charter": {
3
3
  "schema_version": "team-charter/v1",
4
4
  "team_name": "software-delivery-team",
5
- "project_archetypes": ["software"],
5
+ "project_archetypes": [
6
+ "software"
7
+ ],
6
8
  "roles": [
7
9
  {
8
- "name": "implementation-engineer",
10
+ "name": "ijfw-code-fixer",
9
11
  "role_type": "software",
10
12
  "model": "sonnet",
11
13
  "effort": "medium",
12
- "phase_scope": ["plan", "execute", "verify"],
13
- "owns": [{"artifact_type": "module", "paths": ["src/**/*.js"]}],
14
- "reviews": [{"artifact_type": "test", "criteria": ["coverage", "regression"]}],
15
- "handoff": {"format": "markdown", "required_sections": ["changed_artifacts", "tests", "risks"]},
16
- "coordination": {"parallel_safe": true, "claim_required": true, "conflicts_with": ["src/shared/**"]}
14
+ "phase_scope": [
15
+ "plan",
16
+ "execute",
17
+ "verify"
18
+ ],
19
+ "owns": [
20
+ {
21
+ "artifact_type": "module",
22
+ "paths": [
23
+ "src/**/*.js"
24
+ ]
25
+ }
26
+ ],
27
+ "reviews": [
28
+ {
29
+ "artifact_type": "test",
30
+ "criteria": [
31
+ "coverage",
32
+ "regression"
33
+ ]
34
+ }
35
+ ],
36
+ "handoff": {
37
+ "format": "markdown",
38
+ "required_sections": [
39
+ "changed_artifacts",
40
+ "tests",
41
+ "risks"
42
+ ]
43
+ },
44
+ "coordination": {
45
+ "parallel_safe": true,
46
+ "claim_required": true,
47
+ "conflicts_with": [
48
+ "src/shared/**"
49
+ ]
50
+ }
17
51
  },
18
52
  {
19
- "name": "test-reviewer",
53
+ "name": "ijfw-integration-checker",
20
54
  "role_type": "qa",
21
55
  "model": "sonnet",
22
56
  "effort": "low",
23
- "phase_scope": ["review", "verify"],
24
- "owns": [{"artifact_type": "test", "paths": ["test/**/*.js"]}],
25
- "reviews": [{"artifact_type": "module", "criteria": ["behavior", "edge-cases"]}],
26
- "handoff": {"format": "markdown", "required_sections": ["findings", "verification"]},
27
- "coordination": {"parallel_safe": true, "claim_required": true, "conflicts_with": []}
57
+ "phase_scope": [
58
+ "review",
59
+ "verify"
60
+ ],
61
+ "owns": [
62
+ {
63
+ "artifact_type": "test",
64
+ "paths": [
65
+ "test/**/*.js"
66
+ ]
67
+ }
68
+ ],
69
+ "reviews": [
70
+ {
71
+ "artifact_type": "module",
72
+ "criteria": [
73
+ "behavior",
74
+ "edge-cases"
75
+ ]
76
+ }
77
+ ],
78
+ "handoff": {
79
+ "format": "markdown",
80
+ "required_sections": [
81
+ "findings",
82
+ "verification"
83
+ ]
84
+ },
85
+ "coordination": {
86
+ "parallel_safe": true,
87
+ "claim_required": true,
88
+ "conflicts_with": []
89
+ }
28
90
  }
29
91
  ]
30
92
  },
31
93
  "workflow": {
32
94
  "schema_version": "team-workflow/v1",
33
- "project_archetypes": ["software"],
95
+ "project_archetypes": [
96
+ "software"
97
+ ],
34
98
  "artifacts": [
35
- {"id": "runtime-module", "type": "module", "paths": ["src/**/*.js"], "owner": "implementation-engineer", "reviewers": ["test-reviewer"], "depends_on": [], "verification": ["npm test"]},
36
- {"id": "regression-tests", "type": "test", "paths": ["test/**/*.js"], "owner": "test-reviewer", "reviewers": ["implementation-engineer"], "depends_on": ["runtime-module"], "verification": ["node --test test/**/*.js"]}
99
+ {
100
+ "id": "runtime-module",
101
+ "type": "module",
102
+ "paths": [
103
+ "src/**/*.js"
104
+ ],
105
+ "owner": "ijfw-code-fixer",
106
+ "reviewers": [
107
+ "ijfw-integration-checker"
108
+ ],
109
+ "depends_on": [],
110
+ "verification": [
111
+ "npm test"
112
+ ]
113
+ },
114
+ {
115
+ "id": "regression-tests",
116
+ "type": "test",
117
+ "paths": [
118
+ "test/**/*.js"
119
+ ],
120
+ "owner": "ijfw-integration-checker",
121
+ "reviewers": [
122
+ "ijfw-code-fixer"
123
+ ],
124
+ "depends_on": [
125
+ "runtime-module"
126
+ ],
127
+ "verification": [
128
+ "node --test test/**/*.js"
129
+ ]
130
+ }
37
131
  ],
38
132
  "waves": [
39
- {"id": "w1", "mode": "parallel", "artifact_ids": ["runtime-module"]},
40
- {"id": "w2", "mode": "review", "artifact_ids": ["regression-tests"]}
133
+ {
134
+ "id": "w1",
135
+ "mode": "parallel",
136
+ "artifact_ids": [
137
+ "runtime-module"
138
+ ]
139
+ },
140
+ {
141
+ "id": "w2",
142
+ "mode": "review",
143
+ "artifact_ids": [
144
+ "regression-tests"
145
+ ]
146
+ }
41
147
  ]
42
148
  },
43
149
  "blackboard": {
44
- "tasks": [{"id": "task-runtime", "title": "Implement runtime module", "status": "ready", "artifact_ids": ["runtime-module"], "owner": "implementation-engineer", "depends_on": []}],
45
- "claims": [{"id": "claim-runtime", "artifact_id": "runtime-module", "agent": "implementation-engineer", "status": "active", "paths": ["src/**/*.js"], "claimed_at": "2026-05-15T00:00:00Z"}]
150
+ "tasks": [
151
+ {
152
+ "id": "task-runtime",
153
+ "title": "Implement runtime module",
154
+ "status": "ready",
155
+ "artifact_ids": [
156
+ "runtime-module"
157
+ ],
158
+ "owner": "ijfw-code-fixer",
159
+ "depends_on": []
160
+ }
161
+ ],
162
+ "claims": [
163
+ {
164
+ "id": "claim-runtime",
165
+ "artifact_id": "runtime-module",
166
+ "agent": "ijfw-code-fixer",
167
+ "status": "active",
168
+ "paths": [
169
+ "src/**/*.js"
170
+ ],
171
+ "claimed_at": "2026-05-15T00:00:00Z"
172
+ }
173
+ ]
46
174
  }
47
175
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ijfw/memory-server",
3
- "version": "1.5.0",
4
- "description": "Cross-platform persistent memory server for IJFW. 10 MCP tools (memory + admin/update). Works with 13 MCP-using platforms (Claude Code, Codex, Gemini CLI, Cursor, Windsurf, Copilot, Hermes, Wayland, OpenCode, QwenCode, Cline, KimiCode, OpenClaw) plus Aider via rules-only tier.",
3
+ "version": "1.5.1",
4
+ "description": "Cross-platform persistent memory server for IJFW. 13 MCP tools (memory + admin/update). Works with 15 platforms: 14 via MCP (Claude Code, Codex, Gemini CLI, Cursor, Windsurf, Copilot, Hermes, Wayland, OpenCode, QwenCode, Cline, KimiCode, OpenClaw, Antigravity) plus Aider via the rules-only tier.",
5
5
  "author": "Sean Donahoe",
6
6
  "license": "MIT",
7
7
  "type": "module",
@@ -14,7 +14,10 @@
14
14
  "scripts": {
15
15
  "start": "node src/server.js",
16
16
  "dev": "node --watch src/server.js",
17
- "test": "node test.js"
17
+ "test": "node test.js && node --experimental-sqlite --test --test-force-exit test-*.js",
18
+ "test:smoke": "node test.js",
19
+ "test:full": "node --experimental-sqlite --test --test-force-exit test-*.js",
20
+ "test:graders": "node test/grade-symbol-graph-spec.js && node test/grade-symbol-graph-consistency.js && node test/grade-cascading-staleness.js && node test/grade-project-types.js"
18
21
  },
19
22
  "engines": {
20
23
  "node": ">=18.0.0"