codewhale.history 2.10.0 → 2.10.1
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 +7 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -135,6 +135,13 @@ In **SOLID theme**: the model rewrites code with deliberate anti-patterns
|
|
|
135
135
|
restore good design. Files are always restored with `git checkout` after each
|
|
136
136
|
round.
|
|
137
137
|
|
|
138
|
+
In **Spec theme**: the model scans your office documents (`.docx`, `.pptx`,
|
|
139
|
+
`.xlsx`) and source code, then quizzes you on the correlation between them.
|
|
140
|
+
Each round randomly picks one direction — either "what code implements this
|
|
141
|
+
spec?" or "what spec does this code satisfy?" — testing whether you truly
|
|
142
|
+
understand how requirements map to implementation. In interactive mode, you
|
|
143
|
+
edit the code to satisfy the spec; in passive mode, you describe the link.
|
|
144
|
+
|
|
138
145
|
## Requirements
|
|
139
146
|
- Node.js (for the `codewhale-history` command)
|
|
140
147
|
- [CodeWhale](https://codewhale.net/en/docs)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codewhale.history",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.1",
|
|
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",
|