The arm64-to-x86_64 binary translation based on Berberis framework.
mkdir digitalis
cd digitalis
repo init -b android-latest-release -u git@github.com:DigitalisX64/manifest.git
repo sync -c -d --no-tags --force-sync
source build/envsetup.sh
lunch sdk_phone64_x86_64_digitalis-trunk_staging-userdebug
m
emulator
# And then build and install sample/hellodigitalis with Gradle to test
This repo includes a /dispatch slash command and an automated dispatch script for Claude Code.
Inside Claude Code, run the automated multi-cycle dispatch loop:
/dispatch Fix STLR root cause
Or continue from where the last handoff left off:
/dispatch
This runs .claude/scripts/digitalis-dispatch.sh, which spawns subagents in a loop — each reads the latest handoff, does real work, writes the next handoff, and exits. The loop continues until STATUS: COMPLETE.
To run directly from the terminal:
.claude/scripts/digitalis-dispatch.sh "Implement FRECVTS instruction"