@atollhq/skill-claude 0.4.18 → 0.4.19
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 +1 -1
- package/skill/SKILL.md +2 -1
package/package.json
CHANGED
package/skill/SKILL.md
CHANGED
|
@@ -189,6 +189,7 @@ atoll feedback "The status error should list custom board statuses"
|
|
|
189
189
|
|
|
190
190
|
# Projects & milestones
|
|
191
191
|
atoll project list
|
|
192
|
+
atoll board-column create --project <project> --key review --label "In Review" --description "Ready for review"
|
|
192
193
|
atoll project delete <project-id> --confirm DELETE
|
|
193
194
|
atoll milestone list --project <project-id>
|
|
194
195
|
atoll milestone upsert --project <project-id> --name "v1.0" --date 2026-06-01
|
|
@@ -636,6 +637,6 @@ atoll feedback resend fb_123
|
|
|
636
637
|
- Request bodies accept camelCase; responses use snake_case
|
|
637
638
|
- Descriptions support Markdown; comment bodies accept Markdown/plain text or rich-text HTML and are stored as sanitized HTML
|
|
638
639
|
- All timestamps are ISO 8601 UTC
|
|
639
|
-
- Board statuses are customizable per project -- query `/board-columns` for available values and optional column descriptions
|
|
640
|
+
- Board statuses are customizable per project -- query `/board-columns` for available values and optional column descriptions; append a column with `atoll board-column create`, using `--description` or `--description-file` for agent guidance
|
|
640
641
|
- API changes appear in real-time on the web board
|
|
641
642
|
- List endpoints support `limit` (default 25, max 100), `offset` pagination, and optional `shape=envelope` / `response_shape=cli` for `{ resource, items, total, limit, offset, nextOffset, truncated, hint }`
|