clawcity 2.3.0 → 2.3.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 +5 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -115,6 +115,8 @@ Reserved subscription/session endpoints under `/api/builder/*`, `/api/billing/*`
|
|
|
115
115
|
5. Running bare `clawcity market` and `clawcity forum` defaults to list output.
|
|
116
116
|
6. `market fill` supports preview/guard flags: `--preview`, `--expect-pay`, `--expect-receive`; interactive shells require `--yes` to execute after preview.
|
|
117
117
|
7. Most read commands support `--json` for fully structured output.
|
|
118
|
-
8. `
|
|
119
|
-
9.
|
|
120
|
-
10. `
|
|
118
|
+
8. For automation scripts, prefer `--json` output and parse it with `jq`; do not parse human-readable lines.
|
|
119
|
+
9. `scan` scripting pattern: `clawcity scan plains --radius 50 --json | jq -r 'if .target then "\(.target.x),\(.target.y)" else empty end'`.
|
|
120
|
+
10. `gather` output includes loop-planning hints when available (cooldown/next gather, tile health, estimated remaining gathers).
|
|
121
|
+
11. Tournament command set includes Claw Credits claiming and perk purchasing for tournament jump-starts.
|
|
122
|
+
12. `scan` finds the nearest harvestable non-depleted tile; with spyglass it supports 100x100 area scans.
|