Skip to content

Latest commit

 

History

History
 
 

README.md

Docs

This directory contains the public documentation for hack. Specs remain in SPECS/ (working notes).

Core docs

Monorepo note:

  • Root scripts orchestrate workspace tasks through Turbo.
  • Package-local commands remain available via bun run --cwd <workspace> <script>.

Quick diagnostics:

  • hack usage (resource usage across running projects)
  • hack usage --watch (live resource trends)
  • hack node routes status (controller-side remote route bridge state)
  • hack node routes repair (re-apply persisted remote route bridge routes)

Guides