smashspace 0.2.1 → 0.2.2
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 -1
- package/dist/smash.mjs +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -95,7 +95,13 @@ smash --help # full command list (board/list/card/…)
|
|
|
95
95
|
```
|
|
96
96
|
|
|
97
97
|
Output is a concise line by default; add `--json` for machine-readable output on
|
|
98
|
-
any command.
|
|
98
|
+
any command.
|
|
99
|
+
|
|
100
|
+
**Field naming** (three concepts, three names — not a typo): a card's is
|
|
101
|
+
`title`, an artifact's is `name` (`--name`), a file/attachment's is `filename`
|
|
102
|
+
(with `sizeBytes`).
|
|
103
|
+
|
|
104
|
+
For agents:
|
|
99
105
|
|
|
100
106
|
```bash
|
|
101
107
|
smash scan --full # or --fields description,agentMeta
|
package/dist/smash.mjs
CHANGED
|
@@ -3654,6 +3654,10 @@ Use \`smash <group> --help\` for the full surface (\`board\`/\`list\`/\`card\`/
|
|
|
3654
3654
|
\`comment\`/\`checklist\`/\`label\`/\`artifact\`/\`attachment\`/\`agent-meta\`/
|
|
3655
3655
|
\`external-refs\`/\`assignees\`).
|
|
3656
3656
|
|
|
3657
|
+
**Field naming** (three concepts, three names \u2014 not a typo): a card's is
|
|
3658
|
+
\`title\`, an artifact's is \`name\` (\`--name\`), a file/attachment's is
|
|
3659
|
+
\`filename\` (with \`sizeBytes\`).
|
|
3660
|
+
|
|
3657
3661
|
## List matching
|
|
3658
3662
|
|
|
3659
3663
|
Use exact canonical names when present. For Todo-like selection, match
|