Skip to content

v0.1.4 — light-kanban-worker: scheduled Light-Kanban worker

Choose a tag to compare

@LightDevCoder LightDevCoder released this 17 Aug 00:02

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 and reviewFeedback (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 becomes block with a meaningful reason; complete returns 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-skill PASS (full independence; see admission evidence)
  • Behavioral scenarios A–F against a real Light-Kanban server: PASS
  • Collection-quality CI: PASS on commit a9cc8aa
  • Fresh installation verification: PASS with Skills CLI 1.5.22 for both latest and #v0.1.4 forms (whole collection and per-Skill)

Compatible with Light-Kanban v1.0.4+; v1.0.5 is the recommended integration version.

中文

中文发布说明