v0.1.4 — light-kanban-worker: scheduled Light-Kanban worker
What's new
- New first-party
light-kanban-worker(model-invoked, manual entry supported): each scheduled agent run processes at most one Light-Kanban task. Owned in-progress work andreviewFeedback(Request Changes) are checked before any new claim; new work is claimed atomically from the FIFO To Do queue with bounded conflict retry; an inaccessible workspace becomesblockwith a meaningful reason;completereturns the work to human confirmation. The worker never archives, accepts, deletes, recycles, or unblocks tasks, and never loops or runs a daemon. - Scheduled Light-Kanban worker workflow: install the Skill, create work on the board, schedule an agent with a one-line prompt ("Use light-kanban-worker to process at most one Light-Kanban task."), and review results in Awaiting Confirmation.
- Review-feedback resume: Request Changes rework is picked up by the same agent on its next wake — no new task is created.
- Atomic multi-agent claim support: concurrent workers race safely; exactly one claim wins, the loser retries bounded and exits.
- Cross-platform scanner fix: ask-light's readable-path check no longer assumes Windows separators (collection-quality CI green on ubuntu-latest again).
- Catalog / installation version synchronization: v0.1.4 is the current stable release; v0.1.3 and earlier remain historical records.
Verification
- Admission:
review-loop agent-skillPASS(full independence; see admission evidence) - Behavioral scenarios A–F against a real Light-Kanban server:
PASS - Collection-quality CI:
PASSon commita9cc8aa - Fresh installation verification:
PASSwith Skills CLI1.5.22for bothlatestand#v0.1.4forms (whole collection and per-Skill)
Compatible with Light-Kanban v1.0.4+; v1.0.5 is the recommended integration version.