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