rex-claude 1.1.2 → 1.1.4
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/dist/cli.js +3 -8
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -201,7 +201,7 @@ function main() {
|
|
|
201
201
|
console.log(`${DIM} ~/.claude/ → rules, skills, docs, commands${RESET}`);
|
|
202
202
|
console.log(`${DIM} ~/.rex-memory/ → MCP memory server${RESET}`);
|
|
203
203
|
console.log(`${DIM} ~/.tmux.conf → tmux config${RESET}`);
|
|
204
|
-
console.log(`${DIM} Ingest mémoire →
|
|
204
|
+
console.log(`${DIM} Ingest mémoire → toutes les 6h (quand allumé)${RESET}`);
|
|
205
205
|
console.log(`${BOLD}${GREEN} ══════════════════════════════${RESET}\n`);
|
|
206
206
|
}
|
|
207
207
|
function installMemoryIngest(os) {
|
|
@@ -236,13 +236,8 @@ function installMemoryIngest(os) {
|
|
|
236
236
|
<key>OLLAMA_URL</key>
|
|
237
237
|
<string>http://localhost:11434</string>
|
|
238
238
|
</dict>
|
|
239
|
-
<key>
|
|
240
|
-
<
|
|
241
|
-
<key>Hour</key>
|
|
242
|
-
<integer>2</integer>
|
|
243
|
-
<key>Minute</key>
|
|
244
|
-
<integer>0</integer>
|
|
245
|
-
</dict>
|
|
239
|
+
<key>StartInterval</key>
|
|
240
|
+
<integer>21600</integer>
|
|
246
241
|
<key>StandardOutPath</key>
|
|
247
242
|
<string>${join(REX_MEMORY_DIR, 'logs', 'ingest.log')}</string>
|
|
248
243
|
<key>StandardErrorPath</key>
|