lettuce

仓库创建 2026年5月5日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由

适合需要文件系统级事件记录的团队,方便 agents 与本地工具交互

▸ 风险提示

需要本地运行二进制或服务器访问权限

这个 Skill 做什么

通过 CLI 或 HTTP 控制 lettuce,管理项目、任务和运行并记录事件

通过 lettuce 二进制从 CLI 或 HTTP 正确管理项目与任务:发现任务、用租约认领、变更状态、记录 runs 与 artifacts,并对每次变更做验证与事件记录。它把项目状态当成文件系统里的普通文件,mutations 都会被记录成事件,适合人或 agent 驱动 lettuce 二进制去执行工作流。用它来做可审计的任务分配与运行管理,而不是当成一般数据库服务来用。

▸ 展开 SKILL.md 英文原文

Use lettuce, the filesystem-native work tracker, correctly from a CLI or HTTP server — discover work, claim it with leases, transition status, record runs/artifacts, and validate. For agents and humans driving the `lettuce` binary.

开发编程工作追踪文件系统CLI任务管理通用
0
Stars
0
Forks
1
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/huru-io/lettuce/main/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/huru-io/lettuce/main/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Using lettuce

`lettuce` is a filesystem-native work tracker. Canonical state (projects, tasks,
comments, runs, artifacts) lives as ordinary files; every mutation is validated
and recorded as an event. The same binary is a CLI and an HTTP server, and the
same CLI becomes an HTTP client when `LETTUCE_SERVER_URL` is set.

This document is the embedded, living guide. It is served at `/` and `/SKILL.md`
by `lettuce serve`, and printed by `lettuce skill`. Keep it accurate and tight —
improve it, do not grow it for its own sake. The exhaustive, always-current
command reference is `lettuce usage` (and `lettuce usage <command>`); prefer
that over duplicating every flag here.

## Mental model

- **
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有