@rendotdev/rig 0.0.11 → 0.0.12

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/rig.js CHANGED
@@ -351,7 +351,7 @@ ${notice.message}`);
351
351
  if (process.env.RIG_AGENT_SYNC === "0")
352
352
  return;
353
353
  await this.ignoreSyncErrors(async () => {
354
- const { AgentInstructionSyncService } = await import("./sync-94y1k0yt.js");
354
+ const { AgentInstructionSyncService } = await import("./sync-ear6x498.js");
355
355
  await new AgentInstructionSyncService(this.pathOptions()).sync();
356
356
  });
357
357
  }
@@ -20,6 +20,7 @@ import { dirname, isAbsolute, join, resolve } from "node:path";
20
20
  // src/agents/instructions.ts
21
21
  var RigAgentInstructions = `The \`rig\` CLI is installed on this machine. It allows you to write, run and own local tools and scripts in a typed runtime.
22
22
 
23
+ - To sync all tools to AGENTS.md and CLAUDE.md, run \`rig init\`.
23
24
  - To discover available tools, run \`rig list\`.
24
25
  - To learn about a tool's usage, run \`rig help <tool>\`.
25
26
  - To run a tool, use \`rig run <tool>.<command> [args]\`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rendotdev/rig",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "description": "Local typed command runtime for agents.",
5
5
  "homepage": "https://github.com/rendotdev/rig#readme",
6
6
  "bugs": {