keating 0.3.8 → 0.3.9

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.
@@ -7,7 +7,7 @@ import { loadKeatingConfig } from "../core/config.js";
7
7
  import { shellCommandSections } from "../core/commands.js";
8
8
  import { KEATING_VOICE_TOOL_NAME, VOICE_TAGS, normalizeVoiceUtterance, speechStrategySummary, voiceTagLine } from "../core/speech.js";
9
9
  import { KEATING_ASCII_LOGO, KEATING_SUBTITLE_LINES } from "../core/terminal.js";
10
- const KEATING_VERSION = "0.3.8";
10
+ const KEATING_VERSION = "0.3.9";
11
11
  const ANSI_RE = /\x1b\[[0-9;]*[a-zA-Z]/g;
12
12
  function visibleWidth(text) {
13
13
  return text.replace(ANSI_RE, "").length;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keating",
3
- "version": "0.3.8",
3
+ "version": "0.3.9",
4
4
  "type": "module",
5
5
  "description": "A Pi-powered hyperteacher package with self-improving teaching policies, lesson maps, and animated visual teaching artifacts.",
6
6
  "keywords": [