Skip to content

v1.0.5 — light-kanban-worker: scheduled agent workflow

Choose a tag to compare

@LightDevCoder LightDevCoder released this 17 Aug 00:20

What's new

  • Official light-kanban-worker Skill integration — install one Skill, schedule one prompt, and your agent periodically picks up, executes, and returns work for your review. The Skill is first-party in LightDevCoder/skills (Skills v0.1.4, fully admitted via review-loop agent-skill PASS, verified against a real Light-Kanban board).
  • Scheduled Agent workflow — the new Quick Start walks through running the board, installing the Worker, creating work, scheduling the agent with a copyable prompt, and reviewing results. A one-shot manual run example is included for testing before you create the schedule.
  • README Quick Start redesign — the primary path is now Light-Kanban + Worker Skill; raw curl examples moved down to Manual Agent Integration (still fully supported for custom agents, n8n, shell scripts, and Python workers).
  • Use Cases section — scheduled coding agent, multiple agents sharing one queue (atomic claims), the human review loop (Request Changes resumes the same task — no new task needed), blocked work with visible reasons, and the cross-project personal queue.
  • Vendored Skill snapshotskills/light-kanban-worker/ ships byte-identical to the upstream Skills v0.1.4 tag, so offline / no-npx users can install by copying the folder into their host's skills root. Integrity is pinned by SHA-256 (skills/manifest.json) and checked by make check and CI. A zip of the snapshot is attached to this release.
  • Skills v0.1.4 integration — the Quick Start installs LightDevCoder/skills#v0.1.4, released and fresh-install verified before this release.

Compatibility

  • No REST API changes — v1.0.4 API contract unchanged. The Worker Skill works with Light-Kanban v1.0.4+; v1.0.5 is the recommended integration version.

Verification

  • make check PASS (frontend tests, dist sync guard, gofmt/vet/test, vendored-Skill integrity guard)
  • make cross PASS — four platform binaries attached
  • CI green on the release commit