@contextgit/core 0.2.0 → 0.2.1
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 +16 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# @contextgit/core
|
|
2
|
+
|
|
3
|
+
Core types, snapshot formatter, context engine, embedding service, and decay/classification logic for [ContextGit](https://www.npmjs.com/package/contextgit).
|
|
4
|
+
|
|
5
|
+
This is an internal workspace package. If you want to use ContextGit, install the main package:
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm install -g contextgit
|
|
9
|
+
contextgit init
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
See the main package — [`contextgit`](https://www.npmjs.com/package/contextgit) — or the project on GitHub: [MendeTr/contextgit](https://github.com/MendeTr/contextgit).
|
|
13
|
+
|
|
14
|
+
## License
|
|
15
|
+
|
|
16
|
+
MIT
|