momo-ai 1.0.81 → 1.0.82
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/.omc/project-memory.json +5 -42
- package/.omc/sessions/5d9bfa71-77e1-47e9-b3af-8ff9e2d70ce5.json +8 -0
- package/.omc/state/hud-state.json +3 -3
- package/.omc/state/hud-stdin-cache.json +1 -1
- package/.omc/state/idle-notif-cooldown.json +1 -1
- package/.omc/state/mission-state.json +2 -77
- package/package.json +1 -1
- package/src/_template/LAIN/.obsidian/plugins/obsidian-excalidraw-plugin/data.json +6 -1
- package/src/_template/LAIN/.obsidian/plugins/obsidian-excalidraw-plugin/main.js +4 -4
- package/src/_template/LAIN/.obsidian/plugins/obsidian-excalidraw-plugin/manifest.json +3 -3
- package/src/_template/LAIN/.obsidian/plugins/obsidian-excalidraw-plugin/styles.css +1 -1
- package/src/_template/LAIN/.obsidian/plugins/obsidian-git/main.js +452 -0
- package/src/_template/LAIN/.obsidian/plugins/obsidian-git/manifest.json +10 -0
- package/src/_template/LAIN/.obsidian/plugins/obsidian-git/obsidian_askpass.sh +23 -0
- package/src/_template/LAIN/.obsidian/plugins/obsidian-git/styles.css +710 -0
- package/src/_template/LAIN/.obsidian/plugins/obsidian-meta-bind-plugin/data.json +20 -0
- package/src/_template/LAIN/.obsidian/plugins/obsidian-meta-bind-plugin/main.js +204 -0
- package/src/_template/LAIN/.obsidian/plugins/obsidian-meta-bind-plugin/manifest.json +12 -0
- package/src/_template/LAIN/.obsidian/plugins/obsidian-meta-bind-plugin/styles.css +940 -0
- package/src/_template/LAIN/.obsidian/plugins/obsidian-shellcommands/main.js +19890 -0
- package/src/_template/LAIN/.obsidian/plugins/obsidian-shellcommands/manifest.json +11 -0
- package/src/_template/LAIN/.obsidian/plugins/obsidian-shellcommands/styles.css +386 -0
- package/src/_template/LAIN/.obsidian/plugins/obsidian-tasks-plugin/main.js +81 -77
- package/src/_template/LAIN/.obsidian/plugins/obsidian-tasks-plugin/manifest.json +1 -1
- package/src/_template/LAIN/.obsidian/plugins/obsidian-tasks-plugin/styles.css +1 -1
- package/src/_template/LAIN/.obsidian/plugins/templater-obsidian/main.js +45 -0
- package/src/_template/LAIN/.obsidian/plugins/templater-obsidian/manifest.json +11 -0
- package/src/_template/LAIN/.obsidian/plugins/templater-obsidian/styles.css +226 -0
- package/src/_template/LAIN/.obsidian/plugins/terminal/data.json +170 -0
- package/src/_template/LAIN/.obsidian/plugins/terminal/main.js +190 -84
- package/src/_template/LAIN/.obsidian/plugins/terminal/manifest.json +13 -13
- package/src/_template/LAIN/.obsidian/plugins/terminal/styles.css +1 -1
- package/.omc/state/agent-replay-5d9bfa71-77e1-47e9-b3af-8ff9e2d70ce5.jsonl +0 -18
- package/.omc/state/last-tool-error.json +0 -7
- package/.omc/state/subagent-tracking.json +0 -26
package/.omc/project-memory.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"lastScanned":
|
|
3
|
+
"lastScanned": 1775025426606,
|
|
4
4
|
"projectRoot": "/Users/lang/zero-cloud/app-zero/r2mo-matrix/r2mo-lain",
|
|
5
5
|
"techStack": {
|
|
6
6
|
"languages": [
|
|
@@ -50,64 +50,27 @@
|
|
|
50
50
|
"path": "docs",
|
|
51
51
|
"purpose": "Documentation",
|
|
52
52
|
"fileCount": 0,
|
|
53
|
-
"lastAccessed":
|
|
53
|
+
"lastAccessed": 1775025426572,
|
|
54
54
|
"keyFiles": []
|
|
55
55
|
},
|
|
56
56
|
"skills": {
|
|
57
57
|
"path": "skills",
|
|
58
58
|
"purpose": null,
|
|
59
59
|
"fileCount": 0,
|
|
60
|
-
"lastAccessed":
|
|
60
|
+
"lastAccessed": 1775025426572,
|
|
61
61
|
"keyFiles": []
|
|
62
62
|
},
|
|
63
63
|
"src": {
|
|
64
64
|
"path": "src",
|
|
65
65
|
"purpose": "Source code",
|
|
66
66
|
"fileCount": 2,
|
|
67
|
-
"lastAccessed":
|
|
67
|
+
"lastAccessed": 1775025426588,
|
|
68
68
|
"keyFiles": [
|
|
69
69
|
"lain.js",
|
|
70
70
|
"momo.js"
|
|
71
71
|
]
|
|
72
72
|
}
|
|
73
73
|
},
|
|
74
|
-
"hotPaths": [
|
|
75
|
-
{
|
|
76
|
-
"path": "src/executor/executeDocs.js",
|
|
77
|
-
"accessCount": 40,
|
|
78
|
-
"lastAccessed": 1774936174792,
|
|
79
|
-
"type": "file"
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"path": "",
|
|
83
|
-
"accessCount": 3,
|
|
84
|
-
"lastAccessed": 1774936806834,
|
|
85
|
-
"type": "directory"
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"path": "src/commander/docs.json",
|
|
89
|
-
"accessCount": 1,
|
|
90
|
-
"lastAccessed": 1774930199134,
|
|
91
|
-
"type": "file"
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"path": "src/momo.js",
|
|
95
|
-
"accessCount": 1,
|
|
96
|
-
"lastAccessed": 1774934085428,
|
|
97
|
-
"type": "file"
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
"path": "src/utils/momo-file-utils.js",
|
|
101
|
-
"accessCount": 1,
|
|
102
|
-
"lastAccessed": 1774935787741,
|
|
103
|
-
"type": "file"
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
"path": "src/utils",
|
|
107
|
-
"accessCount": 1,
|
|
108
|
-
"lastAccessed": 1774935890599,
|
|
109
|
-
"type": "directory"
|
|
110
|
-
}
|
|
111
|
-
],
|
|
74
|
+
"hotPaths": [],
|
|
112
75
|
"userDirectives": []
|
|
113
76
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-
|
|
2
|
+
"timestamp": "2026-04-01T06:37:41.584Z",
|
|
3
3
|
"backgroundTasks": [],
|
|
4
|
-
"sessionStartTimestamp": "2026-
|
|
5
|
-
"sessionId": "
|
|
4
|
+
"sessionStartTimestamp": "2026-04-01T06:37:20.594Z",
|
|
5
|
+
"sessionId": "7fa8f05b-d348-424b-a9bf-7e84aaacdc29"
|
|
6
6
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"session_id":"
|
|
1
|
+
{"session_id":"7fa8f05b-d348-424b-a9bf-7e84aaacdc29","transcript_path":"/Users/lang/.claude/projects/-Users-lang-zero-cloud-app-zero-r2mo-matrix-r2mo-lain/7fa8f05b-d348-424b-a9bf-7e84aaacdc29.jsonl","cwd":"/Users/lang/zero-cloud/app-zero/r2mo-matrix/r2mo-lain","model":{"id":"claude-opus-4-6[1m]","display_name":"Opus 4.6 (1M context)"},"workspace":{"current_dir":"/Users/lang/zero-cloud/app-zero/r2mo-matrix/r2mo-lain","project_dir":"/Users/lang/zero-cloud/app-zero/r2mo-matrix/r2mo-lain","added_dirs":[]},"version":"2.1.87","output_style":{"name":"default"},"cost":{"total_cost_usd":1.4273175,"total_duration_ms":599046,"total_api_duration_ms":253400,"total_lines_added":0,"total_lines_removed":0},"context_window":{"total_input_tokens":269084,"total_output_tokens":2032,"context_window_size":1000000,"current_usage":{"input_tokens":73235,"output_tokens":155,"cache_creation_input_tokens":0,"cache_read_input_tokens":0},"used_percentage":7,"remaining_percentage":93},"exceeds_200k_tokens":false}
|
|
@@ -1,79 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"updatedAt": "2026-03-
|
|
3
|
-
"missions": [
|
|
4
|
-
{
|
|
5
|
-
"id": "session:5d9bfa71-77e1-47e9-b3af-8ff9e2d70ce5:none",
|
|
6
|
-
"source": "session",
|
|
7
|
-
"name": "none",
|
|
8
|
-
"objective": "Session mission",
|
|
9
|
-
"createdAt": "2026-03-31T05:42:36.170Z",
|
|
10
|
-
"updatedAt": "2026-03-31T05:44:18.340Z",
|
|
11
|
-
"status": "done",
|
|
12
|
-
"workerCount": 2,
|
|
13
|
-
"taskCounts": {
|
|
14
|
-
"total": 2,
|
|
15
|
-
"pending": 0,
|
|
16
|
-
"blocked": 0,
|
|
17
|
-
"inProgress": 0,
|
|
18
|
-
"completed": 2,
|
|
19
|
-
"failed": 0
|
|
20
|
-
},
|
|
21
|
-
"agents": [
|
|
22
|
-
{
|
|
23
|
-
"name": "everything-claude-code:typescript-reviewer:a299be7",
|
|
24
|
-
"role": "everything-claude-code:typescript-reviewer",
|
|
25
|
-
"ownership": "a299be7cc4b858917",
|
|
26
|
-
"status": "done",
|
|
27
|
-
"currentStep": null,
|
|
28
|
-
"latestUpdate": "completed",
|
|
29
|
-
"completedSummary": null,
|
|
30
|
-
"updatedAt": "2026-03-31T05:44:18.340Z"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"name": "everything-claude-code:code-reviewer:afff8f9",
|
|
34
|
-
"role": "everything-claude-code:code-reviewer",
|
|
35
|
-
"ownership": "afff8f900d18e2fc9",
|
|
36
|
-
"status": "done",
|
|
37
|
-
"currentStep": null,
|
|
38
|
-
"latestUpdate": "completed",
|
|
39
|
-
"completedSummary": null,
|
|
40
|
-
"updatedAt": "2026-03-31T05:43:02.231Z"
|
|
41
|
-
}
|
|
42
|
-
],
|
|
43
|
-
"timeline": [
|
|
44
|
-
{
|
|
45
|
-
"id": "session-start:a299be7cc4b858917:2026-03-31T05:42:36.170Z",
|
|
46
|
-
"at": "2026-03-31T05:42:36.170Z",
|
|
47
|
-
"kind": "update",
|
|
48
|
-
"agent": "everything-claude-code:typescript-reviewer:a299be7",
|
|
49
|
-
"detail": "started everything-claude-code:typescript-reviewer:a299be7",
|
|
50
|
-
"sourceKey": "session-start:a299be7cc4b858917"
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"id": "session-start:afff8f900d18e2fc9:2026-03-31T05:42:36.192Z",
|
|
54
|
-
"at": "2026-03-31T05:42:36.192Z",
|
|
55
|
-
"kind": "update",
|
|
56
|
-
"agent": "everything-claude-code:code-reviewer:afff8f9",
|
|
57
|
-
"detail": "started everything-claude-code:code-reviewer:afff8f9",
|
|
58
|
-
"sourceKey": "session-start:afff8f900d18e2fc9"
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"id": "session-stop:afff8f900d18e2fc9:2026-03-31T05:43:02.231Z",
|
|
62
|
-
"at": "2026-03-31T05:43:02.231Z",
|
|
63
|
-
"kind": "completion",
|
|
64
|
-
"agent": "everything-claude-code:code-reviewer:afff8f9",
|
|
65
|
-
"detail": "completed",
|
|
66
|
-
"sourceKey": "session-stop:afff8f900d18e2fc9"
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"id": "session-stop:a299be7cc4b858917:2026-03-31T05:44:18.340Z",
|
|
70
|
-
"at": "2026-03-31T05:44:18.340Z",
|
|
71
|
-
"kind": "completion",
|
|
72
|
-
"agent": "everything-claude-code:typescript-reviewer:a299be7",
|
|
73
|
-
"detail": "completed",
|
|
74
|
-
"sourceKey": "session-stop:a299be7cc4b858917"
|
|
75
|
-
}
|
|
76
|
-
]
|
|
77
|
-
}
|
|
78
|
-
]
|
|
2
|
+
"updatedAt": "2026-03-31T06:27:53.391Z",
|
|
3
|
+
"missions": []
|
|
79
4
|
}
|
package/package.json
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
+
"copyLinkToElemenetAnchorTo100": false,
|
|
3
|
+
"copyFrameLinkByName": false,
|
|
2
4
|
"disableDoubleClickTextEditing": false,
|
|
3
5
|
"folder": "Excalidraw",
|
|
4
6
|
"cropFolder": "",
|
|
@@ -40,6 +42,7 @@
|
|
|
40
42
|
"isLeftHanded": false,
|
|
41
43
|
"desktopUIMode": "tray",
|
|
42
44
|
"tabletUIMode": "compact",
|
|
45
|
+
"phoneUIMode": "mobile",
|
|
43
46
|
"iframeMatchExcalidrawTheme": true,
|
|
44
47
|
"matchTheme": false,
|
|
45
48
|
"matchThemeAlways": false,
|
|
@@ -73,6 +76,7 @@
|
|
|
73
76
|
"focusOnFileTab": true,
|
|
74
77
|
"openInMainWorkspace": true,
|
|
75
78
|
"showLinkBrackets": true,
|
|
79
|
+
"syncElementLinkWithText": false,
|
|
76
80
|
"allowCtrlClick": true,
|
|
77
81
|
"forceWrap": false,
|
|
78
82
|
"pageTransclusionCharLimit": 200,
|
|
@@ -120,7 +124,7 @@
|
|
|
120
124
|
"mdBorderColor": "Black",
|
|
121
125
|
"mdCSS": "",
|
|
122
126
|
"scriptEngineSettings": {},
|
|
123
|
-
"previousRelease": "2.
|
|
127
|
+
"previousRelease": "2.21.2",
|
|
124
128
|
"showReleaseNotes": true,
|
|
125
129
|
"compareManifestToPluginVersion": true,
|
|
126
130
|
"showNewVersionNotification": true,
|
|
@@ -129,6 +133,7 @@
|
|
|
129
133
|
"taskboneEnabled": false,
|
|
130
134
|
"taskboneAPIkey": "",
|
|
131
135
|
"pinnedScripts": [],
|
|
136
|
+
"sidepanelTabs": [],
|
|
132
137
|
"customPens": [
|
|
133
138
|
{
|
|
134
139
|
"type": "default",
|