codewhale.history 2.11.13 → 2.11.14
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/CHANGELOG.md +5 -0
- package/README.md +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -130,8 +130,8 @@ current project. Two independent dimensions across five difficulty levels:
|
|
|
130
130
|
| `teach me interactive` | interactive | standard | Lines removed; you restore them |
|
|
131
131
|
| `teach me solid` | passive | solid | Degraded code; you describe fixes |
|
|
132
132
|
| `teach me solid interactive` | interactive | solid | Degraded code; you edit to fix it |
|
|
133
|
-
| `teach me spec` | passive | spec |
|
|
134
|
-
| `teach me spec interactive` | interactive | spec |
|
|
133
|
+
| `teach me spec` | passive | spec | Two directions: spec→code (show requirement, you find the code) or code→spec (show code, you name the requirement) |
|
|
134
|
+
| `teach me spec interactive` | interactive | spec | Two directions: spec→code (edit code to satisfy a spec) or code→spec (edit spec to match the code) |
|
|
135
135
|
| `teach me ba` | passive | ba-gates | BA doc fragment; you identify quality gate violations |
|
|
136
136
|
| `teach me ba interactive` | interactive | ba-gates | BA doc with issues; you edit to fix them |
|
|
137
137
|
|
|
@@ -146,7 +146,7 @@ current project. Two independent dimensions across five difficulty levels:
|
|
|
146
146
|
| Level | `teach me level 3` or `teach me l3` | Set difficulty 1–5 (default: 3) |
|
|
147
147
|
| Response | `teach me interactive` | Edit the file instead of describing |
|
|
148
148
|
| Theme | `teach me solid` | Anti-pattern detection — fix degraded design |
|
|
149
|
-
| Theme | `teach me spec` | Spec
|
|
149
|
+
| Theme | `teach me spec` | Spec↔code traceability — either direction (show spec, find the code; or show code, name the requirement) |
|
|
150
150
|
| Theme | `teach me ba` | BA documentation quality analysis |
|
|
151
151
|
| Scope | `teach me services/` | Narrow to a specific file or folder |
|
|
152
152
|
| Concept | `teach me decorators` | Target: decorators, async, generators, context managers, comprehensions, error handling, type hints, threading |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codewhale.history",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.14",
|
|
4
4
|
"description": "CodeWhale utility commands: session history, tool listing, file snapshot, interactive code quiz — global install",
|
|
5
5
|
"bin": {
|
|
6
6
|
"codewhale-history": "./_list_sessions.js",
|