Commit Graph

2 Commits

Author SHA1 Message Date
ls c26ea9c52a feat: add novel-game skill for interactive fiction generation (#33)
* feat: add novel-game skill for interactive fiction generation

Converts novels/stories into browser-based interactive fiction games
(React SPA) with AI-generated video portraits, cutscenes, programmatic
audio, and branching storylines. Uses `bl` CLI for video generation
and `bl text chat` for LLM-assisted story design.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* feat(novel-game): add image/TTS/save/mobile support, remove bl text chat

- Asset mode: video / image (`bl image generate`) / mixed — user chooses
- Optional TTS narration via `bl speech synthesize`
- Save system: auto-save + 3 manual slots (localStorage)
- Mobile-first: portrait layout, touch events, safe-area, 44px targets
- Video lazy loading: preload=none, memory release on scene exit
- Parallel asset generation: --async + bl video download batch mode
- Ken Burns effect for image-mode cutscenes
- Remove bl text chat — agent itself handles story generation

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-06-23 16:18:27 +08:00
若麒 21b9d17bd0 feat: publish bailian-cli and bailian-docs-llm-wiki skills 2026-05-28 10:12:28 +08:00