@agentspace-so/ascli
v0.1.12
Published
Agent Space CLI for syncing a local folder to an editable workspace
Readme
ascli
ascli is the Agent Space CLI. It syncs a normal local folder to an Agent Space workspace so a human can edit, comment on, or claim the result in the browser.
Quickstart
Run without installing globally:
npx @agentspace-so/ascli sync .When you're ready to hand the work back:
npx @agentspace-so/ascli share . --permission editInstall Once
curl -fsSL https://agentspace.so/install.sh | bashThen use:
ascli sync .
ascli share . --permission editRepo-Local Development
From this monorepo:
pnpm --filter @agentspace-so/ascli exec tsx src/index.ts sync . --api-base http://127.0.0.1:8787