my-pi 0.0.12 → 0.0.13

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/api.js CHANGED
@@ -1,2 +1,2 @@
1
- import { n as create_my_pi, r as runPrintMode, t as InteractiveMode } from "./api-CMc8zzEG.js";
1
+ import { n as create_my_pi, r as runPrintMode, t as InteractiveMode } from "./api-CWEizv2k.js";
2
2
  export { InteractiveMode, create_my_pi, runPrintMode };
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { n as create_my_pi } from "./api-CMc8zzEG.js";
2
+ import { n as create_my_pi } from "./api-CWEizv2k.js";
3
3
  import { InteractiveMode, runPrintMode } from "@mariozechner/pi-coding-agent";
4
4
  import { defineCommand, runMain } from "citty";
5
5
  import { readFileSync } from "node:fs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "my-pi",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "Composable pi coding agent with MCP, LSP, agent chains, prompt presets, and local eval telemetry",
5
5
  "keywords": [
6
6
  "cli",
@@ -5,7 +5,7 @@ import {
5
5
  format_telemetry_status,
6
6
  infer_run_outcome,
7
7
  parse_telemetry_command,
8
- } from './otel.js';
8
+ } from './telemetry.js';
9
9
 
10
10
  describe('format_telemetry_status', () => {
11
11
  it('includes saved state, effective state, override, and db path', () => {