From c57ff0f15b857f204b294773c5819692b51ea512 Mon Sep 17 00:00:00 2001 From: Alberto De Bortoli Date: Sun, 21 Jun 2026 19:28:57 +0100 Subject: [PATCH] docs: mention pipeline runner in org profile Update the tagline and description to reflect luca run and the built-in pipeline engine added in recent releases. --- profile/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index 0d803e7..2862b9c 100644 --- a/profile/README.md +++ b/profile/README.md @@ -1,7 +1,7 @@
Luca -

A minimalistic, lightweight, decentralised tool and skill manager
for macOS and Linux

+

A minimalistic, lightweight, decentralised tool and skill manager
with a built-in pipeline runner for macOS and Linux

[![License](https://img.shields.io/badge/License-Apache%202.0-green.svg)](https://github.com/LucaTools/Luca/blob/main/LICENSE) [![Swift](https://img.shields.io/badge/Swift-5.7+-orange.svg)](https://swift.org) @@ -15,6 +15,8 @@ Luca helps developers install, manage, and activate specific versions of CLI too Luca also manages **agentic skills** for AI coding agents. Skills are Markdown files with YAML frontmatter, installed from any Git repository and symlinked into agent-specific directories (e.g. `.claude/skills/`). Supports 40+ agents out of the box — Claude Code, Cursor, GitHub Copilot, Windsurf, and more. +Luca includes a **built-in pipeline runner** (`luca run`) for defining and executing ordered sequences of shell tasks from a YAML file. Pipelines support parameters with defaults, `when:` conditions, env files, dry-run previews, and per-task error handling. + ## Install ```bash