@bojackduy/opencode-learn 0.1.0 → 0.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.
package/README.md CHANGED
@@ -8,6 +8,12 @@
8
8
  [![TUI](https://img.shields.io/badge/TUI-OpenTUI-purple?style=flat-square)](https://github.com/anomalyco/opentui)
9
9
  [![license](https://img.shields.io/badge/license-MIT-green?style=flat-square)](LICENSE)
10
10
 
11
+ ![Quiz — multi-select with I don't know and note, durable TUI](assets/demo.png)
12
+
13
+ *Quiz TUI — multi-select `Which of these are rare earth elements?` with `☐ 1.Cerium` → `☑`, `I don't know — genuine gap`, `Note (optional)` Tab-to-edit, `0 selected` → `↳ Submit` (`Space` toggle, `↓` to Submit → `Enter`). Durable `pendingDir` survives `kill`.*
14
+
15
+
16
+
11
17
  ## Why
12
18
 
13
19
  Two brains can hold the same facts — one as disconnected lone facts, the other as a dependency graph where every fact is derivable from a few core truths. Teaching here builds that graph: **nodes** (unconditional truths) → **edges** (motivated discovery, 3Blue1Brown-style `how could I have discovered this?`).
Binary file
package/dist/tui.js CHANGED
@@ -1523,6 +1523,6 @@ var learn_tui_default = {
1523
1523
  tui
1524
1524
  };
1525
1525
  export {
1526
- tui,
1527
- learn_tui_default as default
1526
+ learn_tui_default as default,
1527
+ tui
1528
1528
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@bojackduy/opencode-learn",
4
- "version": "0.1.0",
4
+ "version": "0.1.4",
5
5
  "description": "Pi learn system for OpenCode — Socratic teaching, graded quiz, Obsidian md_log, and visual makers. Port of amosblomqvist/learn (video: How I Use AI to Learn Things) to OpenCode.",
6
6
  "type": "module",
7
7
  "license": "MIT",
@@ -39,6 +39,7 @@
39
39
  "skills",
40
40
  "commands",
41
41
  "plugins",
42
+ "assets",
42
43
  "README.md",
43
44
  "LICENSE",
44
45
  "CHANGELOG.md"