This repository supports the same inspectable SDK workflow as the TypeScript SDK.
Read the full guide: docs/sdlc-workflows.md
The short version:
- Use plan mode for discovery.
- Review the plan outside the agent loop.
- Disable plan mode only after approval.
- Execute with explicit permission handling.
- Run the release gates before publishing.
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DAUTOHAND_BUILD_TESTS=ON -DAUTOHAND_BUILD_EXAMPLES=ON
cmake --build build
ctest --test-dir build --output-on-failure