@hicaru/pi-rlm 0.1.2 → 0.1.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 CHANGED
@@ -24,7 +24,7 @@ Then run `/reload` or restart Pi. Verify with `pi list` that the package appears
24
24
 
25
25
  <div align="center">
26
26
 
27
- <a href="https://arxiv.org/abs/2512.24601"><img src="../../assets/hero.png" alt="pi-rlm"></a>
27
+ <a href="https://arxiv.org/abs/2512.24601"><img src="https://github.com/openzebra/rlm.pi/blob/master/assets/hero.png?raw=true" alt="pi-rlm"></a>
28
28
 
29
29
  <sub>Modeled on the method in the RLM paper, reimplemented natively for Pi.</sub>
30
30
 
package/README.ru.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <div align="center">
2
2
 
3
- <img src="../../assets/hero.png" alt="pi-rlm">
3
+ <img src="https://github.com/openzebra/rlm.pi/blob/master/assets/hero.png?raw=true" alt="pi-rlm">
4
4
 
5
5
  </div>
6
6
 
package/README.zh-CN.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <div align="center">
2
2
 
3
- <img src="../../assets/hero.png" alt="pi-rlm">
3
+ <img src="https://github.com/openzebra/rlm.pi/blob/master/assets/hero.png?raw=true" alt="pi-rlm">
4
4
 
5
5
  </div>
6
6
 
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@hicaru/pi-rlm",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "type": "module",
5
5
  "description": "Save 99% tokens, Recursive Language Model (RLM) for the Pi",
6
6
  "license": "MIT",
7
7
  "author": "hicaru",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "git+https://github.com/hicaru/rlm.pi.git"
10
+ "url": "git+https://github.com/openzebra/rlm.pi.git"
11
11
  },
12
- "homepage": "https://github.com/hicaru/rlm.pi",
12
+ "homepage": "https://github.com/openzebra/rlm.pi",
13
13
  "bugs": {
14
- "url": "https://github.com/hicaru/rlm.pi/issues"
14
+ "url": "https://github.com/openzebra/rlm.pi/issues"
15
15
  },
16
16
  "files": [
17
17
  "src/",
@@ -98,6 +98,7 @@ export async function packRepository(
98
98
  output: {
99
99
  filePath: `${tmpdir()}/repomix-out-${Date.now()}.txt`,
100
100
  style: "plain",
101
+ filePathStyle: "cwd-relative",
101
102
  parsableStyle: false,
102
103
  headerText: undefined,
103
104
  instructionFilePath: undefined,