@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 +6 -0
- package/assets/demo.png +0 -0
- package/dist/tui.js +2 -2
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -8,6 +8,12 @@
|
|
|
8
8
|
[](https://github.com/anomalyco/opentui)
|
|
9
9
|
[](LICENSE)
|
|
10
10
|
|
|
11
|
+

|
|
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?`).
|
package/assets/demo.png
ADDED
|
Binary file
|
package/dist/tui.js
CHANGED
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.
|
|
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"
|