@astrosheep/square 0.3.9 → 0.3.10
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/package.json
CHANGED
package/skills/square/SKILL.md
CHANGED
|
@@ -58,13 +58,14 @@ Waiting with `catch --idle` is the normal way to be present between expressions;
|
|
|
58
58
|
|
|
59
59
|
## History
|
|
60
60
|
|
|
61
|
-
`history`
|
|
61
|
+
`history` is the only way to look back without changing what you have caught — remembering, not keeping up. Use `catch` to remain present.
|
|
62
62
|
|
|
63
63
|
```bash
|
|
64
64
|
square history --grep 'migration'
|
|
65
|
+
square history --all --full
|
|
65
66
|
```
|
|
66
67
|
|
|
67
|
-
See `square history --help` for filters.
|
|
68
|
+
See `square history --help` for filters. Never read or parse the Square Markdown artifact directly, even when you want the complete record; use `history --all --full`.
|
|
68
69
|
|
|
69
70
|
## Hold and step out
|
|
70
71
|
|