oh-my-adhd 0.2.28 → 0.2.29

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.
@@ -18,7 +18,7 @@ export const SENSITIVE_DIRS = [".ssh", ".aws", ".gnupg", ".kube", ".docker",
18
18
  const SYSTEM_SENSITIVE_DIRS = [
19
19
  "/root/.ssh", "/root/.aws", "/root/.gnupg", "/root/.kube", "/root/.docker",
20
20
  "/etc/ssh", "/etc/ssl", "/etc/shadow", "/etc/sudoers",
21
- "/private/etc/ssh", "/private/etc/ssl", // macOS canonical paths
21
+ "/private/etc/ssh", "/private/etc/ssl", "/private/etc/shadow", "/private/etc/sudoers", // macOS canonical paths
22
22
  ];
23
23
  export async function isSensitivePath(filePath) {
24
24
  const homeDir = os.homedir();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-my-adhd",
3
- "version": "0.2.28",
3
+ "version": "0.2.29",
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": {