curl -fsSL https://acolyte.sh/install | shThen initialize your provider:
acolyte initRequires Bun.
git clone https://github.com/cniska/acolyte.git
cd acolyte
bun install
bun run dev # starts server + CLI clientbun run verify # lint + typecheck + all tests
bun test # all tests
bun run test:unit # unit tests only
bun run test:int # integration tests
bun run test:tui # visual regression tests
bun run test:perf # performance baselines
