Amu-chan Developer -v1.0- -kano Workshop- -
The workshop’s internal notes (leaked via a public Trello) suggest v1.1 will include:
Pi-side (Python, Flask-SocketIO):
Browser-side:
const socket = io('http://PI_IP:5000');
socket.on('button', (btn) =>
if(btn==='play') playMiniGame();
);
Security note: run on local network; firewall appropriately. Amu-Chan Developer -v1.0- -Kano Workshop-
The typical installation flow (from community archives) is: The workshop’s internal notes (leaked via a public
git clone https://git.kano-workshop/amu-chan-developer
cd amu-chan-developer
./install.sh --v1.0
First run launches a terminal interface: Security note: run on local network; firewall appropriately
> Amu-Chan Developer v1.0 (Kano Workshop)
> Listening to project: ./my_app
> Amu: “I see you have 3 TODOs in auth.js. Want to tackle them together?”
Commands are prefixed with > Amu: or issued via hotkey Ctrl+Shift+A inside VS Code (if the community extension is installed).