paseo

Solid

Paseo reference for managing workspaces, workspace scripts, agents, schedules, and heartbeats.

AI & Automation 11,541 stars 1151 forks Updated today NOASSERTION

Install

View on GitHub

Quality Score: 82/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

Paseo is a daemon that supervises AI coding agents on your machine. Control it through tools or a CLI. ## Workspaces **`create_workspace`** — create a workspace independently of any agent. Required: `isolation` (`local` or `worktree`). Worktree isolation supports `mode: "branch-off" | "checkout-branch" | "checkout-pr"`: use `branchName`/`baseBranch` for a new branch, `branch` for an existing branch, or `prNumber` plus optional `forge`/`projectPath` for a change request. `worktreeSlug` controls the managed path. Returns the workspace descriptor centered on `workspaceId`. **`list_workspaces`** — list active workspaces. **`archive_workspace`** — `{ workspaceId }`. Archives the workspace, its agents, and its terminals. Local directories remain; Paseo removes an owned worktree only after its final active workspace reference is archived. Worktree creation and reference accounting are implementation details of `isolation: "worktree"`. ## Workspace scripts Configured `paseo.json` scripts use the same supervised lifecycle from tools and the CLI. **`list_workspace_scripts`** — `{ workspaceId }`. Lists configured scripts with lifecycle, service port, proxy URLs, health, exit code, and terminal ID. **`start_workspace_script`** — `{ workspaceId, scriptName }`. Starts one configured script through Paseo's managed workspace-script launcher and returns its status metadata. **`stop_workspace_script`** — `{ workspaceId, scriptName }`. Stops a running script through its supervised ter...

Details

Author
getpaseo
Repository
getpaseo/paseo
Created
9 months ago
Last Updated
today
Language
TypeScript
License
NOASSERTION

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

shiploop

Self-improving multi-agent harness that ships the code while you do the specs and systems engineering. Wraps N independent git repos as one workspace and grinds a ticket backlog across them — a fresh right-sized headless agent per ticket (brain-decided haiku/sonnet/opus), guarded auto-merge on green CI, every resolved ticket promotes a durable lesson into the git-tracked CLAUDE.md so the next run is smarter and cheaper. Use as reference when (a) working inside an existing meta-repo workspace (any workspace where sub-folders each have their own .git and the root holds scripts/ + queue/tickets.md + a governor/), or (b) deciding whether the pattern fits a new project. Carries the operating commands, the parallel-worktree model, the ticket queue + /resolve flow, the governor (autonomous ticket loop), the SessionStart/End/Stop hooks, the CLI-vs-MCP autonomy guidance, and the load-bearing anti-patterns. For scaffolding or upgrading a workspace, invoke the /shiploop:setup slash command.

2 Updated yesterday
anshss
AI & Automation Solid

paseo-loop

Run an agent loop until an exit condition is met. Use when the user says "loop", "babysit", "keep trying until", "check every X", "watch", or wants iterative autonomous execution.

11,541 Updated today
getpaseo
AI & Automation Listed

spawn

当要唤起一个 subagent(in-session 跑完汇报,或起一个持久可交互的 Paseo 标签页 agent)时用;串起「发现有哪些 agent → 选型/packet → 人+主 agent 两层交代 → 出生即好名并入 roster」,替代凭直觉直接开 general-purpose worker。

0 Updated 1 weeks ago
a-green-hand-jack