codewhale.history 2.8.5 → 2.8.6

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.
Files changed (2) hide show
  1. package/README.md +3 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,15 +22,13 @@ tools_for_codewhale/
22
22
 
23
23
  ## Install
24
24
 
25
- One command:
26
-
27
25
  ```bash
28
- npm install -g codewhale.history && codewhale-tools-install
26
+ npm install -g codewhale.history
29
27
  ```
30
28
 
31
- Then in any CodeWhale workspace, `//tools`, `//history`, and `//snapshot` work immediately.
29
+ Skills install globally, and workspace triggers are set up automatically in the current project. `//tools`, `//history`, `//snapshot`, and `//teach-me` work immediately.
32
30
 
33
- ### Manual per-workspace install (if already globally installed)
31
+ ### Per-workspace install (add triggers to another workspace)
34
32
 
35
33
  ```bash
36
34
  codewhale-tools-install # current workspace
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codewhale.history",
3
- "version": "2.8.5",
3
+ "version": "2.8.6",
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",