replicas-cli 0.2.397 → 0.2.398

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/index.mjs +5 -4
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -23417,9 +23417,10 @@ All writes are proposals: a human reviews them in the dashboard, and nothing tak
23417
23417
 
23418
23418
  Use \`replicas learnings --help\` and subcommand help such as \`replicas learnings add --help\`, \`replicas learnings update --help\`, or \`replicas learnings delete --help\` for current command syntax.
23419
23419
 
23420
- **Be very conservative:**
23421
- - Propose \`add\` only for repeatable, org-useful facts likely to matter again: explicit user corrections, hard-won environment or process knowledge.
23422
- - Never store task-specific details, anything derivable by reading the repo, or secrets/credentials.
23420
+ A human approves every proposal before it takes effect, so don't agonize over borderline calls \u2014 but keep proposals genuinely useful rather than reflexive.
23421
+
23422
+ - Propose \`add\` for anything repeatable and org-useful: user corrections and preferences, hard-won environment or process knowledge, conventions and decisions worth following, and gotchas that would waste time again. If you learned it the hard way this task, capture it.
23423
+ - Never store task-specific details that won't recur, facts trivially derivable by reading the repo, or secrets/credentials.
23423
23424
  - Propose \`update\` or \`delete\` when a learning is contradicted by the current code or docs, especially if the outdated guidance would affect future repeated work.
23424
23425
  - Write narrow triggers describing when the entry should surface (e.g. "UI/UX work on the admin panel"), not vague topics.`;
23425
23426
  var LEARNINGS_ABILITY = {
@@ -24376,7 +24377,7 @@ var HOOK_EXEC_MAX_BUFFER_BYTES = 10 * 1024 * 1024;
24376
24377
  var REPLICAS_CONFIG_FILENAMES = ["replicas.json", "replicas.yaml", "replicas.yml"];
24377
24378
 
24378
24379
  // ../shared/src/cli-version.ts
24379
- var CLI_VERSION = "0.2.397";
24380
+ var CLI_VERSION = "0.2.398";
24380
24381
 
24381
24382
  // ../shared/src/version.ts
24382
24383
  function compareVersions(v1, v2) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "replicas-cli",
3
- "version": "0.2.397",
3
+ "version": "0.2.398",
4
4
  "description": "CLI for managing Replicas workspaces - SSH into cloud dev environments with automatic port forwarding",
5
5
  "main": "dist/index.mjs",
6
6
  "bin": {