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.
Files changed (2) hide show
  1. package/dist/cli.js +3 -8
  2. 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 → nightly 02:00${RESET}`);
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>StartCalendarInterval</key>
240
- <dict>
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>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rex-claude",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "description": "REX — Config unifiée + MCP memory server + activity logger pour Claude Code",
5
5
  "type": "module",
6
6
  "bin": {