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.
- package/README.md +8 -8
- 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: **[
|
|
88
|
-
|
|
89
|
-
- [Getting Started](https://
|
|
90
|
-
- [Quick Start](https://
|
|
91
|
-
- [CLI Reference](https://
|
|
92
|
-
- [MCP Integration](https://
|
|
93
|
-
- [Team Sync Guide](https://
|
|
94
|
-
- [Configuration](https://
|
|
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
|
+
"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://
|
|
12
|
+
"homepage": "https://aidimag.com",
|
|
13
13
|
"bugs": {
|
|
14
14
|
"url": "https://github.com/anup-khanal/aidimag/issues"
|
|
15
15
|
},
|