Common Issues
Q: Build fails with “KOS not found” A: Set KOS_BASE environment variable:
export KOS_BASE=/path/to/kos
Q: Release script fails with “not in D3-TUI directory” A: Run the script from the project root:
cd /from/workspace/d3-tui
./scripts/release.sh 0.2.0
Q: Tests are failing A: Run tests individually to identify issues:
cd src
make test_terminal
make test_input
# etc.
Q: Version header not updating A: Clean and rebuild:
make clean
make