lore-memory 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -25,8 +25,8 @@ npm install -g lore-memory
25
25
  Or from source:
26
26
 
27
27
  ```bash
28
- git clone <this repo>
29
- cd lore
28
+ git clone https://github.com/Tjindl/Lore
29
+ cd Lore
30
30
  npm install
31
31
  npm link # makes `lore` available globally
32
32
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lore-memory",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Persistent project memory for developers. Captures decisions, invariants, gotchas, and graveyard entries — automatically and manually — and injects them into AI coding sessions.",
5
5
  "main": "bin/lore.js",
6
6
  "bin": {
@@ -30,11 +30,11 @@
30
30
  "license": "MIT",
31
31
  "repository": {
32
32
  "type": "git",
33
- "url": "https://github.com/YOUR_USERNAME/lore-cli.git"
33
+ "url": "https://github.com/Tjindl/Lore"
34
34
  },
35
- "homepage": "https://github.com/YOUR_USERNAME/lore-cli#readme",
35
+ "homepage": "https://github.com/Tjindl/Lore#readme",
36
36
  "bugs": {
37
- "url": "https://github.com/YOUR_USERNAME/lore-cli/issues"
37
+ "url": "https://github.com/Tjindl/Lore/issues"
38
38
  },
39
39
  "dependencies": {
40
40
  "@babel/parser": "^7.29.0",