$ git status --short
- > M src/components/Dashboard.tsx
- > M src/lib/code-rain.ts
- > A src/panels/Telemetry.tsx
- > ?? notes/architecture.md
$ ./scripts/healthcheck.sh
- > [OK] runtime v1.42.0
- > [OK] linter pass (0 warnings)
- > [OK] tests 482 passing
- > [--] coverage 91.4% (target 95%)
$ tail -f ci.log
- 12:04:01 PASS build
- 12:04:09 PASS lint
- 12:04:17 PASS typecheck
- 12:04:22 PASS unit
- 12:04:31 RUN integration
- a3f9c12 refactor(panels): extract Telemetry component
- 7b21e04 feat(rain): tune column density for low-end GPUs
- f02d885 fix(typewriter): debounce rapid stagger
- 19c4a6a chore(deps): bump runtime to 1.42.0
- 5e8b031 docs: add command palette quickref
- d81f742 feat(grid): responsive 1/2/3 column breakpoints
- editor
- shell
- mux
- repl
- watcher
- profiler
$ cat docs/index.md
## muhan.dev A developer's command center. Multi-panel dashboard, code-rain ambience, terminal-window chrome on every content surface. Typewriter feeds simulate live system output. ### Stack - runtime: v1.42.0 - ui: tech-mono / dark-neon - canvas: code-rain @ 60fps target - panels: CSS Grid, 3-col fluid ### Conventions $ pnpm dev # start watcher + canvas $ pnpm test # unit + integration $ pnpm bench # microbenchmarks
- cpu 42%
- mem 61%
- disk 78%
- net 23%
$ help
- > build compile project
- > watch live recompile
- > test run suite
- > deploy push to remote
- > rollback revert last deploy
$ _