aidimag 1.0.3 → 1.0.5

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.
Files changed (2) hide show
  1. package/README.md +8 -8
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -84,14 +84,14 @@ verified memory into `CLAUDE.md` / `.cursorrules` / `.github/copilot-instruction
84
84
 
85
85
  ## Documentation
86
86
 
87
- Full documentation available at: **[github.com/anup-khanal/aidimag](https://github.com/anup-khanal/aidimag)**
88
-
89
- - [Getting Started](https://github.com/anup-khanal/aidimag/blob/main/docs/getting-started.md)
90
- - [Quick Start](https://github.com/anup-khanal/aidimag/blob/main/docs/quickstart.md)
91
- - [CLI Reference](https://github.com/anup-khanal/aidimag/blob/main/docs/cli-reference.md)
92
- - [MCP Integration](https://github.com/anup-khanal/aidimag/blob/main/docs/mcp.md)
93
- - [Team Sync Guide](https://github.com/anup-khanal/aidimag/blob/main/docs/guides/team-sync.md)
94
- - [Configuration](https://github.com/anup-khanal/aidimag/blob/main/docs/configuration.md)
87
+ Full documentation available at: **[aidimag.com](https://aidimag.com)**
88
+
89
+ - [Getting Started](https://aidimag.com/getting-started)
90
+ - [Quick Start](https://aidimag.com/quickstart)
91
+ - [CLI Reference](https://aidimag.com/cli-reference)
92
+ - [MCP Integration](https://aidimag.com/mcp)
93
+ - [Team Sync Guide](https://aidimag.com/guides/team-sync)
94
+ - [Configuration](https://aidimag.com/configuration)
95
95
 
96
96
  ## Development
97
97
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aidimag",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "Persistent, verified memory for AI coding agents. CLI: dim.",
5
5
  "type": "module",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -9,7 +9,7 @@
9
9
  "type": "git",
10
10
  "url": "git+https://github.com/anup-khanal/aidimag.git"
11
11
  },
12
- "homepage": "https://github.com/anup-khanal/aidimag#readme",
12
+ "homepage": "https://aidimag.com",
13
13
  "bugs": {
14
14
  "url": "https://github.com/anup-khanal/aidimag/issues"
15
15
  },