aidimag 1.0.1 → 1.0.3

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 +10 -10
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -79,19 +79,19 @@ verified memory into `CLAUDE.md` / `.cursorrules` / `.github/copilot-instruction
79
79
  login, brain-scoped API keys, hashed credentials, cross-machine verification consensus.
80
80
  - **Knowledgebase inbox** — drop design docs / ADRs / PDFs / DOCX into `knowledge/` and
81
81
  they're summarized into reviewed, pinned memories.
82
- - **Web dashboard** (`dim ui`) plus [VS Code](https://github.com/anupkhanal/aidimag/tree/main/vscode-extension) and
83
- [IntelliJ](https://github.com/anupkhanal/aidimag/tree/main/intellij-plugin) extensions.
82
+ - **Web dashboard** (`dim ui`) plus [VS Code](https://github.com/anup-khanal/aidimag/tree/main/vscode-extension) and
83
+ [IntelliJ](https://github.com/anup-khanal/aidimag/tree/main/intellij-plugin) extensions.
84
84
 
85
85
  ## Documentation
86
86
 
87
- Full documentation available at: **[github.com/anupkhanal/aidimag](https://github.com/anupkhanal/aidimag)**
87
+ Full documentation available at: **[github.com/anup-khanal/aidimag](https://github.com/anup-khanal/aidimag)**
88
88
 
89
- - [Getting Started](https://github.com/anupkhanal/aidimag/blob/main/docs/getting-started.md)
90
- - [Quick Start](https://github.com/anupkhanal/aidimag/blob/main/docs/quickstart.md)
91
- - [CLI Reference](https://github.com/anupkhanal/aidimag/blob/main/docs/cli-reference.md)
92
- - [MCP Integration](https://github.com/anupkhanal/aidimag/blob/main/docs/mcp.md)
93
- - [Team Sync Guide](https://github.com/anupkhanal/aidimag/blob/main/docs/guides/team-sync.md)
94
- - [Configuration](https://github.com/anupkhanal/aidimag/blob/main/docs/configuration.md)
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)
95
95
 
96
96
  ## Development
97
97
 
@@ -101,7 +101,7 @@ npm run build # tsc → dist/
101
101
  npm test # node --test (builds first)
102
102
  ```
103
103
 
104
- Self-hosted sync deployment (Docker / Fly.io): [deploy/](https://github.com/anupkhanal/aidimag/tree/main/deploy).
104
+ Self-hosted sync deployment (Docker / Fly.io): [deploy/](https://github.com/anup-khanal/aidimag/tree/main/deploy).
105
105
 
106
106
  ## Author
107
107
 
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "aidimag",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "Persistent, verified memory for AI coding agents. CLI: dim.",
5
5
  "type": "module",
6
6
  "license": "SEE LICENSE IN LICENSE",
7
7
  "author": "Anup Khanal",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "git+https://github.com/anupkhanal/aidimag.git"
10
+ "url": "git+https://github.com/anup-khanal/aidimag.git"
11
11
  },
12
- "homepage": "https://github.com/anupkhanal/aidimag#readme",
12
+ "homepage": "https://github.com/anup-khanal/aidimag#readme",
13
13
  "bugs": {
14
- "url": "https://github.com/anupkhanal/aidimag/issues"
14
+ "url": "https://github.com/anup-khanal/aidimag/issues"
15
15
  },
16
16
  "bin": {
17
17
  "dim": "./dist/cli/index.js",