aidimag 1.0.2 → 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.
- package/README.md +10 -10
- package/package.json +1 -1
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/
|
|
83
|
-
[IntelliJ](https://github.com/
|
|
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/
|
|
87
|
+
Full documentation available at: **[github.com/anup-khanal/aidimag](https://github.com/anup-khanal/aidimag)**
|
|
88
88
|
|
|
89
|
-
- [Getting Started](https://github.com/
|
|
90
|
-
- [Quick Start](https://github.com/
|
|
91
|
-
- [CLI Reference](https://github.com/
|
|
92
|
-
- [MCP Integration](https://github.com/
|
|
93
|
-
- [Team Sync Guide](https://github.com/
|
|
94
|
-
- [Configuration](https://github.com/
|
|
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/
|
|
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
|
|