oh-my-adhd 0.2.25 → 0.2.26
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.
|
@@ -126,7 +126,7 @@ export function registerWikiImport(server) {
|
|
|
126
126
|
id,
|
|
127
127
|
title,
|
|
128
128
|
updatedAt: typeof thread.updatedAt === "string" && Number.isFinite(Date.parse(thread.updatedAt))
|
|
129
|
-
? thread.updatedAt
|
|
129
|
+
? new Date(thread.updatedAt).toISOString()
|
|
130
130
|
: new Date().toISOString(),
|
|
131
131
|
};
|
|
132
132
|
if (typeof thread.is_open === "boolean")
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oh-my-adhd",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.26",
|
|
4
4
|
"description": "ADHD second brain — zero-friction capture, auto context restore, unstick. MCP-native Claude Code plugin.",
|
|
5
5
|
"author": "Haechan Jeong",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "git+https://github.com/
|
|
8
|
+
"url": "git+https://github.com/gocks77777/oh-my-adhd.git"
|
|
9
9
|
},
|
|
10
|
-
"homepage": "https://github.com/
|
|
10
|
+
"homepage": "https://github.com/gocks77777/oh-my-adhd#readme",
|
|
11
11
|
"bugs": {
|
|
12
|
-
"url": "https://github.com/
|
|
12
|
+
"url": "https://github.com/gocks77777/oh-my-adhd/issues"
|
|
13
13
|
},
|
|
14
14
|
"keywords": [
|
|
15
15
|
"claude",
|