Show HN: Flightwake – a flight recorder for AI coding agents, not a navigator
flightwake ✈️ Records are the contrail your work naturally leaves behind — not a flight plan you must file before takeoff. 🌐 English · 繁體中文 · 简体中文 · 日本語 An ultra-lightweight work-recording framework for strong AI coding agents (Claude Fable 5 generation and beyond). Zero runtime dependencies, pure Markdown, everything lives in git. Pure file copying, zero runtime dependencies (Node ≥18 used only at install time and by the hooks).
- ▪flightwake ✈️ Records are the contrail your work naturally leaves behind — not a flight plan you must file before takeoff. 🌐 English · 繁體中文 · 简体中文 · 日本語 An ultra-lightweight work-recording framework for strong AI coding agents (Claude Fabl
- ▪Zero runtime dependencies, pure Markdown, everything lives in git.
- ▪Pure file copying, zero runtime dependencies (Node ≥18 used only at install time and by the hooks).
Opening excerpt (first ~120 words) tap to expand
flightwake ✈️ Records are the contrail your work naturally leaves behind — not a flight plan you must file before takeoff. 🌐 English · 繁體中文 · 简体中文 · 日本語 An ultra-lightweight work-recording framework for strong AI coding agents (Claude Fable 5 generation and beyond). Zero runtime dependencies, pure Markdown, everything lives in git. Install cd your-repo npx flightwake init # English by default; 繁體中文: --lang=zh-TW npx flightwake update # upgrade an existing install in place (keeps your options: lang/statusline/private) init creates .flightwake/ (templates + Stop hook), copies 4 skills into .claude/skills/, merges the Stop hook into .claude/settings.json, and appends the trigger-obligation table (wrapped in <!-- flightwake:begin/end --> markers) to detected agent instruction files…
Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.