mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
- Orchestrator skill: add Claude vs Codex guidelines, structured audit patterns, narrow single-purpose review passes - Chat skill: improved coordination helpers - Dev script and config tweaks
16 lines
320 B
JSON
16 lines
320 B
JSON
{
|
|
"worktree": {
|
|
"setup": [
|
|
"npm ci",
|
|
"npm run build --workspace=@getpaseo/relay",
|
|
"cp \"$PASEO_SOURCE_CHECKOUT_PATH/packages/server/.env\" \"$PASEO_WORKTREE_PATH/packages/server/.env\""
|
|
],
|
|
"terminals": [
|
|
{
|
|
"name": "dev",
|
|
"command": "npm run dev"
|
|
}
|
|
]
|
|
}
|
|
}
|