Skip to content

v1.6.0

Choose a tag to compare

@Stormynubee Stormynubee released this 14 Jun 14:00

Bogie Flow v1.6.0

Repository polish release for FAR AWAY 2026 hackathon judging.

Highlights

  • README storefront: badges (Pytest 42, Vitest 65), features grid, screenshot gallery, architecture diagram, honesty box, quickstart, deploy guide
  • Visual assets: six PNG screenshots (four views + impact + explain) and assets/social-preview.png
  • Community health: CONTRIBUTING, CODE_OF_CONDUCT, SECURITY, SUPPORT, CITATION.cff, Dependabot, issue/PR templates
  • CI: concurrency cancellation on main CI workflow; fork-safe PR review guards
  • Guide UX: corridor guide launcher (chat vs walkthrough) and redesigned status bar

Run locally

git clone https://github.com/Stormynubee/Faraway2026Japan.git
cd Faraway2026Japan
python -m pip install -r requirements.txt
npm install
npm run dev:all

Open http://localhost:5173

Motion demo

Use assets/demo.mp4 locally or trigger a scenario inject from the Overview scenario menu.

Tests

  • python -m pytest tests/ -q — 42 tests
  • npm run test — 65 tests