momo-ai 1.0.86 → 1.0.88

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.
@@ -0,0 +1,2 @@
1
+ approval_policy = "never"
2
+ sandbox_mode = "danger-full-access"
@@ -0,0 +1,35 @@
1
+ {
2
+ "name": "r2mo-lain",
3
+ "version": "0.1.0",
4
+ "description": "Project-local Codex slash command workspace for R2MO Lain workflows.",
5
+ "author": {
6
+ "name": "R2MO"
7
+ },
8
+ "homepage": "https://gitee.com/silentbalanceyh/r2mo-lain",
9
+ "repository": "https://gitee.com/silentbalanceyh/r2mo-lain.git",
10
+ "license": "ISC",
11
+ "keywords": [
12
+ "r2mo",
13
+ "lain",
14
+ "momo",
15
+ "codex",
16
+ "slash-commands"
17
+ ],
18
+ "skills": "./skills/",
19
+ "interface": {
20
+ "displayName": "R2MO Lain",
21
+ "shortDescription": "R2MO Lain Codex slash commands",
22
+ "longDescription": "Project-local Codex plugin package for developing reusable slash commands around R2MO Lain CLI workflows.",
23
+ "developerName": "R2MO",
24
+ "category": "Coding",
25
+ "capabilities": [
26
+ "Interactive",
27
+ "Write"
28
+ ],
29
+ "websiteURL": "https://gitee.com/silentbalanceyh/r2mo-lain",
30
+ "defaultPrompt": [
31
+ "Help me develop a Codex slash command for an R2MO Lain workflow"
32
+ ],
33
+ "screenshots": []
34
+ }
35
+ }
@@ -74,8 +74,8 @@
74
74
  "hotPaths": [
75
75
  {
76
76
  "path": "src/executor/executeTask.js",
77
- "accessCount": 6,
78
- "lastAccessed": 1776302572736,
77
+ "accessCount": 8,
78
+ "lastAccessed": 1776352988772,
79
79
  "type": "file"
80
80
  },
81
81
  {
@@ -108,6 +108,12 @@
108
108
  "lastAccessed": 1775786409838,
109
109
  "type": "file"
110
110
  },
111
+ {
112
+ "path": "src/commander/task.json",
113
+ "accessCount": 2,
114
+ "lastAccessed": 1776352973218,
115
+ "type": "file"
116
+ },
111
117
  {
112
118
  "path": "src/_template/LAIN/.obsidian/community-plugins.json",
113
119
  "accessCount": 1,
@@ -126,12 +132,6 @@
126
132
  "lastAccessed": 1776302162007,
127
133
  "type": "directory"
128
134
  },
129
- {
130
- "path": "src/commander/task.json",
131
- "accessCount": 1,
132
- "lastAccessed": 1776302188425,
133
- "type": "file"
134
- },
135
135
  {
136
136
  "path": "src/commander/run.json",
137
137
  "accessCount": 1,
@@ -0,0 +1,8 @@
1
+ {
2
+ "session_id": "ee30b9d7-e57d-48b5-8363-c1d7cc7adae3",
3
+ "ended_at": "2026-04-16T08:17:04.768Z",
4
+ "reason": "other",
5
+ "agents_spawned": 2,
6
+ "agents_completed": 2,
7
+ "modes_used": []
8
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "session_id": "f23b8556-e76e-4986-b4ba-fbfc3fec8da6",
3
+ "ended_at": "2026-04-16T17:06:41.136Z",
4
+ "reason": "other",
5
+ "agents_spawned": 0,
6
+ "agents_completed": 0,
7
+ "modes_used": []
8
+ }
@@ -1,79 +1,4 @@
1
1
  {
2
- "updatedAt": "2026-04-16T01:24:00.828Z",
3
- "missions": [
4
- {
5
- "id": "session:ee30b9d7-e57d-48b5-8363-c1d7cc7adae3:none",
6
- "source": "session",
7
- "name": "none",
8
- "objective": "Session mission",
9
- "createdAt": "2026-04-16T01:22:23.998Z",
10
- "updatedAt": "2026-04-16T01:24:00.828Z",
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:a415f33",
24
- "role": "everything-claude-code:typescript-reviewer",
25
- "ownership": "a415f3338525a9804",
26
- "status": "done",
27
- "currentStep": null,
28
- "latestUpdate": "completed",
29
- "completedSummary": null,
30
- "updatedAt": "2026-04-16T01:23:26.785Z"
31
- },
32
- {
33
- "name": "everything-claude-code:code-reviewer:a7eeca3",
34
- "role": "everything-claude-code:code-reviewer",
35
- "ownership": "a7eeca36a268cd74e",
36
- "status": "done",
37
- "currentStep": null,
38
- "latestUpdate": "completed",
39
- "completedSummary": null,
40
- "updatedAt": "2026-04-16T01:24:00.828Z"
41
- }
42
- ],
43
- "timeline": [
44
- {
45
- "id": "session-start:a415f3338525a9804:2026-04-16T01:22:23.998Z",
46
- "at": "2026-04-16T01:22:23.998Z",
47
- "kind": "update",
48
- "agent": "everything-claude-code:typescript-reviewer:a415f33",
49
- "detail": "started everything-claude-code:typescript-reviewer:a415f33",
50
- "sourceKey": "session-start:a415f3338525a9804"
51
- },
52
- {
53
- "id": "session-start:a7eeca36a268cd74e:2026-04-16T01:22:24.051Z",
54
- "at": "2026-04-16T01:22:24.051Z",
55
- "kind": "update",
56
- "agent": "everything-claude-code:code-reviewer:a7eeca3",
57
- "detail": "started everything-claude-code:code-reviewer:a7eeca3",
58
- "sourceKey": "session-start:a7eeca36a268cd74e"
59
- },
60
- {
61
- "id": "session-stop:a415f3338525a9804:2026-04-16T01:23:26.785Z",
62
- "at": "2026-04-16T01:23:26.785Z",
63
- "kind": "completion",
64
- "agent": "everything-claude-code:typescript-reviewer:a415f33",
65
- "detail": "completed",
66
- "sourceKey": "session-stop:a415f3338525a9804"
67
- },
68
- {
69
- "id": "session-stop:a7eeca36a268cd74e:2026-04-16T01:24:00.828Z",
70
- "at": "2026-04-16T01:24:00.828Z",
71
- "kind": "completion",
72
- "agent": "everything-claude-code:code-reviewer:a7eeca3",
73
- "detail": "completed",
74
- "sourceKey": "session-stop:a7eeca36a268cd74e"
75
- }
76
- ]
77
- }
78
- ]
2
+ "updatedAt": "2026-04-16T08:17:04.773Z",
3
+ "missions": []
79
4
  }