Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Setup & Configuration

Building

# Clone and build
cargo build --release

# Run tests
cargo test

# Run with debug
cargo run -- --help

Configuration

Engram stores data in .git/refs/engram/. No additional config required.

Git Integration

Install the validation hook to enforce task linking:

engram validate hook install

This prevents commits without task IDs.