experiments in a post-browser web
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: update agent-setup script for yarn 4 and removed coordinator file

+1 -1
+1 -1
package.json
··· 33 33 }, 34 34 "scripts": { 35 35 "postinstall": "electron-rebuild -f -w better-sqlite3", 36 - "agent-setup": "if [ -d .agent-workflow ]; then (cd .agent-workflow && git pull); else git clone https://tangled.sh/burrito.space/multi-agent-workflow .agent-workflow; fi && cp .agent-workflow/CLAUDE.coordinator.md ./CLAUDE.md && echo '' && echo 'Agent workflow updated!' && echo ''", 36 + "agent-setup": "git -C .agent-workflow pull 2>/dev/null || git clone https://tangled.sh/burrito.space/multi-agent-workflow .agent-workflow && echo 'Agent workflow updated!'", 37 37 "//-- Development (BACKEND=electron|tauri, defaults to electron) --//": "", 38 38 "dev": "[ \"${BACKEND:-}\" = \"tauri\" ] && yarn dev:tauri || yarn dev:electron", 39 39 "dev:electron": "./scripts/timed.sh sh -c 'yarn build && DEBUG=1 electron .'",